Home | History | Annotate | Download | only in core

Lines Matching defs:delta_x

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