Searched refs:mnChunkType (Results 1 – 1 of 1) sorted by relevance
117 sal_uInt32 mnChunkType; // Type of current PNG chunk member in vcl::PNGReaderImpl293 mrPNGStream >> mnChunkLen >> mnChunkType; in ReadNextChunk()294 rChunkData.nType = mnChunkType; in ReadNextChunk()304 sal_uInt32 nChunkType = mnChunkType;; in ReadNextChunk()332 mnChunkType = (*maChunkIter).nType; in ReadNextChunk()338 if( mnChunkType == PNGCHUNK_IEND ) in ReadNextChunk()364 mrPNGStream >> mnChunkLen >> mnChunkType; in SkipRemainingChunks()370 if( mnChunkType == PNGCHUNK_IEND ) in SkipRemainingChunks()392 mbStatus = (mnChunkType == PNGCHUNK_IHDR) && ImplReadHeader( rPreviewSizeHint ); in GetBitmapEx()397 switch( mnChunkType ) in GetBitmapEx()
Completed in 19 milliseconds