Lines Matching refs:stopPtT
21 const SkOpPtT* stopPtT = ptT; in active() local
22 while ((ptT = ptT->next()) != stopPtT) { in active()
33 const SkOpPtT* stopPtT = ptT; in contains() local
34 while ((ptT = ptT->next()) != stopPtT) { in contains()
45 const SkOpPtT* stopPtT = ptT; in contains() local
46 while ((ptT = ptT->next()) != stopPtT) { in contains()
56 const SkOpPtT* stopPtT = ptT; in contains() local
57 while ((ptT = ptT->next()) != stopPtT) { in contains()
68 const SkOpPtT* stopPtT = ptT; in contains() local
69 while ((ptT = ptT->next()) != stopPtT) { in contains()
83 const SkOpPtT* stopPtT = ptT; in find() local
89 } while (stopPtT != ptT); in find()
456 SkOpPtT* stopPtT = this->ptT(); in release() local
457 SkOpPtT* testPtT = stopPtT; in release()
463 } while ((testPtT = testPtT->next()) != stopPtT); in release()