Home
last modified time | relevance | path

Searched refs:aOutputPos (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/canvas/source/vcl/
H A Dcanvashelper.cxx714 ::basegfx::B2DPoint aOutputPos( 0.0, 0.0 ); in implDrawBitmap()
715 aOutputPos *= aMatrix; in implDrawBitmap()
744 … mpOutDev->getOutDev().DrawBitmapEx( ::vcl::unotools::pointFromB2DPoint( aOutputPos ), in implDrawBitmap()
748 … mp2ndOutDev->getOutDev().DrawBitmapEx( ::vcl::unotools::pointFromB2DPoint( aOutputPos ), in implDrawBitmap()
763 aMatrix.decompose( aScale, aOutputPos, nRotate, nShearX ); in implDrawBitmap()
821 aOutputPos.setX( aDestRect.getMinX() ); in implDrawBitmap()
822 aOutputPos.setY( aDestRect.getMinY() ); in implDrawBitmap()
842 const ::Point aPt( ::vcl::unotools::pointFromB2DPoint( aOutputPos ) ); in implDrawBitmap()
H A Dcanvashelper_texturefill.cxx906 ::basegfx::B2DPoint aOutputPos; in fillTexturedPolyPolygon()
909 aTotalTransform.decompose( aScale, aOutputPos, nRotate, nShearX ); in fillTexturedPolyPolygon()
1017 ::basegfx::fround( aOutputPos.getX() ) : aPtRepeat.X(), in fillTexturedPolyPolygon()
1019 ::basegfx::fround( aOutputPos.getY() ) : aPtRepeat.Y() ); in fillTexturedPolyPolygon()
/aoo41x/main/filter/source/xsltdialog/
H A Dxmlfileview.cxx580 Point aOutputPos( 0, aTextWindowPos.Y() + aTextWindowSize.Height() ); in Resize() local
581 maLBOutput.SetPosSizePixel( aOutputPos, aOutputSize ); in Resize()
/aoo41x/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx3580 … ::Point aOutputPos = pContainerWindow->ScreenToOutputPixel( aTrackingRect.TopLeft() ); in docking()
3581 aTrackingRect.SetPos( aOutputPos ); in docking()

Completed in 64 milliseconds