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

  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
SpriteBatchRotationTest.java 33 float vScale = 1;
54 scale += vScale * Gdx.graphics.getDeltaTime();
56 vScale = -vScale;
60 vScale = -vScale;
StageTest.java 60 float vScale = 1;
193 scale += vScale * Gdx.graphics.getDeltaTime();
196 vScale = -vScale;
200 vScale = -vScale;
  /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 154 float vScale = 1.0f;
161 vScale = (float )heightSize / (float) mDialHeight;
164 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/skia/src/pathops/
SkPathOpsOp.cpp 363 SkScalar vScale = (bitHeight - 2) / largerHeight;
365 scale.preScale(hScale, vScale);
368 larger.fTop *= vScale;
369 larger.fBottom *= vScale;
  /external/skia/tests/
PathOpsExtendedTest.cpp 182 SkScalar vScale = (bitHeight - 2) / largerHeight;
184 scale.preScale(hScale, vScale);
187 larger.fTop *= vScale;
188 larger.fBottom *= vScale;
  /hardware/intel/img/psb_video/src/
psb_texture.c 144 double yScale, double uScale, double vScale,
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
MeshBuilder.java 106 private float uOffset = 0f, uScale = 1f, vOffset = 0f, vScale = 1f;
360 vScale = v2 - v1;
368 uScale = vScale = 1f;
531 vertices.items[o + uvOffset + 1] = vOffset + vScale * vertices.items[o + uvOffset + 1];
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 264 Rational vScale;
541 measPtr->sc.vScale = scVScale(format->format,
547 (measPtr->sc.vScale
550 (double) measPtr->sc.vScale);
551 testPrintI(" VScale Best Display Frame: %s",
553 testPrintI(" VScale Best Source Crop: %s",
    [all...]
  /external/dng_sdk/source/
dng_reference.cpp 1423 real32 vScale = (real32) ((int32) valDivisions - 1);
1533 real32 vScaled = vEncoded * vScale;
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c     [all...]

Completed in 1294 milliseconds