Home
last modified time | relevance | path

Searched refs:gamma_scale (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/coders/
Dbmp.c159 gamma_scale; member
780 bmp_info.gamma_scale.x=(double) ReadBlobLSBLong(image)/0x10000; in ReadBMPImage()
781 bmp_info.gamma_scale.y=(double) ReadBlobLSBLong(image)/0x10000; in ReadBMPImage()
782 bmp_info.gamma_scale.z=(double) ReadBlobLSBLong(image)/0x10000; in ReadBMPImage()
786 image->gamma=(bmp_info.gamma_scale.x+bmp_info.gamma_scale.y+ in ReadBMPImage()
787 bmp_info.gamma_scale.z)/3.0; in ReadBMPImage()
2323 (bmp_info.gamma_scale.x*0x10000)); in WriteBMPImage()
2325 (bmp_info.gamma_scale.y*0x10000)); in WriteBMPImage()
2327 (bmp_info.gamma_scale.z*0x10000)); in WriteBMPImage()
Ddib.c109 gamma_scale; member