Lines Matching refs:aBT32
229 SVBT32 aBT32; in GetCRC() local
237 UInt32ToSVBT32( aCol.GetRed(), aBT32 ); in GetCRC()
238 nCrc = rtl_crc32( nCrc, aBT32, 4 ); in GetCRC()
240 UInt32ToSVBT32( aCol.GetGreen(), aBT32 ); in GetCRC()
241 nCrc = rtl_crc32( nCrc, aBT32, 4 ); in GetCRC()
243 UInt32ToSVBT32( aCol.GetBlue(), aBT32 ); in GetCRC()
244 nCrc = rtl_crc32( nCrc, aBT32, 4 ); in GetCRC()
250 UInt32ToSVBT32( aMaskCol.GetRed(), aBT32 ); in GetCRC()
251 nCrc = rtl_crc32( nCrc, aBT32, 4 ); in GetCRC()
253 UInt32ToSVBT32( aMaskCol.GetGreen(), aBT32 ); in GetCRC()
254 nCrc = rtl_crc32( nCrc, aBT32, 4 ); in GetCRC()
256 UInt32ToSVBT32( aMaskCol.GetBlue(), aBT32 ); in GetCRC()
257 nCrc = rtl_crc32( nCrc, aBT32, 4 ); in GetCRC()