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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp767 int roots, rroots; local
779 rroots = (*SegmentRayIntersect[rh.fVerb])(rh.fPts, ray, ri);
780 } while ((roots == 0 || rroots == 0) && (flip ^= true));
781 if (roots == 0 || rroots == 0) {
802 for (index = 0; index < rroots; ++index) {
/external/skia/experimental/Intersection/
H A DSimplify.cpp767 int roots, rroots; local
779 rroots = (*SegmentRayIntersect[rh.fVerb])(rh.fPts, ray, ri);
780 } while ((roots == 0 || rroots == 0) && (flip ^= true));
781 if (roots == 0 || rroots == 0) {
802 for (index = 0; index < rroots; ++index) {

Completed in 128 milliseconds