Searched defs:yScale (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/skia/tests/
H A DSkResourceCacheTest.cpp21 SkScalar yScale) {
19 is_in_scaled_image_cache(const SkBitmap& orig, SkScalar xScale, SkScalar yScale) argument
H A DRoundRectTest.cpp542 SkScalar yScale = 3.2f; local
545 matrix.setScaleY(yScale);
554 SkScalarMul(orig.radii((SkRRect::Corner) i).fY, yScale)));
559 SkScalarMul(orig.rect().height(), yScale)));
563 SkScalarMul(orig.rect().top(), yScale)));
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DAffineTransform.cpp76 double AffineTransform::yScale() const function in class:blink::AffineTransform
252 double height2 = size.height() * yScale();
260 double height2 = size.height() * yScale();
317 double sy = yScale();
/external/chromium_org/third_party/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/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 DRoundRectTest.cpp542 SkScalar yScale = 3.2f; local
545 matrix.setScaleY(yScale);
554 SkScalarMul(orig.radii((SkRRect::Corner) i).fY, yScale)));
559 SkScalarMul(orig.rect().height(), yScale)));
563 SkScalarMul(orig.rect().top(), yScale)));
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.cpp136 SkScalar yScale = SkIntToScalar(size.fHeight-2) / input.height(); local
139 yScale *= input.height() / (float) input.width();
146 yScale * input.height());
153 srcRect->fTop * yScale + SK_Scalar1,
155 srcRect->fBottom * yScale + SK_Scalar1);
/external/skia/src/utils/debugger/
H A DSkDrawCommand.cpp133 SkScalar yScale = SkIntToScalar(size.fHeight-2) / input.height(); local
136 yScale *= input.height() / (float) input.width();
143 yScale * input.height());
150 srcRect->fTop * yScale + SK_Scalar1,
152 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/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusPath.h1638 OUT REAL* yScale) const
1641 (GpPathGradient*) nativeBrush, xScale, yScale));
1645 IN REAL yScale)
1648 (GpPathGradient*) nativeBrush, xScale, yScale));
1644 SetFocusScales(IN REAL xScale, IN REAL yScale) argument
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 1691 milliseconds