Home | History | Annotate | Download | only in core

Lines Matching defs:slope

59     SkScalar slope = SkScalarDiv(delta_y, delta_x);
60 SkScalar b = pts[0].fY - SkScalarMul(slope, pts[0].fX);
62 SkScalar x = SkScalarDiv(pt.fY - b, slope);