Searched refs:ImplLogicYToDevicePixel (Results 1 – 4 of 4) sorted by relevance
269 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()1145 aPosAry.mnDestY = ImplLogicYToDevicePixel( rDestPt.Y() ); in ImplDrawBitmapEx()1414 aPosAry.mnDestY = ImplLogicYToDevicePixel( rDestPt.Y() ); in ImplDrawMask()1522 long nY = ImplLogicYToDevicePixel( rSrcPt.Y() ); in GetBitmap()[all …]
86 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()
531 long OutputDevice::ImplLogicYToDevicePixel( long nY ) const in ImplLogicYToDevicePixel() function in OutputDevice
450 SAL_DLLPRIVATE long ImplLogicYToDevicePixel( long nY ) const;
Completed in 87 milliseconds