Searched refs:curveSample (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp1764 SkPoint curveSample[2]; local
1767 QuadXYAtT(curvePts, ts[index], &curveSample[index]);
1769 CubicXYAtT(curvePts, ts[index], &curveSample[index]);
1772 return IsCoincident(curveSample, lineEdge->fAbove, lineEdge->fBelow);
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp1764 SkPoint curveSample[2]; local
1767 QuadXYAtT(curvePts, ts[index], &curveSample[index]);
1769 CubicXYAtT(curvePts, ts[index], &curveSample[index]);
1772 return IsCoincident(curveSample, lineEdge->fAbove, lineEdge->fBelow);

Completed in 857 milliseconds