Home | History | Annotate | Download | only in coders

Lines Matching full:alpha_trait

294   if (image->alpha_trait != BlendPixelTrait || image->colorspace != sRGBColorspace)
374 layer_info->image->alpha_trait=BlendPixelTrait;
822 if (image->alpha_trait != UndefinedPixelTrait)
831 if (image->alpha_trait != UndefinedPixelTrait)
1251 layer_info->mask.image->alpha_trait=UndefinedPixelTrait;
1318 layer_info->image->alpha_trait=BlendPixelTrait;
1406 image->alpha_trait=BlendPixelTrait;
1855 image->alpha_trait=psd_info.channels > 4 ? BlendPixelTrait :
1869 image->alpha_trait=psd_info.channels > 1 ? BlendPixelTrait :
1873 image->alpha_trait=psd_info.channels > 3 ? BlendPixelTrait :
1918 image->alpha_trait=UndefinedPixelTrait;
2028 image->background_color.alpha_trait=BlendPixelTrait;
2397 if (next_image->alpha_trait != UndefinedPixelTrait)
2403 if (next_image->alpha_trait != UndefinedPixelTrait)
2419 if (next_image->alpha_trait != UndefinedPixelTrait)
2425 if (next_image->alpha_trait != UndefinedPixelTrait)
2449 if (next_image->alpha_trait != UndefinedPixelTrait)
2467 if (next_image->alpha_trait != UndefinedPixelTrait)
2695 if (image->alpha_trait != UndefinedPixelTrait)
2706 num_channels=(image->alpha_trait != UndefinedPixelTrait ? 2UL : 1UL);
2710 num_channels=(image->alpha_trait != UndefinedPixelTrait ? 2UL : 1UL);
2716 num_channels=(image->alpha_trait != UndefinedPixelTrait ? 4UL : 3UL);
2718 num_channels=(image->alpha_trait != UndefinedPixelTrait ? 5UL : 4UL);
2828 num_channels=next_image->alpha_trait != UndefinedPixelTrait ? 2UL : 1UL;
2831 num_channels=next_image->alpha_trait != UndefinedPixelTrait ? 2UL : 1UL;
2834 num_channels=next_image->alpha_trait != UndefinedPixelTrait ? 4UL : 3UL;
2836 num_channels=next_image->alpha_trait != UndefinedPixelTrait ? 5UL : 4UL;
2868 if (image->alpha_trait != UndefinedPixelTrait)
2890 (next_image->alpha_trait != UndefinedPixelTrait ? 2 : 1));
2893 if (next_image->alpha_trait != UndefinedPixelTrait)
2903 (next_image->alpha_trait != UndefinedPixelTrait ? 4 : 3));
2910 if (next_image->alpha_trait != UndefinedPixelTrait)
2919 (next_image->alpha_trait ? 5 : 4));
2928 if (next_image->alpha_trait)