Lines Matching refs:UndefinedPixelTrait
879 UndefinedPixelTrait; in ReadBMPImage()
1013 if ((image->alpha_trait == UndefinedPixelTrait) && in ReadBMPImage()
1032 bmp_info.alpha_mask=image->alpha_trait != UndefinedPixelTrait ? in ReadBMPImage()
1293 if (image->alpha_trait != UndefinedPixelTrait) in ReadBMPImage()
1391 if (image->alpha_trait != UndefinedPixelTrait) in ReadBMPImage()
1754 if (image->alpha_trait != UndefinedPixelTrait) in WriteBMPImage()
1779 if (image->alpha_trait != UndefinedPixelTrait) in WriteBMPImage()
1826 (image->alpha_trait != UndefinedPixelTrait) ? 32 : 24); in WriteBMPImage()
1828 (image->alpha_trait != UndefinedPixelTrait) ? BI_BITFIELDS : BI_RGB); in WriteBMPImage()
1829 if ((type == 3) && (image->alpha_trait != UndefinedPixelTrait)) in WriteBMPImage()
1846 if ((type == 3) || ((image->alpha_trait == UndefinedPixelTrait) && in WriteBMPImage()
2202 if (image->alpha_trait != UndefinedPixelTrait) in WriteBMPImage()
2287 if ((type > 3) && ((image->alpha_trait != UndefinedPixelTrait) || in WriteBMPImage()