Searched refs:stopPtT (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/pathops/
H A DSkOpSpan.cpp21 const SkOpPtT* stopPtT = ptT; local
22 while ((ptT = ptT->next()) != stopPtT) {
34 const SkOpPtT* stopPtT = ptT; local
35 while ((ptT = ptT->next()) != stopPtT) {
46 const SkOpPtT* stopPtT = ptT; local
47 while ((ptT = ptT->next()) != stopPtT) {
57 const SkOpPtT* stopPtT = ptT; local
58 while ((ptT = ptT->next()) != stopPtT) {
69 const SkOpPtT* stopPtT = ptT; local
70 while ((ptT = ptT->next()) != stopPtT) {
84 const SkOpPtT* stopPtT = ptT; local
449 SkOpPtT* stopPtT = this->ptT(); local
[all...]
H A DSkOpSegment.cpp1090 SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; local
1091 while ((ptT = ptT->next()) != stopPtT) {
1504 SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; local
1538 } while ((ptT = ptT->next()) != stopPtT);
H A DSkOpCoincidence.cpp279 const SkOpPtT* stopPtT = testPtT; local
282 while ((testPtT = testPtT->next()) != stopPtT) {
H A DSkPathOpsDebug.cpp842 const SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; local
843 while ((ptT = ptT->next()) != stopPtT) {
1486 const SkOpPtT* stopPtT = testPtT; local
1488 while ((testPtT = testPtT->next()) != stopPtT) {

Completed in 139 milliseconds