Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx268 aPosAry.mnSrcX = ImplLogicXToDevicePixel( rSrcPt.X() ); in DrawOutDev()
270 aPosAry.mnDestX = ImplLogicXToDevicePixel( rDestPt.X() ); in DrawOutDev()
334 aPosAry.mnSrcX = rOutDev.ImplLogicXToDevicePixel( rSrcPt.X() ); in DrawOutDev()
338 aPosAry.mnDestX = ImplLogicXToDevicePixel( rDestPt.X() ); in DrawOutDev()
401 aPosAry.mnSrcX = ImplLogicXToDevicePixel( rSrcPt.X() ); in CopyArea()
403 aPosAry.mnDestX = ImplLogicXToDevicePixel( rDestPt.X() ); in CopyArea()
644 aPosAry.mnDestX = ImplLogicXToDevicePixel( rDestPt.X() ); in ImplDrawBitmap()
1153 aPosAry.mnDestX = ImplLogicXToDevicePixel( rDestPt.X() ); in ImplDrawBitmapEx()
1422 aPosAry.mnDestX = ImplLogicXToDevicePixel( rDestPt.X() ); in ImplDrawMask()
1530 long nX = ImplLogicXToDevicePixel( rSrcPt.X() ); in GetBitmap()
[all …]
H A Doutdev6.cxx84 const long nStartX = ImplLogicXToDevicePixel( nX ); in DBG_NAMEEX()
85 const long nEndX = ImplLogicXToDevicePixel( nRight ); in DBG_NAMEEX()
107 aHorzBuf[ nHorzCount++ ] = ImplLogicXToDevicePixel( nX ); in DBG_NAMEEX()
H A Doutmap.cxx519 long OutputDevice::ImplLogicXToDevicePixel( long nX ) const in ImplLogicXToDevicePixel() function in OutputDevice
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx449 SAL_DLLPRIVATE long ImplLogicXToDevicePixel( long nX ) const;

Completed in 50 milliseconds