Lines Matching refs:ImplLogicToPixel

378 static long ImplLogicToPixel( long n, long nDPI, long nMapNum, long nMapDenom,  in ImplLogicToPixel()  function
524 return ImplLogicToPixel( nX + maMapRes.mnMapOfsX, mnDPIX, in ImplLogicXToDevicePixel()
536 return ImplLogicToPixel( nY + maMapRes.mnMapOfsY, mnDPIY, in ImplLogicYToDevicePixel()
548 return ImplLogicToPixel( nWidth, mnDPIX, in ImplLogicWidthToDevicePixel()
569 return ImplLogicToPixel( nHeight, mnDPIY, in ImplLogicHeightToDevicePixel()
630 return Point( ImplLogicToPixel( rLogicPt.X() + maMapRes.mnMapOfsX, mnDPIX, in ImplLogicToDevicePixel()
633 ImplLogicToPixel( rLogicPt.Y() + maMapRes.mnMapOfsY, mnDPIY, in ImplLogicToDevicePixel()
645 return Size( ImplLogicToPixel( rLogicSize.Width(), mnDPIX, in ImplLogicToDevicePixel()
648 ImplLogicToPixel( rLogicSize.Height(), mnDPIY, in ImplLogicToDevicePixel()
666 return Rectangle( ImplLogicToPixel( rLogicRect.Left()+maMapRes.mnMapOfsX, mnDPIX, in ImplLogicToDevicePixel()
669 ImplLogicToPixel( rLogicRect.Top()+maMapRes.mnMapOfsY, mnDPIY, in ImplLogicToDevicePixel()
672 ImplLogicToPixel( rLogicRect.Right()+maMapRes.mnMapOfsX, mnDPIX, in ImplLogicToDevicePixel()
675 ImplLogicToPixel( rLogicRect.Bottom()+maMapRes.mnMapOfsY, mnDPIY, in ImplLogicToDevicePixel()
700 aPt.X() = ImplLogicToPixel( pPt->X()+maMapRes.mnMapOfsX, mnDPIX, in ImplLogicToDevicePixel()
703 aPt.Y() = ImplLogicToPixel( pPt->Y()+maMapRes.mnMapOfsY, mnDPIY, in ImplLogicToDevicePixel()
1148 return Point( ImplLogicToPixel( rLogicPt.X() + maMapRes.mnMapOfsX, mnDPIX, in LogicToPixel()
1151 ImplLogicToPixel( rLogicPt.Y() + maMapRes.mnMapOfsY, mnDPIY, in LogicToPixel()
1165 return Size( ImplLogicToPixel( rLogicSize.Width(), mnDPIX, in LogicToPixel()
1168 ImplLogicToPixel( rLogicSize.Height(), mnDPIY, in LogicToPixel()
1182 return Rectangle( ImplLogicToPixel( rLogicRect.Left() + maMapRes.mnMapOfsX, mnDPIX, in LogicToPixel()
1185 ImplLogicToPixel( rLogicRect.Top() + maMapRes.mnMapOfsY, mnDPIY, in LogicToPixel()
1188 ImplLogicToPixel( rLogicRect.Right() + maMapRes.mnMapOfsX, mnDPIX, in LogicToPixel()
1191 ImplLogicToPixel( rLogicRect.Bottom() + maMapRes.mnMapOfsY, mnDPIY, in LogicToPixel()
1217 aPt.X() = ImplLogicToPixel( pPt->X() + maMapRes.mnMapOfsX, mnDPIX, in LogicToPixel()
1220 aPt.Y() = ImplLogicToPixel( pPt->Y() + maMapRes.mnMapOfsY, mnDPIY, in LogicToPixel()
1338 return Point( ImplLogicToPixel( rLogicPt.X() + aMapRes.mnMapOfsX, mnDPIX, in LogicToPixel()
1341 ImplLogicToPixel( rLogicPt.Y() + aMapRes.mnMapOfsY, mnDPIY, in LogicToPixel()
1361 return Size( ImplLogicToPixel( rLogicSize.Width(), mnDPIX, in LogicToPixel()
1364 ImplLogicToPixel( rLogicSize.Height(), mnDPIY, in LogicToPixel()
1384 return Rectangle( ImplLogicToPixel( rLogicRect.Left() + aMapRes.mnMapOfsX, mnDPIX, in LogicToPixel()
1387 ImplLogicToPixel( rLogicRect.Top() + aMapRes.mnMapOfsY, mnDPIY, in LogicToPixel()
1390 ImplLogicToPixel( rLogicRect.Right() + aMapRes.mnMapOfsX, mnDPIX, in LogicToPixel()
1393 ImplLogicToPixel( rLogicRect.Bottom() + aMapRes.mnMapOfsY, mnDPIY, in LogicToPixel()
1425 aPt.X() = ImplLogicToPixel( pPt->X() + aMapRes.mnMapOfsX, mnDPIX, in LogicToPixel()
1428 aPt.Y() = ImplLogicToPixel( pPt->Y() + aMapRes.mnMapOfsY, mnDPIY, in LogicToPixel()