Home | History | Annotate | Download | only in libtests

Lines Matching full:cb_image

776    png_size_t         cb_image; /* Size of this buffer */
858 ps->cb_image = 0;
1086 if (coffset + ps->cb_row + 3 > ps->cb_image)
1099 if (image[-1] != 0xed || image[ps->cb_image] != 0xfe)
1108 ps->cb_image = 0;
1120 if (ps->cb_image < cb)
1143 ps->cb_image = cb;
1186 if (image[-1] != 0xed || image[ps->cb_image] != 0xfe)