Searched defs:yScale (Results 1 - 8 of 8) 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/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/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/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/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/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 399 milliseconds