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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticImplicit.cpp468 int r2Count = addValidRoots(roots2, rootCount2, roots2Copy);
470 for (index = 0; index < r2Count; ++index) {
473 if (r1Count == r2Count && r1Count <= 1) {
491 r2Count = addValidRoots(roots2, rootCount2, roots2Copy);
492 if (r2Count == 0) {
495 SkASSERT(r1Count == 1 && r2Count == 1);
506 r2Count = addValidRoots(roots2, rootCount2, roots2Copy);
520 for (int ndex2 = 0; ndex2 < r2Count; ++ndex2) {
546 if (r1Count && r2Count && !foundSomething) {
/external/skia/experimental/Intersection/
H A DQuadraticImplicit.cpp468 int r2Count = addValidRoots(roots2, rootCount2, roots2Copy);
470 for (index = 0; index < r2Count; ++index) {
473 if (r1Count == r2Count && r1Count <= 1) {
491 r2Count = addValidRoots(roots2, rootCount2, roots2Copy);
492 if (r2Count == 0) {
495 SkASSERT(r1Count == 1 && r2Count == 1);
506 r2Count = addValidRoots(roots2, rootCount2, roots2Copy);
520 for (int ndex2 = 0; ndex2 < r2Count; ++ndex2) {
546 if (r1Count && r2Count && !foundSomething) {
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadIntersection.cpp480 int r2Count = addValidRoots(roots2, rootCount2, roots2Copy); local
482 for (index = 0; index < r2Count; ++index) {
485 if (r1Count == r2Count && r1Count <= 1) {
504 for (int ndex2 = 0; ndex2 < r2Count; ++ndex2) {
530 if (r1Count && r2Count && !foundSomething) {
/external/skia/src/pathops/
H A DSkDQuadIntersection.cpp480 int r2Count = addValidRoots(roots2, rootCount2, roots2Copy); local
482 for (index = 0; index < r2Count; ++index) {
485 if (r1Count == r2Count && r1Count <= 1) {
504 for (int ndex2 = 0; ndex2 < r2Count; ++ndex2) {
530 if (r1Count && r2Count && !foundSomething) {

Completed in 1128 milliseconds