Searched refs:CubicIntersect (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp94 static int CubicIntersect(const SkPoint a[4], const SkPoint b[4], function
116 static int CubicIntersect(const SkPoint a[4], SkScalar left, SkScalar right, function
1891 pts = CubicIntersect(wt.fPts, horzEdge->fLeft,
2010 pts = CubicIntersect(wt.fPts, wn.fPts, ts);
2025 pts = CubicIntersect(wt.fPts, wn.fPts, ts);
2029 pts = CubicIntersect(wt.fPts, wn.fPts, ts);
H A DSimplify.cpp181 static int CubicIntersect(const SkPoint a[4], const SkPoint b[4], Intersections& intersections) { function
192 static int CubicIntersect(const SkPoint a[4], Intersections& intersections) { function
5679 pts = CubicIntersect(wt.cubic(), wn.pts(), ts);
5711 pts = CubicIntersect(wt.pts(), wn.cubic(), ts);
5717 pts = CubicIntersect(wt.pts(), wn.pts(), ts);
5785 int pts = CubicIntersect(wt.pts(), ts);
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp94 static int CubicIntersect(const SkPoint a[4], const SkPoint b[4], function
116 static int CubicIntersect(const SkPoint a[4], SkScalar left, SkScalar right, function
1891 pts = CubicIntersect(wt.fPts, horzEdge->fLeft,
2010 pts = CubicIntersect(wt.fPts, wn.fPts, ts);
2025 pts = CubicIntersect(wt.fPts, wn.fPts, ts);
2029 pts = CubicIntersect(wt.fPts, wn.fPts, ts);
H A DSimplify.cpp181 static int CubicIntersect(const SkPoint a[4], const SkPoint b[4], Intersections& intersections) { function
192 static int CubicIntersect(const SkPoint a[4], Intersections& intersections) { function
5679 pts = CubicIntersect(wt.cubic(), wn.pts(), ts);
5711 pts = CubicIntersect(wt.pts(), wn.cubic(), ts);
5717 pts = CubicIntersect(wt.pts(), wn.pts(), ts);
5785 int pts = CubicIntersect(wt.pts(), ts);

Completed in 164 milliseconds