Lines Matching refs:basegfx

70 …::basegfx::B2DPolyPolygon polyPolygonFromXPolyPolygon2D( const uno::Reference< rendering::XPolyPol…  in polyPolygonFromXPolyPolygon2D()
90 return ::basegfx::unotools::polyPolygonFromBezier2DSequenceSequence( in polyPolygonFromXPolyPolygon2D()
108 return ::basegfx::unotools::polyPolygonFromPoint2DSequenceSequence( in polyPolygonFromXPolyPolygon2D()
157 …void gdiPlusMatrixFromB2DHomMatrix( Gdiplus::Matrix& rGdiplusMatrix, const ::basegfx::B2DHomMatrix… in gdiPlusMatrixFromB2DHomMatrix()
190 const ::basegfx::B2DPolygon& rPoly, in graphicsPathFromB2DPolygon()
216 const ::basegfx::B2DPoint& rPoint( rPoly.getB2DPoint( nCurrPoint ) ); in graphicsPathFromB2DPolygon()
220 … const ::basegfx::B2DPoint& rControlPointA( rPoly.getNextControlPoint( nCurrPoint ) ); in graphicsPathFromB2DPolygon()
224 …const ::basegfx::B2DPoint& rControlPointB( rPoly.getPrevControlPoint( (nCurrPoint + 1) % nPoints) … in graphicsPathFromB2DPolygon()
234 const ::basegfx::B2DPoint& rPoint( rPoly.getB2DPoint(0) ); in graphicsPathFromB2DPolygon()
283 const ::basegfx::B2DPoint& rPoint( rPoly.getB2DPoint( nCurrPoint ) ); in graphicsPathFromB2DPolygon()
334 RECT gdiRectFromB2IRect( const ::basegfx::B2IRange& rRect ) in gdiRectFromB2IRect()
356 ::basegfx::B2DPoint b2dPointFromGdiPlusPointF( const Gdiplus::PointF& rPoint ) in b2dPointFromGdiPlusPointF()
358 return ::basegfx::B2DPoint( rPoint.X, rPoint.Y ); in b2dPointFromGdiPlusPointF()
361 ::basegfx::B2DRange b2dRangeFromGdiPlusRectF( const Gdiplus::RectF& rRect ) in b2dRangeFromGdiPlusRectF()
363 return ::basegfx::B2DRange( rRect.X, rRect.Y, in b2dRangeFromGdiPlusRectF()
423 (static_cast<sal_uInt8>( ::basegfx::fround( 255*rColor[0] ) ) << 16) | in sequenceToArgb()
424 (static_cast<sal_uInt8>( ::basegfx::fround( 255*rColor[1] ) ) << 8) | in sequenceToArgb()
425 static_cast<sal_uInt8>( ::basegfx::fround( 255*rColor[2] ) ); in sequenceToArgb()
430 aColor |= static_cast<sal_uInt8>( ::basegfx::fround( 255*rColor[3] ) ) << 24; in sequenceToArgb()
464 …GraphicsPathSharedPtr graphicsPathFromB2DPolygon( const ::basegfx::B2DPolygon& rPoly, bool bNoLine… in graphicsPathFromB2DPolygon()
474 …GraphicsPathSharedPtr graphicsPathFromB2DPolyPolygon( const ::basegfx::B2DPolyPolygon& rPoly, bool… in graphicsPathFromB2DPolyPolygon()