Home | History | Annotate | Download | only in core

Lines Matching defs:delta_x

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