HomeSort by relevance Sort by last modified time
    Searched refs:UpdatePixelTrait (Results 1 - 25 of 25) sorted by null

  /external/ImageMagick/coders/
histogram.c 265 if ((GetPixelRedTraits(image) & UpdatePixelTrait) != 0)
267 if ((GetPixelGreenTraits(image) & UpdatePixelTrait) != 0)
269 if ((GetPixelBlueTraits(image) & UpdatePixelTrait) != 0)
277 if (((GetPixelRedTraits(image) & UpdatePixelTrait) != 0) &&
280 if (((GetPixelGreenTraits(image) & UpdatePixelTrait) != 0) &&
283 if (((GetPixelBlueTraits(image) & UpdatePixelTrait) != 0) &&
301 if ((GetPixelRedTraits(image) & UpdatePixelTrait) != 0)
311 if ((GetPixelGreenTraits(image) & UpdatePixelTrait) != 0)
321 if ((GetPixelBlueTraits(image) & UpdatePixelTrait) != 0)
  /external/ImageMagick/MagickCore/
enhance.c 148 if ((traits & UpdatePixelTrait) == 0)
394 if ((traits & UpdatePixelTrait) != 0)
398 if ((traits & UpdatePixelTrait) != 0)
402 if ((traits & UpdatePixelTrait) != 0)
406 if ((traits & UpdatePixelTrait) != 0)
410 if ((traits & UpdatePixelTrait) != 0)
434 ((GetPixelAlphaTraits(image) & UpdatePixelTrait) != 0))
    [all...]
distort.c     [all...]
decorate.c 731 if ((traits & UpdatePixelTrait) == 0)
749 if ((traits & UpdatePixelTrait) == 0)
767 if ((traits & UpdatePixelTrait) == 0)
821 if ((traits & UpdatePixelTrait) == 0)
841 if ((traits & UpdatePixelTrait) == 0)
895 if ((traits & UpdatePixelTrait) == 0)
908 if ((traits & UpdatePixelTrait) == 0)
    [all...]
attribute.c 335 (GetPixelRedTraits(image) & UpdatePixelTrait) != 0)
339 (GetPixelGreenTraits(image) & UpdatePixelTrait) != 0)
343 (GetPixelBlueTraits(image) & UpdatePixelTrait) != 0)
    [all...]
compare.c 123 if ((traits & UpdatePixelTrait) != 0)
281 ((reconstruct_traits & UpdatePixelTrait) == 0))
437 ((reconstruct_traits & UpdatePixelTrait) == 0))
541 ((reconstruct_traits & UpdatePixelTrait) == 0))
645 ((reconstruct_traits & UpdatePixelTrait) == 0))
743 ((reconstruct_traits & UpdatePixelTrait) == 0))
844 ((reconstruct_traits & UpdatePixelTrait) == 0))
966 ((reconstruct_traits & UpdatePixelTrait) == 0))
    [all...]
pixel.h 136 UpdatePixelTrait = 0x000002,
channel.c 510 if ((GetPixelAlphaTraits(image) & UpdatePixelTrait) != 0)
822 ((traits & UpdatePixelTrait) == 0))
    [all...]
threshold.c 475 if ((traits & UpdatePixelTrait) == 0)
641 if ((traits & UpdatePixelTrait) == 0)
777 if ((traits & UpdatePixelTrait) == 0)
    [all...]
quantize.c     [all...]
statistic.c 555 if ((evaluate_traits & UpdatePixelTrait) == 0)
663 if ((traits & UpdatePixelTrait) == 0)
726 if ((traits & UpdatePixelTrait) == 0)
1063 if ((traits & UpdatePixelTrait) == 0)
    [all...]
shear.c 551 if ((GetPixelAlphaTraits(image) & UpdatePixelTrait) != 0)
564 if ((GetPixelAlphaTraits(image) & UpdatePixelTrait) != 0)
    [all...]
histogram.c 946 if ((traits & UpdatePixelTrait) == 0)
    [all...]
pixel.c     [all...]
effect.c     [all...]
option.c     [all...]
fx.c     [all...]
quantum-export.c     [all...]
quantum-import.c     [all...]
  /external/ImageMagick/Magick++/lib/
Statistic.cpp 467 if ((traits & UpdatePixelTrait) == 0)
586 if ((traits & UpdatePixelTrait) != 0)
590 if ((traits & UpdatePixelTrait) != 0)
594 if ((traits & UpdatePixelTrait) != 0)
649 if ((traits & UpdatePixelTrait) == 0)
  /external/ImageMagick/MagickWand/
operation.c 220 if ((GetPixelRedTraits(image) & UpdatePixelTrait) != 0)
222 if ((GetPixelGreenTraits(image) & UpdatePixelTrait) != 0)
224 if ((GetPixelBlueTraits(image) & UpdatePixelTrait) != 0)
226 if (((GetPixelBlackTraits(image) & UpdatePixelTrait) != 0) &&
229 if (((GetPixelAlphaTraits(image) & UpdatePixelTrait) != 0) &&
300 if ((GetPixelRedTraits(image) & UpdatePixelTrait) != 0)
302 if ((GetPixelGreenTraits(image) & UpdatePixelTrait) != 0)
304 if ((GetPixelBlueTraits(image) & UpdatePixelTrait) != 0)
306 if (((GetPixelBlackTraits(image) & UpdatePixelTrait) != 0) &&
309 if (((GetPixelAlphaTraits(image) & UpdatePixelTrait) != 0) &
    [all...]
mogrify.c 499 if ((GetPixelRedTraits(image) & UpdatePixelTrait) != 0)
501 if ((GetPixelGreenTraits(image) & UpdatePixelTrait) != 0)
503 if ((GetPixelBlueTraits(image) & UpdatePixelTrait) != 0)
505 if (((GetPixelBlackTraits(image) & UpdatePixelTrait) != 0) &&
508 if (((GetPixelAlphaTraits(image) & UpdatePixelTrait) != 0) &&
602 if ((GetPixelRedTraits(image) & UpdatePixelTrait) != 0)
604 if ((GetPixelGreenTraits(image) & UpdatePixelTrait) != 0)
606 if ((GetPixelBlueTraits(image) & UpdatePixelTrait) != 0)
608 if (((GetPixelBlackTraits(image) & UpdatePixelTrait) != 0) &&
611 if (((GetPixelAlphaTraits(image) & UpdatePixelTrait) != 0) &
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h     [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]

Completed in 785 milliseconds