Home | History | Annotate | Download | only in gradients

Lines Matching refs:sfx

70 typedef void (* RadialShade16Proc)(SkScalar sfx, SkScalar sdx,
75 void shadeSpan16_radial_clamp(SkScalar sfx, SkScalar sdx,
88 SkFixed fx = SkScalarToFixed(sfx) >> 1;
280 typedef void (* RadialShadeProc)(SkScalar sfx, SkScalar sdx,
294 void shadeSpan_radial_clamp2(SkScalar sfx, SkScalar sdx, SkScalar sfy, SkScalar sdy,
297 if (radial_completely_pinned(sfx, sdx, sfy, sdy)) {
306 sfx *= scale;
310 const Sk4f fx4(sfx, sfx + sdx, sfx + 2*sdx, sfx + 3*sdx);