Searched refs:mnChunkType (Results 1 – 1 of 1) sorted by relevance
116 sal_uInt32 mnChunkType; // Type of current PNG chunk member in vcl::PNGReaderImpl292 mrPNGStream >> mnChunkLen >> mnChunkType; in ReadNextChunk()293 rChunkData.nType = mnChunkType; in ReadNextChunk()303 sal_uInt32 nChunkType = mnChunkType;; in ReadNextChunk()331 mnChunkType = (*maChunkIter).nType; in ReadNextChunk()337 if( mnChunkType == PNGCHUNK_IEND ) in ReadNextChunk()363 mrPNGStream >> mnChunkLen >> mnChunkType; in SkipRemainingChunks()369 if( mnChunkType == PNGCHUNK_IEND ) in SkipRemainingChunks()391 mbStatus = (mnChunkType == PNGCHUNK_IHDR) && ImplReadHeader( rPreviewSizeHint ); in GetBitmapEx()396 switch( mnChunkType ) in GetBitmapEx()
Completed in 14 milliseconds