HomeSort by relevance Sort by last modified time
    Searched refs:r1Count (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadIntersection.cpp 472 int r1Count = addValidRoots(roots1, rootCount, roots1Copy);
474 for (index = 0; index < r1Count; ++index) {
485 if (r1Count == r2Count && r1Count <= 1) {
486 if (r1Count == 1 && used() == 0) {
501 for (index = 0; index < r1Count; ++index) {
530 if (r1Count && r2Count && !foundSomething) {
538 for (index = 0; index < r1Count; ++index) {
553 } while (++used < r1Count);
  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticImplicit.cpp 460 int r1Count = addValidRoots(roots1, rootCount, roots1Copy);
462 for (index = 0; index < r1Count; ++index) {
473 if (r1Count == r2Count && r1Count <= 1) {
474 if (r1Count == 1) {
482 r1Count = addValidRoots(roots1, rootCount, roots1Copy);
483 if (r1Count == 0) {
495 SkASSERT(r1Count == 1 && r2Count == 1);
504 r1Count = addValidRoots(roots1, rootCount, roots1Copy);
517 for (index = 0; index < r1Count; ++index)
    [all...]

Completed in 826 milliseconds