Searched defs:stopPtT (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/pathops/
H A DSkOpSpan.cpp29 const SkOpPtT* stopPtT = ptT; local
30 while ((ptT = ptT->next()) != stopPtT) {
41 const SkOpPtT* stopPtT = ptT; local
42 while ((ptT = ptT->next()) != stopPtT) {
60 const SkOpPtT* stopPtT = ptT; local
66 } while (stopPtT != ptT);
73 const SkOpPtT* stopPtT = ptT; local
79 } while (stopPtT != ptT);
160 SkOpPtT* ptT = &this->fPtT, * stopPtT = ptT; local
161 while ((ptT = ptT->next()) != stopPtT) {
191 SkOpPtT* test = ptT, * stopPtT = ptT; local
207 SkOpPtT* ptT = &this->fPtT, * stopPtT = ptT; local
[all...]
H A DSkOpSegment.cpp1179 SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; local
1180 while ((ptT = ptT->next()) != stopPtT) {
1527 SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; local
1561 } while ((ptT = ptT->next()) != stopPtT);
H A DSkPathOpsDebug.cpp1516 const SkOpPtT* test = ptT, * stopPtT = ptT; local
1517 while ((test = test->next()) != stopPtT) {
1534 const SkOpPtT* ptT = &this->fPtT, * stopPtT = ptT; local
1543 if ((test = test->next()) == stopPtT) {
1550 } while ((ptT = ptT->next()) != stopPtT);

Completed in 184 milliseconds