HomeSort by relevance Sort by last modified time
    Searched defs:vScale (Results 1 - 9 of 9) sorted by null

  /hardware/ti/omap4-aah/camera/
CameraHalUtilClasses.cpp 127 double hScale, vScale;
134 vScale = ( double ) height / ( double ) vRange;
136 top = ( mTop + vRange / 2 ) * vScale;
138 areaHeight = ( mBottom + vRange / 2 ) * vScale;
  /hardware/ti/omap4xxx/camera/
CameraHalUtilClasses.cpp 129 double hScale, vScale;
136 vScale = ( double ) height / ( double ) vRange;
138 top = ( mTop + vRange / 2 ) * vScale;
140 areaHeight = ( mBottom + vRange / 2 ) * vScale;
  /frameworks/base/core/java/android/widget/
AnalogClock.java 153 float vScale = 1.0f;
160 vScale = (float )heightSize / (float) mDialHeight;
163 float scale = Math.min(hScale, vScale);
  /packages/apps/DeskClock/src/com/android/deskclock/
AnalogClock.java 150 float vScale = 1.0f;
157 vScale = (float )heightSize / (float) mDialHeight;
160 float scale = Math.min(hScale, vScale);
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 184 SkScalar vScale = (bitHeight - 2) / largerHeight;
186 scale.preScale(hScale, vScale);
  /external/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 184 SkScalar vScale = (bitHeight - 2) / largerHeight;
186 scale.preScale(hScale, vScale);
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 265 Rational vScale;
543 measPtr->sc.vScale = scVScale(format->format,
549 (measPtr->sc.vScale
552 (double) measPtr->sc.vScale);
553 testPrintI(" VScale Best Display Frame: %s",
555 testPrintI(" VScale Best Source Crop: %s",
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 899 double vScale = (canvasHeight - 2 * vMargin) / (double) sceneHeight;
901 double scale = Math.min(hScale, vScale);
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c     [all...]

Completed in 705 milliseconds