Lines Matching refs:ImplLogicToDevicePixel
150 pNew->maThumbRect = rDev.ImplLogicToDevicePixel( pSlVal->maThumbRect ); in lcl_transformControlValue()
158 pNew->maThumbRect = rDev.ImplLogicToDevicePixel( pScVal->maThumbRect ); in lcl_transformControlValue()
159 pNew->maButton1Rect = rDev.ImplLogicToDevicePixel( pScVal->maButton1Rect ); in lcl_transformControlValue()
160 pNew->maButton2Rect = rDev.ImplLogicToDevicePixel( pScVal->maButton2Rect ); in lcl_transformControlValue()
168 pNew->maUpperRect = rDev.ImplLogicToDevicePixel( pSpVal->maUpperRect ); in lcl_transformControlValue()
169 pNew->maLowerRect = rDev.ImplLogicToDevicePixel( pSpVal->maLowerRect ); in lcl_transformControlValue()
177 pNew->maGripRect = rDev.ImplLogicToDevicePixel( pTVal->maGripRect ); in lcl_transformControlValue()
208 pNew->maItemRect = rDev.ImplLogicToDevicePixel( pMVal->maItemRect ); in lcl_transformControlValue()
247 Rectangle screenRegion( ImplLogicToDevicePixel( rControlRegion ) ); in DrawNativeControl()
290 Rectangle screenRegion( ImplLogicToDevicePixel( rControlRegion ) ); in DrawNativeControlText()
319 Rectangle screenRegion( ImplLogicToDevicePixel( rControlRegion ) ); in GetNativeControlRegion()