Lines Matching refs:basegfx

131     basegfx::unotools::homMatrixFromAffineMatrix(  in setTransformation()
494 basegfx::B2DHomMatrix aFontMatrix; in getTransformGlyphContext()
495 basegfx::unotools::homMatrixFromMatrix( in getTransformGlyphContext()
502basegfx::B2DHomMatrix aFontTransform(basegfx::tools::createTranslateB2DHomMatrix(-rRect.X1, -rRect… in getTransformGlyphContext()
526 ::basegfx::B2DRange aRect2; in drawCharGlyphs()
528 … ::basegfx::unotools::b2DRectangleFromRealRectangle2D(aRect), in drawCharGlyphs()
569 basegfx::B2DHomMatrix aTrans( rGC.Transformation ); in setupImage()
572 basegfx::B2DTuple aScale, aTranslation; in setupImage()
584 basegfx::B2DRange aRect( 0, 0, 1, 1 ); in setupImage()
612 basegfx::B2DRange aRect( 0, 0, 1, 1 ); in setupImage()
673 basegfx::B2DPolyPolygon aPoly=basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in strokePath()
687 basegfx::B2DPolyPolygon aPoly=basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in fillPath()
701 basegfx::B2DPolyPolygon aPoly=basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in eoFillPath()
716 basegfx::B2DPolyPolygon aNewClip = basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in intersectClip()
718 basegfx::B2DPolyPolygon aCurClip = getCurrentContext().Clip; in intersectClip()
721 aNewClip = basegfx::tools::clipPolyPolygonOnPolyPolygon( aCurClip, aNewClip, true, false ); in intersectClip()
729 basegfx::B2DPolyPolygon aNewClip = basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in intersectEoClip()
731 basegfx::B2DPolyPolygon aCurClip = getCurrentContext().Clip; in intersectEoClip()
734 aNewClip = basegfx::tools::clipPolyPolygonOnPolyPolygon( aCurClip, aNewClip, true, false ); in intersectEoClip()
800 getCurrentContext().Clip = basegfx::B2DPolyPolygon( in startPage()
801 basegfx::tools::createPolygonFromRect( in startPage()
802 basegfx::B2DRange( 0, 0, rSize.Width, rSize.Height ))); in startPage()
1008 ::basegfx::B2DRange& PDFIProcessor::calcTransformedRectBounds( ::basegfx::B2DRange& outRect, in calcTransformedRectBounds()
1009 const ::basegfx::B2DRange& inRect, in calcTransformedRectBounds()
1010 … const ::basegfx::B2DHomMatrix& transformation ) in calcTransformedRectBounds()
1026 ::basegfx::B2DPoint aPoint; in calcTransformedRectBounds()