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

  /external/mesa3d/src/mesa/state_tracker/
st_atom_viewport.c 45 GLfloat yScale, yBias;
53 yScale = -1;
58 yScale = 1.0;
73 st->state.viewport.scale[1] = half_height * yScale;
78 st->state.viewport.translate[1] = (half_height + y) * yScale + yBias;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
HighamHall54Integrator.java 119 final double yScale = FastMath.max(FastMath.abs(y0[j]), FastMath.abs(y1[j]));
121 (scalAbsoluteTolerance + scalRelativeTolerance * yScale) :
122 (vecAbsoluteTolerance[j] + vecRelativeTolerance[j] * yScale);
DormandPrince54Integrator.java 145 final double yScale = FastMath.max(FastMath.abs(y0[j]), FastMath.abs(y1[j]));
147 (scalAbsoluteTolerance + scalRelativeTolerance * yScale) :
148 (vecAbsoluteTolerance[j] + vecRelativeTolerance[j] * yScale);
DormandPrince853Integrator.java 264 final double yScale = FastMath.max(FastMath.abs(y0[j]), FastMath.abs(y1[j]));
266 (scalAbsoluteTolerance + scalRelativeTolerance * yScale) :
267 (vecAbsoluteTolerance[j] + vecRelativeTolerance[j] * yScale);
AdamsBashforthIntegrator.java 237 final double yScale = FastMath.abs(y[i]);
239 (scalAbsoluteTolerance + scalRelativeTolerance * yScale) :
240 (vecAbsoluteTolerance[i] + vecRelativeTolerance[i] * yScale);
AdamsMoultonIntegrator.java 400 final double yScale = FastMath.max(FastMath.abs(previous[i]), FastMath.abs(after[i]));
402 (scalAbsoluteTolerance + scalRelativeTolerance * yScale) :
403 (vecAbsoluteTolerance[i] + vecRelativeTolerance[i] * yScale);
  /external/skia/src/gpu/
GrTextureToYUVPlanes.cpp 27 SkScalar yScale = SkIntToScalar(src->height()) / dstH;
39 SkMatrix::MakeScale(xScale, yScale),
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
WaveScopeView.java 118 float yScale = getHeight() / (float) (Short.MAX_VALUE * 2 * numChans);
126 Y = zeroY - (samples[smpl] * yScale);
147 float yScale = getHeight() / (float) (2 * numChans);
155 Y = zeroY - (samples[smpl] * yScale);
  /external/skia/tools/
colorspaceinfo.cpp 234 const float yScale = 2067.78f; // Num pixels from 0 to 1 in y
241 rgb[0].fY = yOffset + yScale * (1.0f - rgb[0].fY);
243 rgb[1].fY = yOffset + yScale * (1.0f - rgb[1].fY);
245 rgb[2].fY = yOffset + yScale * (1.0f - rgb[2].fY);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourcePreviewHelper.java 157 double yScale = HEIGHT / (double) height;
158 double scale = Math.min(xScale, yScale);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
ComplexMovementRenderer.java 251 float yScale = (float) (near / focalLengthY);
257 yScale * -height / 2.0f,
258 yScale * height / 2.0f,
  /external/skia/tests/
RoundRectTest.cpp 653 SkScalar yScale = 3.2f;
656 matrix.setScaleY(yScale);
665 orig.radii((SkRRect::Corner) i).fY * yScale));
670 orig.rect().height() * yScale));
674 orig.rect().top() * yScale));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageOverlay.java 231 double yScale = vi.getScaledImgSize() / (double) awtImage.getHeight();
239 if (xScale == 1.0 && yScale == 1.0) {
249 scaledAwtImage = ImageUtils.scale(awtImage, xScale, yScale,
255 scaledAwtImage = ImageUtils.scale(awtImage, xScale, yScale);
  /hardware/intel/img/psb_video/src/x11/
psb_coverlay.c 491 float xScale, yScale;
494 yScale = win_height * 1.0 / surface_h;
496 desty = subpicture->subpic_dsty * yScale;
503 float xScale, yScale;
506 yScale = pPriv->extend_display_height * 1.0 / surface_h;
509 desty = subpicture->subpic_dsty * yScale;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
ImageUtils.java     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderDerivateTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp     [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 566 float yScale = crop.getHeight() / float(winHeight);
569 float insetT = winCrop.top * yScale;
571 float insetB = (winHeight - winCrop.bottom) * yScale;
    [all...]
  /external/skia/tools/debugger/
SkDrawCommand.cpp 354 SkScalar yScale = SkIntToScalar(size.fHeight-2) / input.height();
357 yScale *= input.height() / (float) input.width();
364 yScale * input.height());
389 srcRect->fTop * yScale + SK_Scalar1,
391 srcRect->fBottom * yScale + SK_Scalar1);
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /external/zxing/core/
core.jar 

Completed in 1358 milliseconds