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 655 png_size_t cb_image; /* Size of this buffer */ member in struct:png_store
737 ps->cb_image = 0;
965 if (coffset + ps->cb_row + 3 > ps->cb_image)
978 if (image[-1] != 0xed || image[ps->cb_image] != 0xfe)
987 ps->cb_image = 0;
999 if (ps->cb_image < cb)
1022 ps->cb_image = cb;
1065 if (image[-1] != 0xed || image[ps->cb_image] != 0xfe)
    [all...]

Completed in 142 milliseconds