Home
last modified time | relevance | path

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

/aoo4110/main/vcl/source/gdi/
H A Dpngread.cxx47 #define PNGCHUNK_IEND 0x49454e44 macro
284 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()
H A Dpngwrite.cxx50 #define PNGCHUNK_IEND 0x49454e44 macro
252 ImplOpenChunk( PNGCHUNK_IEND ); // create an IEND chunk in PNGWriterImpl()

Completed in 18 milliseconds