Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
DSDL_sysjoystick.c142 float deviceScale = max - min; in HIDScaledCalibratedValue() local
148 return ((value - pElement->minReport) * deviceScale / readScale) + min; in HIDScaledCalibratedValue()
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DContentViewCore.java2347 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;