Home
last modified time | relevance | path

Searched refs:mng_SEEK (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/freeimage/FreeImage/Source/FreeImage/
H A DMNGHelper.cpp152 static BYTE mng_SEEK[5]={ 83, 69, 69, 75, (BYTE) '\0'}; variable
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/coders/
H A Dpng.c204 static png_byte const mng_SEEK[5]={ 83, 69, 69, 75, '\0'}; variable
5033 if (!memcmp(type,mng_DISC,4) || !memcmp(type,mng_SEEK,4)) in ReadMNGImage()
5038 if ((length == 0) || (length % 2) || !memcmp(type,mng_SEEK,4)) in ReadMNGImage()
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/coders/
H A Dpng.c552 static const png_byte mng_SEEK[5]={ 83, 69, 69, 75, (png_byte) '\0'}; variable
6183 if ((memcmp(type,mng_DISC,4) == 0) || (memcmp(type,mng_SEEK,4) == 0)) in ReadOneMNGImage()
6187 if ((length == 0) || (length % 2) || !memcmp(type,mng_SEEK,4)) in ReadOneMNGImage()
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/coders/
H A Dpng.c552 static const png_byte mng_SEEK[5]={ 83, 69, 69, 75, (png_byte) '\0'}; variable
6183 if ((memcmp(type,mng_DISC,4) == 0) || (memcmp(type,mng_SEEK,4) == 0)) in ReadOneMNGImage()
6187 if ((length == 0) || (length % 2) || !memcmp(type,mng_SEEK,4)) in ReadOneMNGImage()
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/coders/
H A Dpng.c546 static const png_byte mng_SEEK[5]={ 83, 69, 69, 75, (png_byte) '\0'}; variable
5982 if ((memcmp(type,mng_DISC,4) == 0) || (memcmp(type,mng_SEEK,4) == 0)) in ReadOneMNGImage()
5986 if ((length == 0) || (length % 2) || !memcmp(type,mng_SEEK,4)) in ReadOneMNGImage()
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/coders/
H A Dpng.c546 static const png_byte mng_SEEK[5]={ 83, 69, 69, 75, (png_byte) '\0'}; variable
5982 if ((memcmp(type,mng_DISC,4) == 0) || (memcmp(type,mng_SEEK,4) == 0)) in ReadOneMNGImage()
5986 if ((length == 0) || (length % 2) || !memcmp(type,mng_SEEK,4)) in ReadOneMNGImage()