Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpngread.cxx115 sal_uInt32 mnChunkType; // Type of current PNG chunk member in vcl::PNGReaderImpl
291 mrPNGStream >> mnChunkLen >> mnChunkType; in ReadNextChunk()
292 rChunkData.nType = mnChunkType; in ReadNextChunk()
302 sal_uInt32 nChunkType = mnChunkType; in ReadNextChunk()
330 mnChunkType = (*maChunkIter).nType; in ReadNextChunk()
336 if( mnChunkType == PNGCHUNK_IEND ) in ReadNextChunk()
362 mrPNGStream >> mnChunkLen >> mnChunkType; in SkipRemainingChunks()
368 if( mnChunkType == PNGCHUNK_IEND ) in SkipRemainingChunks()
390 mbStatus = (mnChunkType == PNGCHUNK_IHDR) && ImplReadHeader( rPreviewSizeHint ); in GetBitmapEx()
395 switch( mnChunkType ) in GetBitmapEx()