Searched defs:VSegmentIntersect (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp241 static int (* const VSegmentIntersect[])(const SkPoint [], SkScalar , variable
2253 int pts = (*VSegmentIntersect[fVerb])(fPts, top, bottom, basePt.fX, false, intersections);
/external/skia/experimental/Intersection/
H A DSimplify.cpp241 static int (* const VSegmentIntersect[])(const SkPoint [], SkScalar , variable
2253 int pts = (*VSegmentIntersect[fVerb])(fPts, top, bottom, basePt.fX, false, intersections);

Completed in 967 milliseconds