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

  /frameworks/base/tests/BrowserTestPlugin/jni/event/
EventPlugin.cpp 58 const float zoomFactorW = static_cast<float>(bitmap.width) / W;
62 if (zoomFactorW + .01 < zoomFactorH && zoomFactorW - .01 > zoomFactorH)
64 inst(), zoomFactorW, zoomFactorH);
67 const int fontSize = (int)(zoomFactorW * 16);
68 const int leftMargin = (int)(zoomFactorW * 10);
  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp 135 const float zoomFactorW = static_cast<float>(surfaceWidth) / W;
139 if (zoomFactorW + .01 < zoomFactorH && zoomFactorW - .01 > zoomFactorH)
141 inst(), zoomFactorW, zoomFactorH);
144 const int fontSize = (int)(zoomFactorW * 16);
145 const int leftMargin = (int)(zoomFactorW * 10);

Completed in 51 milliseconds