Searched refs:fPixelWidth (Results 1 – 1 of 1) sorted by relevance
558 float fPixelWidth = (fLogicWidth * mnDPIX * maMapRes.mnMapScNumX) / maMapRes.mnMapScDenomX; in ImplFloatLogicWidthToDevicePixel() local559 return fPixelWidth; in ImplFloatLogicWidthToDevicePixel()594 float OutputDevice::ImplFloatDevicePixelToLogicWidth( float fPixelWidth) const in ImplFloatDevicePixelToLogicWidth()597 return fPixelWidth; in ImplFloatDevicePixelToLogicWidth()598 float fLogicHeight = (fPixelWidth * maMapRes.mnMapScDenomX) / (mnDPIX * maMapRes.mnMapScNumX); in ImplFloatDevicePixelToLogicWidth()
Completed in 11 milliseconds