Home | History | Annotate | Download | only in coders

Lines Matching refs:UndefinedPixelTrait

862       UndefinedPixelTrait;
978 if ((image->alpha_trait == UndefinedPixelTrait) && (bmp_info.size == 40) &&
997 bmp_info.alpha_mask=image->alpha_trait != UndefinedPixelTrait ?
1226 if (image->alpha_trait != UndefinedPixelTrait)
1324 if (image->alpha_trait != UndefinedPixelTrait)
1632 if (image->alpha_trait != UndefinedPixelTrait)
1655 ((type > 3) && (image->alpha_trait != UndefinedPixelTrait) ? 32 : 24);
1657 (image->alpha_trait != UndefinedPixelTrait) ? BI_BITFIELDS : BI_RGB);
1658 if ((type == 3) && (image->alpha_trait != UndefinedPixelTrait))
1674 if ((type == 3) || ((image->alpha_trait == UndefinedPixelTrait) &&
1962 if (image->alpha_trait != UndefinedPixelTrait)
2036 if ((type > 3) && ((image->alpha_trait != UndefinedPixelTrait) ||