Searched refs:foundAngle (Results 1 – 4 of 4) sorted by relevance
52 bool foundAngle = true; in findChaseOp() local56 foundAngle = false; in findChaseOp()62 if (!foundAngle) { in findChaseOp()
1556 const SkOpAngle* foundAngle = NULL; local1574 if (!foundAngle || (foundDone && activeCount & 1)) {1579 foundAngle = nextAngle;1603 if (!foundAngle) {1606 *nextStart = foundAngle->start();1607 *nextEnd = foundAngle->end();1608 nextSegment = foundAngle->segment();1678 const SkOpAngle* foundAngle = NULL; local1695 if (!foundAngle || (foundDone && activeCount & 1)) {1700 foundAngle = nextAngle;[all …]