Lines Matching refs:ImplLogicXToDevicePixel
268 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()
1679 const long nX = ImplLogicXToDevicePixel( rPt.X() ); in GetPixel()
1714 … const SalColor aSalCol( mpGraphics->GetPixel( ImplLogicXToDevicePixel( rPt.X() ), in GetPixel()