Lines Matching refs:green_mask
147 green_mask, member
727 bmp_info.green_mask=ReadBlobLSBLong(image); in ReadBMPImage()
1035 bmp_info.green_mask=0x0000ff00U; in ReadBMPImage()
1043 bmp_info.green_mask=0x000003e0U; in ReadBMPImage()
1064 if (bmp_info.green_mask != 0) in ReadBMPImage()
1065 while (((bmp_info.green_mask << shift.green) & 0x80000000UL) == 0) in ReadBMPImage()
1094 while (((bmp_info.green_mask << sample) & 0x80000000UL) != 0) in ReadBMPImage()
1277 green=((pixel & bmp_info.green_mask) << shift.green) >> 16; in ReadBMPImage()
1381 green=((pixel & bmp_info.green_mask) << shift.green) >> 16; in ReadBMPImage()
1731 bmp_info.green_mask=0x0000ff00U; in WriteBMPImage()
1785 bmp_info.green_mask=0x000000f0U; in WriteBMPImage()
1793 bmp_info.green_mask=0x000003e0U; in WriteBMPImage()
1804 bmp_info.green_mask=0x000003e0U; in WriteBMPImage()
1812 bmp_info.green_mask=0x000007e0U; in WriteBMPImage()
2294 (void) WriteBlobLSBLong(image,bmp_info.green_mask); in WriteBMPImage()