Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutmap.cxx578 float fPixelHeight = (fLogicHeight * mnDPIY * maMapRes.mnMapScNumY) / maMapRes.mnMapScDenomY; in ImplFloatLogicHeightToDevicePixel() local
579 return fPixelHeight; in ImplFloatLogicHeightToDevicePixel()
614 float OutputDevice::ImplFloatDevicePixelToLogicHeight( float fPixelHeight) const in ImplFloatDevicePixelToLogicHeight()
617 return fPixelHeight; in ImplFloatDevicePixelToLogicHeight()
618 float fLogicHeight = (fPixelHeight * maMapRes.mnMapScDenomY) / (mnDPIY * maMapRes.mnMapScNumY); in ImplFloatDevicePixelToLogicHeight()

Completed in 17 milliseconds