Searched refs:rSvgTextPosition (Results 1 – 4 of 4) sorted by relevance
/trunk/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 307 … if(rSvgTextPosition.getParent() && rSvgTextPosition.getParent()->getAbsoluteX()) in createSimpleTextPrimitive() 331 if(0.0 != rSvgTextPosition.getTextLength() in createSimpleTextPrimitive() 336 if(rSvgTextPosition.getLengthAdjust()) in createSimpleTextPrimitive() 506 …rSvgTextPosition.setPosition(rSvgTextPosition.getPosition() + basegfx::B2DVector(fTextWidth, 0.0)); in createSimpleTextPrimitive() 514 SvgTextPosition& rSvgTextPosition, in decomposeTextWithStyle() argument 519 rSvgTextPosition, in decomposeTextWithStyle() 524 if(!rSvgTextPosition.isRotated()) in decomposeTextWithStyle() [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()
|
/trunk/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;
|
Completed in 15 milliseconds