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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp2480 SkPoint clippedPts[4]; local
2497 LineSubDivide(points, currentT, nextT, clippedPts);
2500 QuadSubDivide(points, currentT, nextT, clippedPts);
2503 CubicSubDivide(points, currentT, nextT, clippedPts);
2509 clipped = clippedPts;
2582 clippedPts[0].fY);
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp2480 SkPoint clippedPts[4]; local
2497 LineSubDivide(points, currentT, nextT, clippedPts);
2500 QuadSubDivide(points, currentT, nextT, clippedPts);
2503 CubicSubDivide(points, currentT, nextT, clippedPts);
2509 clipped = clippedPts;
2582 clippedPts[0].fY);

Completed in 213 milliseconds