Home
last modified time | relevance | path

Searched refs:PNGCHUNK_IEND (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dpngread.cxx46 #define PNGCHUNK_IEND 0x49454e44 macro
283 if( !maChunkSeq.empty() && (maChunkSeq.back().nType == PNGCHUNK_IEND) ) in ReadNextChunk()
336 if( mnChunkType == PNGCHUNK_IEND ) in ReadNextChunk()
355 if( !maChunkSeq.empty() && (maChunkSeq.back().nType == PNGCHUNK_IEND) ) in SkipRemainingChunks()
368 if( mnChunkType == PNGCHUNK_IEND ) in SkipRemainingChunks()
469 case PNGCHUNK_IEND: in GetBitmapEx()
H A Dpngwrite.cxx50 #define PNGCHUNK_IEND 0x49454e44 macro
252 ImplOpenChunk( PNGCHUNK_IEND ); // create an IEND chunk in PNGWriterImpl()