Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A DSkPathOpsQuad.cpp111 int foundRoots = 0; in AddValidTs() local
120 for (int idx2 = 0; idx2 < foundRoots; ++idx2) { in AddValidTs()
125 t[foundRoots++] = tValue; in AddValidTs()
130 return foundRoots; in AddValidTs()
141 int foundRoots = AddValidTs(s, realRoots, t); in RootsValidT() local
142 return foundRoots; in RootsValidT()
H A DSkPathOpsCubic.cpp375 int foundRoots = SkDQuad::AddValidTs(s, realRoots, t);
379 for (int idx2 = 0; idx2 < foundRoots; ++idx2) {
384 SkASSERT(foundRoots < 3);
385 t[foundRoots++] = 1;
387 for (int idx2 = 0; idx2 < foundRoots; ++idx2) {
392 SkASSERT(foundRoots < 3);
393 t[foundRoots++] = 0;
398 return foundRoots;

Completed in 3 milliseconds