Lines Matching refs:foundAngle
595 const SkOpAngle* foundAngle = nullptr;
606 if (!foundAngle || (foundDone && activeCount & 1)) {
607 foundAngle = nextAngle;
632 if (!foundAngle) {
635 *nextStart = foundAngle->start();
636 *nextEnd = foundAngle->end();
637 nextSegment = foundAngle->segment();
691 const SkOpAngle* foundAngle = nullptr;
702 if (!foundAngle || (foundDone && activeCount & 1)) {
703 foundAngle = nextAngle;
728 if (!foundAngle) {
731 *nextStart = foundAngle->start();
732 *nextEnd = foundAngle->end();
733 nextSegment = foundAngle->segment();
779 const SkOpAngle* foundAngle = nullptr;
790 if (!foundAngle || (foundDone && activeCount & 1)) {
791 foundAngle = nextAngle;
799 if (!foundAngle) {
802 *nextStart = foundAngle->start();
803 *nextEnd = foundAngle->end();
804 nextSegment = foundAngle->segment();