Searched refs:aOutputPos (Results 1 – 4 of 4) sorted by relevance
/trunk/main/canvas/source/vcl/ |
H A D | canvashelper.cxx | 714 ::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 D | canvashelper_texturefill.cxx | 906 ::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()
|
/trunk/main/filter/source/xsltdialog/ |
H A D | xmlfileview.cxx | 580 Point aOutputPos( 0, aTextWindowPos.Y() + aTextWindowSize.Height() ); in Resize() local 581 maLBOutput.SetPosSizePixel( aOutputPos, aOutputSize ); in Resize()
|
/trunk/main/framework/source/layoutmanager/ |
H A D | toolbarlayoutmanager.cxx | 3593 … ::Point aOutputPos = pContainerWindow->ScreenToOutputPixel( aTrackingRect.TopLeft() ); in docking() 3594 aTrackingRect.SetPos( aOutputPos ); in docking()
|
Completed in 113 milliseconds