Searched refs:rSvgTextPosition (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/svgio/source/svgreader/ |
| H A D | svgcharacternode.cxx | 181 SvgTextPosition& rSvgTextPosition) in localTextBreakupHelper() argument 183 mrSvgTextPosition(rSvgTextPosition) in localTextBreakupHelper() 240 SvgTextPosition& rSvgTextPosition, in createSimpleTextPrimitive() argument 297 ::std::vector< double > aTextArray(rSvgTextPosition.getX()); in createSimpleTextPrimitive() 307 … if(rSvgTextPosition.getParent() && rSvgTextPosition.getParent()->getAbsoluteX()) in createSimpleTextPrimitive() 309 fStartX = rSvgTextPosition.getParent()->getPosition().getX(); in createSimpleTextPrimitive() 327 basegfx::B2DPoint aPosition(rSvgTextPosition.getPosition()); in createSimpleTextPrimitive() 331 if(0.0 != rSvgTextPosition.getTextLength() in createSimpleTextPrimitive() 332 && !basegfx::fTools::equal(fTextWidth, rSvgTextPosition.getTextLength())) in createSimpleTextPrimitive() 334 const double fFactor(rSvgTextPosition.getTextLength() / fTextWidth); in createSimpleTextPrimitive() [all …]
|
| H A D | svgtextnode.cxx | 121 …, drawinglayer::primitive2d::Primitive2DSequence& rTarget, SvgTextPosition& rSvgTextPosition) const in DecomposeChild() 129 rSvgCharacterNode.decomposeText(rTarget, rSvgTextPosition); in DecomposeChild() 142 const basegfx::B2DPoint aTextStart(rSvgTextPosition.getPosition()); in DecomposeChild() 148 DecomposeChild(*rChildren[a], aNewTarget, rSvgTextPosition); in DecomposeChild() 177 …SvgTextPosition aSvgTextPosition(&rSvgTextPosition, rSvgTspanNode, rSvgTspanNode.getSvgTextPositio… in DecomposeChild() 185 rSvgTextPosition.setPosition(aSvgTextPosition.getPosition()); in DecomposeChild() 212 DecomposeChild(rChildCandidate, aNewTarget, rSvgTextPosition); in DecomposeChild()
|
| /AOO41X/main/svgio/inc/svgio/svgreader/ |
| H A D | svgcharacternode.hxx | 154 SvgTextPosition& rSvgTextPosition, 158 SvgTextPosition& rSvgTextPosition, 169 …(drawinglayer::primitive2d::Primitive2DSequence& rTarget, SvgTextPosition& rSvgTextPosition) const;
|
| H A D | svgtextnode.hxx | 50 SvgTextPosition& rSvgTextPosition) const;
|