Home | History | Annotate | Download | only in lib

Lines Matching defs:traits

464         PixelTrait traits=GetPixelChannelTraits(image_.constImage(),channel);
465 if (traits == UndefinedPixelTrait)
467 if ((traits & UpdatePixelTrait) == 0)
578 traits;
585 traits=GetPixelChannelTraits(image_.constImage(),RedPixelChannel);
586 if ((traits & UpdatePixelTrait) != 0)
589 traits=GetPixelChannelTraits(image_.constImage(),GreenPixelChannel);
590 if ((traits & UpdatePixelTrait) != 0)
593 traits=GetPixelChannelTraits(image_.constImage(),BluePixelChannel);
594 if ((traits & UpdatePixelTrait) != 0)
646 PixelTrait traits=GetPixelChannelTraits(image_.constImage(),channel);
647 if (traits == UndefinedPixelTrait)
649 if ((traits & UpdatePixelTrait) == 0)