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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
EmptyViewsOverlay.java 47 * @param vScale The {@link CanvasTransform} to use to transfer vertical layout coordinates
53 CanvasTransform vScale) {
57 mVScale = vScale;
OutlineOverlay.java 48 * @param vScale The {@link CanvasTransform} to use to transfer vertical layout
54 CanvasTransform vScale) {
58 mVScale = vScale;
HoverOverlay.java 67 * @param vScale The {@link CanvasTransform} to use to transfer vertical layout
70 public HoverOverlay(LayoutCanvas canvas, CanvasTransform hScale, CanvasTransform vScale) {
73 mVScale = vScale;
ImageOverlay.java 91 * @param vScale The vertical scale information.
93 public ImageOverlay(LayoutCanvas canvas, CanvasTransform hScale, CanvasTransform vScale) {
96 mVScale = vScale;
GCWrapper.java 99 public GCWrapper(CanvasTransform hScale, CanvasTransform vScale) {
101 mVScale = vScale;
LayoutCanvas.java 899 double vScale = (canvasHeight - 2 * vMargin) / (double) sceneHeight;
901 double scale = Math.min(hScale, vScale);
    [all...]
  /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);
  /hardware/intel/img/psb_video/src/
psb_texture.c 144 double yScale, double uScale, double vScale,
    [all...]
  /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...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 184 SkScalar vScale = (bitHeight - 2) / largerHeight;
186 scale.preScale(hScale, vScale);
  /external/chromium_org/third_party/skia/tests/
PathOpsExtendedTest.cpp 177 SkScalar vScale = (bitHeight - 2) / largerHeight;
179 scale.preScale(hScale, vScale);
  /external/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 184 SkScalar vScale = (bitHeight - 2) / largerHeight;
186 scale.preScale(hScale, vScale);
  /external/skia/tests/
PathOpsExtendedTest.cpp 294 SkScalar vScale = (bitHeight - 2) / largerHeight;
296 scale.preScale(hScale, vScale);
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 678 milliseconds