Lines Matching refs:aTextLayouterDevice
1252 drawinglayer::primitive2d::TextLayouterDevice aTextLayouterDevice; in createFontAttributeTransformAndAlignment() local
1253 aTextLayouterDevice.setFont(rFont); in createFontAttributeTransformAndAlignment()
1257 rAlignmentOffset.setY(aTextLayouterDevice.getFontAscent()); in createFontAttributeTransformAndAlignment()
1261 rAlignmentOffset.setY(-aTextLayouterDevice.getFontDescent()); in createFontAttributeTransformAndAlignment()
1401 drawinglayer::primitive2d::TextLayouterDevice aTextLayouterDevice; in proccessMetaTextAction() local
1402 aTextLayouterDevice.setFont(rFont); in proccessMetaTextAction()
1409 fTextWidth = aTextLayouterDevice.getTextWidth(rText, nTextStart, nTextLength); in proccessMetaTextAction()
1420 0.0, -aTextLayouterDevice.getFontAscent(), in proccessMetaTextAction()
1421 fTextWidth, aTextLayouterDevice.getFontDescent()); in proccessMetaTextAction()
2055 drawinglayer::primitive2d::TextLayouterDevice aTextLayouterDevice; in interpretMetafile() local
2056 aTextLayouterDevice.setFont(rPropertyHolders.Current().getFont()); in interpretMetafile()
2059 aTextLayouterDevice.getTextArray( in interpretMetafile()
2117 drawinglayer::primitive2d::TextLayouterDevice aTextLayouterDevice; in interpretMetafile() local
2118 aTextLayouterDevice.setFont(rPropertyHolders.Current().getFont()); in interpretMetafile()
2121 aTextLayouterDevice.addTextRectActions( in interpretMetafile()