Home | History | Annotate | Download | only in pathops

Lines Matching refs:SkDLine

97     LineQuadraticIntersections(const SkDQuad& q, const SkDLine& l, SkIntersections* i)
253 double lineT = SkDLine::ExactPointH(fQuad[qIndex], left, right, y);
268 double lineT = SkDLine::NearPointH(fQuad[qIndex], left, right, y);
279 double lineT = SkDLine::ExactPointV(fQuad[qIndex], top, bottom, x);
294 double lineT = SkDLine::NearPointV(fQuad[qIndex], top, bottom, x);
343 const SkDLine& fLine;
350 LineQuadraticIntersections q(quad, *(static_cast<SkDLine*>(0)),
365 LineQuadraticIntersections q(quad, *(static_cast<SkDLine*>(0)),
388 SkDLine line = {{{ left, y }, { right, y }}};
395 SkDLine line = {{{ x, top }, { x, bottom }}};
400 int SkIntersections::intersect(const SkDQuad& quad, const SkDLine& line) {
406 int SkIntersections::intersectRay(const SkDQuad& quad, const SkDLine& line) {