Home | History | Annotate | Download | only in core

Lines Matching full:delta_x

43     SkScalar delta_x = pts[1].fX - pts[0].fX;
44 SkScalar slope = SkScalarDiv(delta_y, delta_x);