Home | History | Annotate | Download | only in gradients

Lines Matching refs:Sk4f

17 void ramp(const Sk4f& c, const Sk4f& dc, dstType dst[], int n,
18 const Sk4f& bias0, const Sk4f& bias1) {
21 const Sk4f dc2 = dc + dc,
24 Sk4f c0 = c + DstTraits<dstType, premul>::pre_lerp_bias(bias0),
234 Sk4f bias4f0(bias0),
312 const Sk4f& currentColor() const { return fCc; }
313 const Sk4f& currentColorGrad() const { return fDcDx; }
324 fCc = fCc + fDcDx * Sk4f(advX);
332 const Sk4f dc = DstTraits<dstType, premul>::load(fInterval->fCg);
333 fCc = DstTraits<dstType, premul>::load(fInterval->fCb) + dc * Sk4f(t);
342 fCc = Sk4f(0);
388 Sk4f fDcDx; // dst color gradient (dc/dx)
389 Sk4f fCc; // current color, interpolated in dst