Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsDebug.cpp2114 const SkOpPtT* checkPtT = next->ptT(); in DebugCheckBetween() local
2115 if (ptT == checkPtT) { in DebugCheckBetween()
2120 if ((looped = checkPtT == ptT)) { in DebugCheckBetween()
2123 checkPtT = checkPtT->next(); in DebugCheckBetween()
2732 const SkOpPtT* checkPtT = this->fNext; in debugLoopLimit() local
2733 const SkOpPtT* innerPtT = checkPtT; in debugLoopLimit()
2736 if (checkPtT == innerPtT) { in debugLoopLimit()