Searched refs:hScale (Results 1 – 5 of 5) sorted by relevance
127 SkScalar hScale = (bitWidth - 2) / largerWidth; in scaleMatrix() local130 scale.preScale(hScale, vScale); in scaleMatrix()131 larger.fLeft *= hScale; in scaleMatrix()132 larger.fRight *= hScale; in scaleMatrix()
219 SkScalar hScale = (bitWidth - 2) / largerWidth; in scaleMatrix() local222 scale.preScale(hScale, vScale); in scaleMatrix()223 larger.fLeft *= hScale; in scaleMatrix()224 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()
3017 SkScalar hScale = (bitWidth - 2) / largerWidth; in debug_scale_matrix() local3020 scale.preScale(hScale, vScale); in debug_scale_matrix()3021 larger.fLeft *= hScale; in debug_scale_matrix()3022 larger.fRight *= hScale; in debug_scale_matrix()