Home | History | Annotate | Download | only in pathops

Lines Matching refs:SkDLine

84     LineCubicIntersections(const SkDCubic& c, const SkDLine& l, SkIntersections* i)
236 double lineT = SkDLine::ExactPointH(fCubic[cIndex], left, right, y);
251 double lineT = SkDLine::NearPointH(fCubic[cIndex], left, right, y);
262 double lineT = SkDLine::ExactPointV(fCubic[cIndex], top, bottom, x);
277 double lineT = SkDLine::NearPointV(fCubic[cIndex], top, bottom, x);
326 const SkDLine& fLine;
333 SkDLine line = {{{ left, y }, { right, y }}};
340 SkDLine line = {{{ x, top }, { x, bottom }}};
345 int SkIntersections::intersect(const SkDCubic& cubic, const SkDLine& line) {
351 int SkIntersections::intersectRay(const SkDCubic& cubic, const SkDLine& line) {