Searched refs:checkPtT (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp2144 const SkOpPtT* checkPtT = next->ptT(); local
2145 if (ptT == checkPtT) {
2150 if ((looped = checkPtT == ptT)) {
2153 checkPtT = checkPtT->next();
2767 const SkOpPtT* checkPtT = this->fNext; local
2768 const SkOpPtT* innerPtT = checkPtT;
2771 if (checkPtT == innerPtT) {
/external/skqp/src/pathops/
H A DSkPathOpsDebug.cpp2144 const SkOpPtT* checkPtT = next->ptT(); local
2145 if (ptT == checkPtT) {
2150 if ((looped = checkPtT == ptT)) {
2153 checkPtT = checkPtT->next();
2767 const SkOpPtT* checkPtT = this->fNext; local
2768 const SkOpPtT* innerPtT = checkPtT;
2771 if (checkPtT == innerPtT) {

Completed in 108 milliseconds