Lines Matching full:bcd
313 SkScalar bcd = SkScalarInterp(bc, cd, t);314 return SkScalarInterp(abc, bcd, t);406 Sk2s bcd = interp(bc, cd, tt);407 Sk2s abcd = interp(abc, bcd, tt);413 dst[4] = to_point(bcd);