Searched refs:yScale (Results 1 - 18 of 18) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_viewport.c45 GLfloat yScale, yBias; local
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/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
H A DDepthOfFieldFilter.java55 private float yScale; field in class:DepthOfFieldFilter
84 yScale = 1.0f / h;
87 material.setFloat("YScale", blurScale * yScale);
147 material.setFloat("YScale", blurScale * yScale);
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DDormandPrince54Integrator.java145 final double yScale = FastMath.max(FastMath.abs(y0[j]), FastMath.abs(y1[j]));
147 (scalAbsoluteTolerance + scalRelativeTolerance * yScale) :
148 (vecAbsoluteTolerance[j] + vecRelativeTolerance[j] * yScale);
H A DHighamHall54Integrator.java119 final double yScale = FastMath.max(FastMath.abs(y0[j]), FastMath.abs(y1[j]));
121 (scalAbsoluteTolerance + scalRelativeTolerance * yScale) :
122 (vecAbsoluteTolerance[j] + vecRelativeTolerance[j] * yScale);
H A DDormandPrince853Integrator.java264 final double yScale = FastMath.max(FastMath.abs(y0[j]), FastMath.abs(y1[j]));
266 (scalAbsoluteTolerance + scalRelativeTolerance * yScale) :
267 (vecAbsoluteTolerance[j] + vecRelativeTolerance[j] * yScale);
H A DAdamsBashforthIntegrator.java237 final double yScale = FastMath.abs(y[i]);
239 (scalAbsoluteTolerance + scalRelativeTolerance * yScale) :
240 (vecAbsoluteTolerance[i] + vecRelativeTolerance[i] * yScale);
H A DAdamsMoultonIntegrator.java400 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/tests/
H A DSkResourceCacheTest.cpp22 SkScalar yScale) {
25 float roundedImageHeight = SkScalarRoundToScalar(orig.height() * yScale);
37 SkScalar yScale = xScale / 2; local
39 SkScalar yScaledSize = SkIntToScalar(kBitmapSize) * yScale;
48 return is_in_scaled_image_cache(bitmap, xScale, yScale);
20 is_in_scaled_image_cache(const SkBitmap& orig, SkScalar xScale, SkScalar yScale) argument
H A DRoundRectTest.cpp598 SkScalar yScale = 3.2f; local
601 matrix.setScaleY(yScale);
610 SkScalarMul(orig.radii((SkRRect::Corner) i).fY, yScale)));
615 SkScalarMul(orig.rect().height(), yScale)));
619 SkScalarMul(orig.rect().top(), yScale)));
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/ssao/
H A DSSAOFilter.java178 float yScale = 1.0f / h;
182 material.setFloat("YScale", blurScale * yScale);
/external/skia/src/core/
H A DSkRRect.cpp416 SkScalar yScale = matrix.getScaleY();
417 const bool flipY = yScale < 0;
419 yScale = -yScale;
425 dst->fRadii[i].fY = SkScalarMul(fRadii[i].fY, yScale);
H A DSkScalerContext.cpp783 SkScalar yScale = SkScalarAbs(GA.get(SkMatrix::kMScaleY));
784 s->fX = yScale;
785 s->fY = yScale;
/external/skia/src/effects/
H A DSkGpuBlurUtils.cpp24 static void scale_rect(SkRect* rect, float xScale, float yScale) { argument
26 rect->fTop = SkScalarMul(rect->fTop, yScale);
28 rect->fBottom = SkScalarMul(rect->fBottom, yScale);
/external/deqp/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp1055 const tcu::Vec4 yScale = tcu::Vec4(0.0f, 1.0f, 0.5f, -0.5f); local
1062 const tcu::Vec4 scale = isX ? xScale : yScale;
1122 const tcu::Vec4 dy = ((m_coordMax - m_coordMin) / h) * yScale;
1125 const tcu::Vec4 dyThreshold = getDerivateThreshold(m_precision, m_coordMin*yScale, m_coordMax*yScale, dy);
1347 const tcu::Vec4 yScale = tcu::Vec4(0.0f, 1.0f, 0.5f, -0.5f); local
1357 const tcu::Vec4 scale = isX ? xScale : yScale;
1411 const tcu::Vec4 dy = ((m_texValueMax - m_texValueMin) / h) * yScale;
1414 const tcu::Vec4 dyThreshold = getDerivateThreshold(m_precision, m_texValueMin*yScale, m_texValueMax*yScale, d
[all...]
/external/skia/src/utils/debugger/
H A DSkDrawCommand.cpp122 SkScalar yScale = SkIntToScalar(size.fHeight-2) / input.height(); local
125 yScale *= input.height() / (float) input.width();
132 yScale * input.height());
139 srcRect->fTop * yScale + SK_Scalar1,
141 srcRect->fBottom * yScale + SK_Scalar1);
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/src/gl-matrix/
H A Dmat4.js1116 yScale = 2.0 / (upTan + downTan);
1123 out[5] = yScale;
1127 out[9] = ((upTan - downTan) * yScale * 0.5);
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/dist/
H A Dgl-matrix.js2501 yScale = 2.0 / (upTan + downTan);
2508 out[5] = yScale;
2512 out[9] = ((upTan - downTan) * yScale * 0.5);
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 1222 milliseconds