Lines Matching refs:rendering

95                 case rendering::TextDirection::WEAK_LEFT_TO_RIGHT:  in setupLayoutMode()
98 case rendering::TextDirection::STRONG_LEFT_TO_RIGHT: in setupLayoutMode()
101 case rendering::TextDirection::WEAK_RIGHT_TO_LEFT: in setupLayoutMode()
104 case rendering::TextDirection::STRONG_RIGHT_TO_LEFT: in setupLayoutMode()
120 TextLayout::TextLayout( const rendering::StringContext& aText, in TextLayout()
147 …uno::Sequence< uno::Reference< rendering::XPolyPolygon2D > > SAL_CALL TextLayout::queryTextShapes(… in queryTextShapes()
152 return uno::Sequence< uno::Reference< rendering::XPolyPolygon2D > >(); in queryTextShapes()
236 …double SAL_CALL TextLayout::combinedJustify( const uno::Sequence< uno::Reference< rendering::XText… in combinedJustify()
245rendering::TextHit SAL_CALL TextLayout::getTextHit( const geometry::RealPoint2D& /*aHitPoint*/ ) t… in getTextHit()
250 return rendering::TextHit(); in getTextHit()
253 rendering::Caret SAL_CALL TextLayout::getCaret( sal_Int32 /*nInsertionIndex*/, in getCaret()
259 return rendering::Caret(); in getCaret()
272 …uno::Reference< rendering::XPolyPolygon2D > SAL_CALL TextLayout::queryVisualHighlighting( sal_Int3… in queryVisualHighlighting()
278 return uno::Reference< rendering::XPolyPolygon2D >(); in queryVisualHighlighting()
281 …uno::Reference< rendering::XPolyPolygon2D > SAL_CALL TextLayout::queryLogicalHighlighting( sal_Int… in queryLogicalHighlighting()
287 return uno::Reference< rendering::XPolyPolygon2D >(); in queryLogicalHighlighting()
305 …uno::Reference< rendering::XCanvasFont > SAL_CALL TextLayout::getFont( ) throw (uno::RuntimeExcep… in getFont()
312 rendering::StringContext SAL_CALL TextLayout::getText( ) throw (uno::RuntimeException) in getText()
321 rendering::FontRequest aFontRequest = mpFont->getFontRequest(); in useFont()
322 rendering::FontInfo aFontInfo = aFontRequest.FontDescription; in useFont()
390 const rendering::ViewState& viewState, in draw()
391 const rendering::RenderState& renderState ) const in draw()
689 const rendering::ViewState& viewState, in setupTextOffsets()
690 const rendering::RenderState& renderState ) const in setupTextOffsets()