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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp616 static int (* const SegmentRayIntersect[])(const SkPoint [], const _Line& , Intersections&) = { variable
778 roots = (*SegmentRayIntersect[fVerb])(fPts, ray, i);
779 rroots = (*SegmentRayIntersect[rh.fVerb])(rh.fPts, ray, ri);
/external/skia/experimental/Intersection/
H A DSimplify.cpp616 static int (* const SegmentRayIntersect[])(const SkPoint [], const _Line& , Intersections&) = { variable
778 roots = (*SegmentRayIntersect[fVerb])(fPts, ray, i);
779 rroots = (*SegmentRayIntersect[rh.fVerb])(rh.fPts, ray, ri);

Completed in 111 milliseconds