Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkDCubicLineIntersection.cpp131 SkDPoint calcPt = c.ptAtT(roots[index]); in intersectRay() local
132 if (!approximately_zero(calcPt.fX)) { in intersectRay()
171 SkDPoint calcPt = c.ptAtT(roots[index]); in HorizontalIntersect() local
172 if (!approximately_equal(calcPt.fY, axisIntercept)) { in HorizontalIntersect()
234 SkDPoint calcPt = c.ptAtT(roots[index]); in VerticalIntersect() local
235 if (!approximately_equal(calcPt.fX, axisIntercept)) { in VerticalIntersect()
/external/skia/tests/
DPathOpsCubicLineIntersectionIdeas.cpp171 SkDPoint calcPt = cubic.ptAtT(t); in DEF_TEST() local
172 if (calcPt.approximatelyEqual(pt)) { in DEF_TEST()
262 SkDPoint calcPt = cubic.ptAtT(t); in testOneFailure() local
263 SkASSERT_RELEASE(!calcPt.approximatelyEqual(pt)); in testOneFailure()