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

  /external/skia/src/pathops/
SkPathOpsQuad.cpp 77 int foundRoots = 0;
86 for (int idx2 = 0; idx2 < foundRoots; ++idx2) {
91 t[foundRoots++] = tValue;
96 return foundRoots;
107 int foundRoots = AddValidTs(s, realRoots, t);
108 return foundRoots;
SkPathOpsCubic.cpp 337 int foundRoots = SkDQuad::AddValidTs(s, realRoots, t);
341 for (int idx2 = 0; idx2 < foundRoots; ++idx2) {
346 SkASSERT(foundRoots < 3);
347 t[foundRoots++] = 1;
349 for (int idx2 = 0; idx2 < foundRoots; ++idx2) {
354 SkASSERT(foundRoots < 3);
355 t[foundRoots++] = 0;
360 return foundRoots;

Completed in 44 milliseconds