Lines Matching refs:rTextCandidate

132 …impleOrDecoratedPortionPrimitive2D(const primitive2d::TextSimplePortionPrimitive2D& rTextCandidate)  in RenderTextSimpleOrDecoratedPortionPrimitive2D()  argument
135 …basegfx::B2DHomMatrix aLocalTransform(maCurrentTransformation * rTextCandidate.getTextTransform()); in RenderTextSimpleOrDecoratedPortionPrimitive2D()
156 rTextCandidate.getFontAttribute(), in RenderTextSimpleOrDecoratedPortionPrimitive2D()
160 rTextCandidate.getLocale())); in RenderTextSimpleOrDecoratedPortionPrimitive2D()
164 dynamic_cast<const primitive2d::TextDecoratedPortionPrimitive2D*>( &rTextCandidate ); in RenderTextSimpleOrDecoratedPortionPrimitive2D()
249 if(rTextCandidate.getDXArray().size()) in RenderTextSimpleOrDecoratedPortionPrimitive2D()
251 aTransformedDXArray.reserve(rTextCandidate.getDXArray().size()); in RenderTextSimpleOrDecoratedPortionPrimitive2D()
255 for(::std::vector< double >::const_iterator aStart(rTextCandidate.getDXArray().begin()); in RenderTextSimpleOrDecoratedPortionPrimitive2D()
256 aStart != rTextCandidate.getDXArray().end(); aStart++) in RenderTextSimpleOrDecoratedPortionPrimitive2D()
263 …const basegfx::BColor aRGBFontColor(maBColorModifierStack.getModifiedColor(rTextCandidate.getFontC… in RenderTextSimpleOrDecoratedPortionPrimitive2D()
268 if(rTextCandidate.getFontAttribute().getRTL()) in RenderTextSimpleOrDecoratedPortionPrimitive2D()
282 rTextCandidate.getText(), in RenderTextSimpleOrDecoratedPortionPrimitive2D()
284 rTextCandidate.getTextPosition(), in RenderTextSimpleOrDecoratedPortionPrimitive2D()
285 rTextCandidate.getTextLength()); in RenderTextSimpleOrDecoratedPortionPrimitive2D()
291 rTextCandidate.getText(), in RenderTextSimpleOrDecoratedPortionPrimitive2D()
292 rTextCandidate.getTextPosition(), in RenderTextSimpleOrDecoratedPortionPrimitive2D()
293 rTextCandidate.getTextLength()); in RenderTextSimpleOrDecoratedPortionPrimitive2D()
296 if(rTextCandidate.getFontAttribute().getRTL()) in RenderTextSimpleOrDecoratedPortionPrimitive2D()
308 process(rTextCandidate.get2DDecomposition(getViewInformation2D())); in RenderTextSimpleOrDecoratedPortionPrimitive2D()