Lines Matching defs:list
1559 ptT list on B-segment adjacent to the B-end/A ptT loop (not in the loop, but
1640 // choose the ends, or the first common pt-t list shared by both
1649 // iterate through until a pt-t list found that contains the other
1871 // addifmissing can modify the list that this is walking
1877 SkASSERT(!outerCoin->done()); // if it's done, should have already been removed from list
2158 static void DebugCheckOverlap(const SkCoincidentSpans* test, const SkCoincidentSpans* list,
2160 if (!list) {
2184 if (coinSeg == list->coinPtTStart()->segment()) {
2185 if (oppSeg != list->oppPtTStart()->segment()) {
2188 lcs = list->coinPtTStart()->fT;
2189 lce = list->coinPtTEnd()->fT;
2190 los = list->oppPtTStart()->fT;
2191 loe = list->oppPtTEnd()->fT;
2196 } else if (coinSeg == list->oppPtTStart()->segment()) {
2197 if (oppSeg != list->coinPtTStart()->segment()) {
2200 lcs = list->oppPtTStart()->fT;
2201 lce = list->oppPtTEnd()->fT;
2206 los = list->coinPtTStart()->fT;
2207 loe = list->coinPtTEnd()->fT;
2213 } while ((list = list->next()));
2470 // Look to see if pt-t linked list contains same segment more than once