Home
last modified time | relevance | path

Searched refs:hScale (Results 1 – 6 of 6) sorted by relevance

/external/skqp/tests/
DPathOpsExtendedTest.cpp219 SkScalar hScale = (bitWidth - 2) / largerWidth; in scaleMatrix() local
222 scale.preScale(hScale, vScale); in scaleMatrix()
223 larger.fLeft *= hScale; in scaleMatrix()
224 larger.fRight *= hScale; in scaleMatrix()
/external/skia/tests/
DPathOpsExtendedTest.cpp219 SkScalar hScale = (bitWidth - 2) / largerWidth; in scaleMatrix() local
222 scale.preScale(hScale, vScale); in scaleMatrix()
223 larger.fLeft *= hScale; in scaleMatrix()
224 larger.fRight *= hScale; in scaleMatrix()
/external/v8/benchmarks/
Dnavier-stokes.js259 var hScale = 0.5 * height;
270 v[currentPos] -= hScale * (p[++nextRow] - p[++prevRow]);
/external/dng_sdk/source/
Ddng_reference.cpp1421 real32 hScale = (hueDivisions < 2) ? 0.0f : (hueDivisions * (1.0f / 6.0f)); in RefBaselineHueSatMap() local
1469 real32 hScaled = h * hScale; in RefBaselineHueSatMap()
1531 real32 hScaled = h * hScale; in RefBaselineHueSatMap()
/external/skia/src/pathops/
DSkPathOpsDebug.cpp3017 SkScalar hScale = (bitWidth - 2) / largerWidth; in debug_scale_matrix() local
3020 scale.preScale(hScale, vScale); in debug_scale_matrix()
3021 larger.fLeft *= hScale; in debug_scale_matrix()
3022 larger.fRight *= hScale; in debug_scale_matrix()
/external/skqp/src/pathops/
DSkPathOpsDebug.cpp3017 SkScalar hScale = (bitWidth - 2) / largerWidth; in debug_scale_matrix() local
3020 scale.preScale(hScale, vScale); in debug_scale_matrix()
3021 larger.fLeft *= hScale; in debug_scale_matrix()
3022 larger.fRight *= hScale; in debug_scale_matrix()