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