Home
last modified time | relevance | path

Searched refs:ImplLogicYToDevicePixel (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx269 aPosAry.mnSrcY = ImplLogicYToDevicePixel( rSrcPt.Y() ); in DrawOutDev()
271 aPosAry.mnDestY = ImplLogicYToDevicePixel( rDestPt.Y() ); in DrawOutDev()
335 aPosAry.mnSrcY = rOutDev.ImplLogicYToDevicePixel( rSrcPt.Y() ); in DrawOutDev()
339 aPosAry.mnDestY = ImplLogicYToDevicePixel( rDestPt.Y() ); in DrawOutDev()
402 aPosAry.mnSrcY = ImplLogicYToDevicePixel( rSrcPt.Y() ); in CopyArea()
404 aPosAry.mnDestY = ImplLogicYToDevicePixel( rDestPt.Y() ); in CopyArea()
645 aPosAry.mnDestY = ImplLogicYToDevicePixel( rDestPt.Y() ); in ImplDrawBitmap()
1154 aPosAry.mnDestY = ImplLogicYToDevicePixel( rDestPt.Y() ); in ImplDrawBitmapEx()
1423 aPosAry.mnDestY = ImplLogicYToDevicePixel( rDestPt.Y() ); in ImplDrawMask()
1531 long nY = ImplLogicYToDevicePixel( rSrcPt.Y() ); in GetBitmap()
[all …]
H A Doutdev6.cxx86 const long nStartY = ImplLogicYToDevicePixel( nY ); in DBG_NAMEEX()
87 const long nEndY = ImplLogicYToDevicePixel( nBottom ); in DBG_NAMEEX()
99 aVertBuf[ nVertCount++ ] = ImplLogicYToDevicePixel( nY ); in DBG_NAMEEX()
H A Doutmap.cxx531 long OutputDevice::ImplLogicYToDevicePixel( long nY ) const in ImplLogicYToDevicePixel() function in OutputDevice
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx450 SAL_DLLPRIVATE long ImplLogicYToDevicePixel( long nY ) const;

Completed in 51 milliseconds