Lines Matching refs:scale
793 uniform float2 scale; // only for medPrecision
800 // scale uniform will be scale, 1/scale. The inverse squared radii uniform values are
803 d *= scale.y;
818 approx_dist *= scale.x;
837 SkV2 scale = {1, 1};
838 // If we're using a scale factor to work around precision issues, choose the larger radius as
839 // the scale factor. The inv radii need to be pre-adjusted by the scale factor.
844 scale = {radii.fX, 1.f / radii.fX};
848 scale = {radii.fY, 1.f / radii.fY};
861 "scale", scale));