Searched refs:deviceScale (Results 1 – 2 of 2) sorted by relevance
142 float deviceScale = max - min; in HIDScaledCalibratedValue() local148 return ((value - pElement->minReport) * deviceScale / readScale) + min; in HIDScaledCalibratedValue()
2347 final float deviceScale = mRenderCoordinates.getDeviceScaleFactor();2349 mViewportWidthPix / (deviceScale * pageScaleFactor));2351 mViewportHeightPix / (deviceScale * pageScaleFactor));2404 final float controlsOffsetPix = controlsOffsetYCss * deviceScale;2405 final float overdrawBottomHeightPix = overdrawBottomHeightCss * deviceScale;