Searched refs:BMP_DENOM (Results 1 – 1 of 1) sorted by relevance
751 # define BMP_DENOM ((double) 0x40000000) in ReadBMPImage() macro752 bmp_info.red_primary.x=(double) ReadBlobLSBLong(image)/BMP_DENOM; in ReadBMPImage()753 bmp_info.red_primary.y=(double) ReadBlobLSBLong(image)/BMP_DENOM; in ReadBMPImage()754 bmp_info.red_primary.z=(double) ReadBlobLSBLong(image)/BMP_DENOM; in ReadBMPImage()755 bmp_info.green_primary.x=(double) ReadBlobLSBLong(image)/BMP_DENOM; in ReadBMPImage()756 bmp_info.green_primary.y=(double) ReadBlobLSBLong(image)/BMP_DENOM; in ReadBMPImage()757 bmp_info.green_primary.z=(double) ReadBlobLSBLong(image)/BMP_DENOM; in ReadBMPImage()758 bmp_info.blue_primary.x=(double) ReadBlobLSBLong(image)/BMP_DENOM; in ReadBMPImage()759 bmp_info.blue_primary.y=(double) ReadBlobLSBLong(image)/BMP_DENOM; in ReadBMPImage()760 bmp_info.blue_primary.z=(double) ReadBlobLSBLong(image)/BMP_DENOM; in ReadBMPImage()