Home
last modified time | relevance | path

Searched refs:b2DPointFromPoint (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1902 rState.mapModeTransform * ::vcl::unotools::b2DPointFromPoint( in createActions()
1927 rState.mapModeTransform * ::vcl::unotools::b2DPointFromPoint( in createActions()
1956 … rState.mapModeTransform * ::vcl::unotools::b2DPointFromPoint( pLineAct->GetStartPoint() )); in createActions()
1958 … rState.mapModeTransform * ::vcl::unotools::b2DPointFromPoint( pLineAct->GetEndPoint() )); in createActions()
2029 … rState.mapModeTransform * ::vcl::unotools::b2DPointFromPoint( rRect.TopLeft() ) ); in createActions()
2031 … rState.mapModeTransform * ::vcl::unotools::b2DPointFromPoint( rRect.BottomRight() ) + in createActions()
2055 ::vcl::unotools::b2DPointFromPoint( rRect.TopLeft() ), in createActions()
2056 ::vcl::unotools::b2DPointFromPoint( rRect.BottomRight() ) + in createActions()
2076 ::vcl::unotools::b2DPointFromPoint( rRect.TopLeft() ), in createActions()
2077 ::vcl::unotools::b2DPointFromPoint( rRect.BottomRight() ) + in createActions()
[all …]
/AOO41X/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx142 ::vcl::unotools::b2DPointFromPoint( rBounds.TopLeft() ) - in fillLinearGradient()
143 ::vcl::unotools::b2DPointFromPoint( rBounds.BottomRight() ) ); in fillLinearGradient()
H A Dspritecanvashelper.cxx592 ::vcl::unotools::b2DPointFromPoint(aOutputPosition)), in genericUpdate()
/AOO41X/main/vcl/inc/vcl/
H A Dcanvastools.hxx235 basegfx::B2DPoint VCL_DLLPUBLIC b2DPointFromPoint( const Point& );
/AOO41X/main/vcl/source/helper/
H A Dcanvastools.cxx544 ::basegfx::B2DPoint b2DPointFromPoint( const ::Point& rPoint ) in b2DPointFromPoint() function