Lines Matching refs:aPoint
193 ::basegfx::B2DPoint aPoint( ::basegfx::unotools::b2DPointFromRealPoint2D(rPoint) ); in mapRealPoint2D()
196 aPoint *= ::canvas::tools::mergeViewAndRenderTransform(aMatrix, in mapRealPoint2D()
200 return ::vcl::unotools::pointFromB2DPoint( aPoint ); in mapRealPoint2D()
367 ::basegfx::B2DPoint aPoint(x,y); in transformBitmap()
368 aPoint *= aTransform; in transformBitmap()
370 const int nSrcX( ::basegfx::fround( aPoint.getX() ) ); in transformBitmap()
371 const int nSrcY( ::basegfx::fround( aPoint.getY() ) ); in transformBitmap()
413 ::basegfx::B2DPoint aPoint(x,y); in transformBitmap()
414 aPoint *= aTransform; in transformBitmap()
416 const int nSrcX( ::basegfx::fround( aPoint.getX() ) ); in transformBitmap()
417 const int nSrcY( ::basegfx::fround( aPoint.getY() ) ); in transformBitmap()
470 ::basegfx::B2DPoint aPoint(x,y); in transformBitmap()
471 aPoint *= aTransform; in transformBitmap()
473 const int nSrcX( ::basegfx::fround( aPoint.getX() ) ); in transformBitmap()
474 const int nSrcY( ::basegfx::fround( aPoint.getY() ) ); in transformBitmap()
492 ::basegfx::B2DPoint aPoint(x,y); in transformBitmap()
493 aPoint *= aTransform; in transformBitmap()
495 const int nSrcX( ::basegfx::fround( aPoint.getX() ) ); in transformBitmap()
496 const int nSrcY( ::basegfx::fround( aPoint.getY() ) ); in transformBitmap()