Searched refs:mng_SEEK (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/coders/ |
D | png.c | 553 static const png_byte mng_SEEK[5]={ 83, 69, 69, 75, (png_byte) '\0'}; variable 6168 if ((memcmp(type,mng_DISC,4) == 0) || (memcmp(type,mng_SEEK,4) == 0)) in ReadOneMNGImage() 6172 if ((length == 0) || (length % 2) || !memcmp(type,mng_SEEK,4)) in ReadOneMNGImage()
|