Searched refs:hScale (Results 1 – 3 of 3) sorted by relevance
127 SkScalar hScale = (kBitWidth - 2) / largerWidth; in scaleMatrix() local130 scale.preScale(hScale, vScale); in scaleMatrix()131 larger.fLeft *= hScale; in scaleMatrix()132 larger.fRight *= hScale; in scaleMatrix()
1421 real32 hScale = (hueDivisions < 2) ? 0.0f : (hueDivisions * (1.0f / 6.0f)); in RefBaselineHueSatMap() local1469 real32 hScaled = h * hScale; in RefBaselineHueSatMap()1531 real32 hScaled = h * hScale; in RefBaselineHueSatMap()
2990 SkScalar hScale = (bitWidth - 2) / largerWidth; in debug_scale_matrix() local2993 scale.preScale(hScale, vScale); in debug_scale_matrix()2994 larger.fLeft *= hScale; in debug_scale_matrix()2995 larger.fRight *= hScale; in debug_scale_matrix()