Home
last modified time | relevance | path

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

/third_party/skia/tests/
DPathOpsExtendedTest.cpp127 SkScalar hScale = (kBitWidth - 2) / largerWidth; in scaleMatrix() local
130 scale.preScale(hScale, vScale); in scaleMatrix()
131 larger.fLeft *= hScale; in scaleMatrix()
132 larger.fRight *= hScale; in scaleMatrix()
/third_party/skia/third_party/externals/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()
/third_party/skia/src/pathops/
DSkPathOpsDebug.cpp2990 SkScalar hScale = (bitWidth - 2) / largerWidth; in debug_scale_matrix() local
2993 scale.preScale(hScale, vScale); in debug_scale_matrix()
2994 larger.fLeft *= hScale; in debug_scale_matrix()
2995 larger.fRight *= hScale; in debug_scale_matrix()