Searched refs:hScale (Results 1 – 6 of 6) sorted by relevance
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()
259 var hScale = 0.5 * height;270 v[currentPos] -= hScale * (p[++nextRow] - p[++prevRow]);
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()
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()