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.cxx48 #define PNGCHUNK_IEND 0x49454e44 macro
285 if( !maChunkSeq.empty() && (maChunkSeq.back().nType == PNGCHUNK_IEND) ) in ReadNextChunk()
338 if( mnChunkType == PNGCHUNK_IEND ) in ReadNextChunk()
357 if( !maChunkSeq.empty() && (maChunkSeq.back().nType == PNGCHUNK_IEND) ) in SkipRemainingChunks()
370 if( mnChunkType == PNGCHUNK_IEND ) in SkipRemainingChunks()
471 case PNGCHUNK_IEND: in GetBitmapEx()
H A Dpngwrite.cxx50 #define PNGCHUNK_IEND 0x49454e44 macro
252 ImplOpenChunk( PNGCHUNK_IEND ); // create an IEND chunk in PNGWriterImpl()

Completed in 30 milliseconds