Lines Matching refs:working
836 SkOpAngle* working = angle;838 if (this == working) {841 working = working->fNext;842 } while (working != angle);844 SkOpAngle* next = working->fNext;845 working->fNext = nullptr;846 insert(working);847 working = next;848 } while (working != angle);