Home | History | Annotate | Download | only in pathops

Lines Matching refs:stopPtT

21     const SkOpPtT* stopPtT = ptT;
22 while ((ptT = ptT->next()) != stopPtT) {
34 const SkOpPtT* stopPtT = ptT;
35 while ((ptT = ptT->next()) != stopPtT) {
46 const SkOpPtT* stopPtT = ptT;
47 while ((ptT = ptT->next()) != stopPtT) {
57 const SkOpPtT* stopPtT = ptT;
58 while ((ptT = ptT->next()) != stopPtT) {
69 const SkOpPtT* stopPtT = ptT;
70 while ((ptT = ptT->next()) != stopPtT) {
84 const SkOpPtT* stopPtT = ptT;
90 } while (stopPtT != ptT);
449 SkOpPtT* stopPtT = this->ptT();
450 SkOpPtT* testPtT = stopPtT;
456 } while ((testPtT = testPtT->next()) != stopPtT);