Searched refs:PNGCHUNK_IEND (Results 1 – 2 of 2) sorted by relevance
47 #define PNGCHUNK_IEND 0x49454e44 macro284 if( !maChunkSeq.empty() && (maChunkSeq.back().nType == PNGCHUNK_IEND) ) in ReadNextChunk()337 if( mnChunkType == PNGCHUNK_IEND ) in ReadNextChunk()356 if( !maChunkSeq.empty() && (maChunkSeq.back().nType == PNGCHUNK_IEND) ) in SkipRemainingChunks()369 if( mnChunkType == PNGCHUNK_IEND ) in SkipRemainingChunks()461 case PNGCHUNK_IEND: in GetBitmapEx()
50 #define PNGCHUNK_IEND 0x49454e44 macro252 ImplOpenChunk( PNGCHUNK_IEND ); // create an IEND chunk in PNGWriterImpl()
Completed in 22 milliseconds