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

  /external/skia/src/pathops/
SkPathOpsQuad.cpp 111 int foundRoots = 0;
120 for (int idx2 = 0; idx2 < foundRoots; ++idx2) {
125 t[foundRoots++] = tValue;
130 return foundRoots;
141 int foundRoots = AddValidTs(s, realRoots, t);
142 return foundRoots;
SkPathOpsCubic.cpp 373 int foundRoots = SkDQuad::AddValidTs(s, realRoots, t);
377 for (int idx2 = 0; idx2 < foundRoots; ++idx2) {
382 SkASSERT(foundRoots < 3);
383 t[foundRoots++] = 1;
385 for (int idx2 = 0; idx2 < foundRoots; ++idx2) {
390 SkASSERT(foundRoots < 3);
391 t[foundRoots++] = 0;
396 return foundRoots;
  /external/skqp/src/pathops/
SkPathOpsQuad.cpp 111 int foundRoots = 0;
120 for (int idx2 = 0; idx2 < foundRoots; ++idx2) {
125 t[foundRoots++] = tValue;
130 return foundRoots;
141 int foundRoots = AddValidTs(s, realRoots, t);
142 return foundRoots;
SkPathOpsCubic.cpp 373 int foundRoots = SkDQuad::AddValidTs(s, realRoots, t);
377 for (int idx2 = 0; idx2 < foundRoots; ++idx2) {
382 SkASSERT(foundRoots < 3);
383 t[foundRoots++] = 1;
385 for (int idx2 = 0; idx2 < foundRoots; ++idx2) {
390 SkASSERT(foundRoots < 3);
391 t[foundRoots++] = 0;
396 return foundRoots;

Completed in 424 milliseconds