Home
last modified time | relevance | path

Searched refs:calcPt (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/pathops/
DSkDCubicLineIntersection.cpp133 SkDPoint calcPt = c.ptAtT(roots[index]); in intersectRay() local
134 if (!approximately_zero(calcPt.fX)) { in intersectRay()
173 SkDPoint calcPt = c.ptAtT(roots[index]); in HorizontalIntersect() local
174 if (!approximately_equal(calcPt.fY, axisIntercept)) { in HorizontalIntersect()
236 SkDPoint calcPt = c.ptAtT(roots[index]); in VerticalIntersect() local
237 if (!approximately_equal(calcPt.fX, axisIntercept)) { in VerticalIntersect()
/external/skqp/src/pathops/
DSkDCubicLineIntersection.cpp133 SkDPoint calcPt = c.ptAtT(roots[index]); in intersectRay() local
134 if (!approximately_zero(calcPt.fX)) { in intersectRay()
173 SkDPoint calcPt = c.ptAtT(roots[index]); in HorizontalIntersect() local
174 if (!approximately_equal(calcPt.fY, axisIntercept)) { in HorizontalIntersect()
236 SkDPoint calcPt = c.ptAtT(roots[index]); in VerticalIntersect() local
237 if (!approximately_equal(calcPt.fX, axisIntercept)) { in VerticalIntersect()
/external/skqp/tests/
DPathOpsCubicLineIntersectionIdeas.cpp173 SkDPoint calcPt = cubic.ptAtT(t); in DEF_TEST() local
174 if (calcPt.approximatelyEqual(pt)) { in DEF_TEST()
266 SkDPoint calcPt = cubic.ptAtT(t); in testOneFailure() local
267 SkASSERT_RELEASE(!calcPt.approximatelyEqual(pt)); in testOneFailure()
/external/skia/tests/
DPathOpsCubicLineIntersectionIdeas.cpp173 SkDPoint calcPt = cubic.ptAtT(t); in DEF_TEST() local
174 if (calcPt.approximatelyEqual(pt)) { in DEF_TEST()
266 SkDPoint calcPt = cubic.ptAtT(t); in testOneFailure() local
267 SkASSERT_RELEASE(!calcPt.approximatelyEqual(pt)); in testOneFailure()