Home | History | Annotate | Download | only in gradients

Lines Matching refs:sdx

90 typedef void (* RadialShadeProc)(SkScalar sfx, SkScalar sdx,
104 void shadeSpan_radial_clamp2(SkScalar sfx, SkScalar sdx, SkScalar sfy, SkScalar sdy,
107 if (radial_completely_pinned(sfx, sdx, sfy, sdy)) {
118 sdx *= scale;
120 const Sk4f fx4(sfx, sfx + sdx, sfx + 2*sdx, sfx + 3*sdx);
122 const Sk4f dx4(sdx * 4);
205 SkScalar sdx = fDstToIndex.getScaleX();
210 sdx = step.fX;
224 (*shadeProc)(srcPt.fX, sdx, srcPt.fY, sdy, dstC, cache, count, toggle);