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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp86 static int QuadIntersect(const SkPoint a[3], const SkPoint b[3], function
110 static int QuadIntersect(const SkPoint a[3], SkScalar left, SkScalar right, function
1887 pts = QuadIntersect(wt.fPts, horzEdge->fLeft,
2005 pts = QuadIntersect(wt.fPts, wn.fPts, ts);
H A DSimplify.cpp159 static int QuadIntersect(const SkPoint a[3], const SkPoint b[3], function
5668 pts = QuadIntersect(wt.pts(), wn.pts(), ts);
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp86 static int QuadIntersect(const SkPoint a[3], const SkPoint b[3], function
110 static int QuadIntersect(const SkPoint a[3], SkScalar left, SkScalar right, function
1887 pts = QuadIntersect(wt.fPts, horzEdge->fLeft,
2005 pts = QuadIntersect(wt.fPts, wn.fPts, ts);
H A DSimplify.cpp159 static int QuadIntersect(const SkPoint a[3], const SkPoint b[3], function
5668 pts = QuadIntersect(wt.pts(), wn.pts(), ts);

Completed in 116 milliseconds