Searched refs:stopPtT (Results 1 – 3 of 3) sorted by relevance
29 const SkOpPtT* stopPtT = ptT; in contains() local30 while ((ptT = ptT->next()) != stopPtT) { in contains()41 const SkOpPtT* stopPtT = ptT; in contains() local42 while ((ptT = ptT->next()) != stopPtT) { in contains()60 const SkOpPtT* stopPtT = ptT; in doppelganger() local66 } while (stopPtT != ptT); in doppelganger()73 const SkOpPtT* stopPtT = ptT; in find() local79 } while (stopPtT != ptT); in find()160 SkOpPtT* ptT = &this->fPtT, * stopPtT = ptT; in align() local161 while ((ptT = ptT->next()) != stopPtT) { in align()[all …]
1516 const SkOpPtT* test = ptT, * stopPtT = ptT; in debugAlignedEnd() local1517 while ((test = test->next()) != stopPtT) { in debugAlignedEnd()1534 const SkOpPtT* ptT = &this->fPtT, * stopPtT = ptT; in debugAlignedInner() local1543 if ((test = test->next()) == stopPtT) { in debugAlignedInner()1550 } while ((ptT = ptT->next()) != stopPtT); in debugAlignedInner()
1179 SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; in clear_visited() local1180 while ((ptT = ptT->next()) != stopPtT) { in clear_visited()1527 SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; in sortAngles() local1561 } while ((ptT = ptT->next()) != stopPtT); in sortAngles()