Home
last modified time | relevance | path

Searched refs:stopPtT (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pathops/
DSkOpSpan.cpp29 const SkOpPtT* stopPtT = ptT; in contains() local
30 while ((ptT = ptT->next()) != stopPtT) { in contains()
41 const SkOpPtT* stopPtT = ptT; in contains() local
42 while ((ptT = ptT->next()) != stopPtT) { in contains()
60 const SkOpPtT* stopPtT = ptT; in doppelganger() local
66 } while (stopPtT != ptT); in doppelganger()
73 const SkOpPtT* stopPtT = ptT; in find() local
79 } while (stopPtT != ptT); in find()
160 SkOpPtT* ptT = &this->fPtT, * stopPtT = ptT; in align() local
161 while ((ptT = ptT->next()) != stopPtT) { in align()
[all …]
DSkPathOpsDebug.cpp1516 const SkOpPtT* test = ptT, * stopPtT = ptT; in debugAlignedEnd() local
1517 while ((test = test->next()) != stopPtT) { in debugAlignedEnd()
1534 const SkOpPtT* ptT = &this->fPtT, * stopPtT = ptT; in debugAlignedInner() local
1543 if ((test = test->next()) == stopPtT) { in debugAlignedInner()
1550 } while ((ptT = ptT->next()) != stopPtT); in debugAlignedInner()
DSkOpSegment.cpp1179 SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; in clear_visited() local
1180 while ((ptT = ptT->next()) != stopPtT) { in clear_visited()
1527 SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; in sortAngles() local
1561 } while ((ptT = ptT->next()) != stopPtT); in sortAngles()