Home | History | Annotate | Download | only in vega

Lines Matching defs:has_next

68    VGboolean (*has_next)(struct stroke_iterator *);
216 itr->has_next = stroke_fw_has_next;
234 itr->has_next = stroke_bw_has_next;
340 itr->has_next = stroke_flat_has_next;
898 if (!it->has_next(it)) {
904 while (it->has_next(it)) {
1071 while (it->has_next(it)) {
1167 while (it.has_next(&it)) {