HomeSort by relevance Sort by last modified time
    Searched refs:deviceScale (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewCore.java     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
SDL_sysjoystick.c 142 float deviceScale = max - min;
148 return ((value - pElement->minReport) * deviceScale / readScale) + min;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.cpp 97 static const char deviceScale[] = "deviceScale";
543 m_state->setDouble(PageAgentState::deviceScale, 1);
    [all...]

Completed in 116 milliseconds