Searched refs:mng_MHDR (Results 1 – 1 of 1) sorted by relevance
528 static const png_byte mng_MHDR[5]={ 77, 72, 68, 82, (png_byte) '\0'}; variable5167 if (memcmp(type,mng_MHDR,4) == 0) in ReadMNGImage()13219 PNGType(chunk,mng_MHDR); in WriteMNGImage()13220 LogPNGChunk(logging,mng_MHDR,28L); in WriteMNGImage()