Home
last modified time | relevance | path

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

/external/skqp/src/pathops/
DSkPathOpsDebug.cpp2154 const SkOpPtT* checkPtT = next->ptT(); in DebugCheckBetween() local
2155 if (ptT == checkPtT) { in DebugCheckBetween()
2160 if ((looped = checkPtT == ptT)) { in DebugCheckBetween()
2163 checkPtT = checkPtT->next(); in DebugCheckBetween()
2780 const SkOpPtT* checkPtT = this->fNext; in debugLoopLimit() local
2781 const SkOpPtT* innerPtT = checkPtT; in debugLoopLimit()
2784 if (checkPtT == innerPtT) { in debugLoopLimit()
/external/skia/src/pathops/
DSkPathOpsDebug.cpp2131 const SkOpPtT* checkPtT = next->ptT(); in DebugCheckBetween() local
2132 if (ptT == checkPtT) { in DebugCheckBetween()
2137 if ((looped = checkPtT == ptT)) { in DebugCheckBetween()
2140 checkPtT = checkPtT->next(); in DebugCheckBetween()
2757 const SkOpPtT* checkPtT = this->fNext; in debugLoopLimit() local
2758 const SkOpPtT* innerPtT = checkPtT; in debugLoopLimit()
2761 if (checkPtT == innerPtT) { in debugLoopLimit()