HomeSort by relevance Sort by last modified time
    Searched full:cb_image (Results 1 - 1 of 1) sorted by null

  /external/libpng/contrib/libtests/
pngvalid.c 776 png_size_t cb_image; /* Size of this buffer */ member in struct:png_store
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;
    [all...]

Completed in 172 milliseconds