Lines Matching refs:green_mask
147 green_mask, member
735 bmp_info.green_mask=ReadBlobLSBLong(image); in ReadBMPImage()
1047 bmp_info.green_mask=0x0000ff00U; in ReadBMPImage()
1055 bmp_info.green_mask=0x000003e0U; in ReadBMPImage()
1076 if (bmp_info.green_mask != 0) in ReadBMPImage()
1077 while (((bmp_info.green_mask << shift.green) & 0x80000000UL) == 0) in ReadBMPImage()
1106 while (((bmp_info.green_mask << sample) & 0x80000000UL) != 0) in ReadBMPImage()
1289 green=((pixel & bmp_info.green_mask) << shift.green) >> 16; in ReadBMPImage()
1393 green=((pixel & bmp_info.green_mask) << shift.green) >> 16; in ReadBMPImage()
1745 bmp_info.green_mask=0x0000ff00U; in WriteBMPImage()
1799 bmp_info.green_mask=0x000000f0U; in WriteBMPImage()
1807 bmp_info.green_mask=0x000003e0U; in WriteBMPImage()
1818 bmp_info.green_mask=0x000003e0U; in WriteBMPImage()
1826 bmp_info.green_mask=0x000007e0U; in WriteBMPImage()
2308 (void) WriteBlobLSBLong(image,bmp_info.green_mask); in WriteBMPImage()