Home | History | Annotate | Download | only in images

Lines Matching full:curr

27     const DecodeReg* curr = DecodeReg::Head();
28 while (curr) {
29 codec = curr->factory()(stream);
45 curr = curr->next();
55 const FormatReg* curr = FormatReg::Head();
56 while (curr != NULL) {
57 Format format = curr->factory()(stream);
66 curr = curr->next();