Lines Matching refs:aBmpEx
283 BitmapEx aBmpEx; in ProcessFile() local
285 ReadDIBBitmapEx(aBmpEx, aIStm); in ProcessFile()
287 if( !aBmpEx.IsEmpty() ) in ProcessFile()
289 fprintf( stdout, "%" SAL_PRIuUINT64 "\r\n", GetCRC( aBmpEx ) ); in ProcessFile()
298 aBmpEx = aPngReader.Read(); in ProcessFile()
300 if( !aBmpEx.IsEmpty() ) in ProcessFile()
302 fprintf( stdout, "%" SAL_PRIuUINT64 "\r\n", GetCRC( aBmpEx ) ); in ProcessFile()
383 BitmapEx aBmpEx; in ProcessFileList() local
385 ReadDIBBitmapEx(aBmpEx, aBmpStm); in ProcessFileList()
387 if( !aBmpEx.IsEmpty() ) in ProcessFileList()
388 nCRC = GetCRC( aBmpEx ); in ProcessFileList()
396 aBmpEx = aPngReader.Read(); in ProcessFileList()
398 if( !aBmpEx.IsEmpty() ) in ProcessFileList()
399 nCRC = GetCRC( aBmpEx ); in ProcessFileList()