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

1 2

  /external/ImageMagick/MagickCore/
pixel-accessor.h 61 static inline PixelTrait GetPixelAlphaTraits(
81 static inline PixelTrait GetPixelBlackTraits(
93 static inline PixelTrait GetPixelBlueTraits(const Image *magick_restrict image)
104 static inline PixelTrait GetPixelCbTraits(const Image *magick_restrict image)
129 static inline PixelTrait GetPixelChannelTraits(
146 static inline PixelTrait GetPixelCrTraits(const Image *magick_restrict image)
157 static inline PixelTrait GetPixelCyanTraits(const Image *magick_restrict image)
168 static inline PixelTrait GetPixelGrayTraits(const Image *magick_restrict image)
179 static inline PixelTrait GetPixelGreenTraits(
193 static inline PixelTrait GetPixelIndexTraits
    [all...]
pixel.h 138 } PixelTrait;
160 PixelTrait
175 PixelTrait
compare.c 122 PixelTrait traits=GetPixelChannelTraits(image,channel);
276 PixelTrait traits=GetPixelChannelTraits(image,channel);
277 PixelTrait reconstruct_traits=GetPixelChannelTraits(reconstruct_image,
432 PixelTrait traits=GetPixelChannelTraits(image,channel);
433 PixelTrait reconstruct_traits=GetPixelChannelTraits(reconstruct_image,
536 PixelTrait traits=GetPixelChannelTraits(image,channel);
537 PixelTrait reconstruct_traits=GetPixelChannelTraits(reconstruct_image,
640 PixelTrait traits=GetPixelChannelTraits(image,channel);
641 PixelTrait reconstruct_traits=GetPixelChannelTraits(reconstruct_image,
738 PixelTrait traits=GetPixelChannelTraits(image,channel)
    [all...]
transform.c 290 PixelTrait traits=GetPixelChannelTraits(image,channel);
291 PixelTrait chop_traits=GetPixelChannelTraits(chop_image,channel);
355 PixelTrait traits=GetPixelChannelTraits(image,channel);
356 PixelTrait chop_traits=GetPixelChannelTraits(chop_image,channel);
715 PixelTrait traits=GetPixelChannelTraits(image,channel);
716 PixelTrait crop_traits=GetPixelChannelTraits(crop_image,channel);
    [all...]
decorate.c 458 PixelTrait traits=GetPixelChannelTraits(image,channel);
459 PixelTrait frame_traits=GetPixelChannelTraits(frame_image,channel);
730 PixelTrait traits=GetPixelChannelTraits(image,channel);
748 PixelTrait traits=GetPixelChannelTraits(image,channel);
766 PixelTrait traits=GetPixelChannelTraits(image,channel);
820 PixelTrait traits=GetPixelChannelTraits(image,channel);
840 PixelTrait traits=GetPixelChannelTraits(image,channel);
894 PixelTrait traits=GetPixelChannelTraits(image,channel);
907 PixelTrait traits=GetPixelChannelTraits(image,channel);
    [all...]
threshold.c 276 PixelTrait traits=GetPixelChannelTraits(image,channel);
277 PixelTrait threshold_traits=GetPixelChannelTraits(threshold_image,
311 PixelTrait traits=GetPixelChannelTraits(image,channel);
312 PixelTrait threshold_traits=GetPixelChannelTraits(threshold_image,
474 PixelTrait traits=GetPixelChannelTraits(image,channel);
640 PixelTrait traits=GetPixelChannelTraits(image,channel);
776 PixelTrait traits=GetPixelChannelTraits(image,channel);
    [all...]
channel.c 146 PixelTrait
554 PixelTrait traits=GetPixelChannelTraits(combine_image,channel);
746 PixelTrait traits=GetPixelChannelTraits(image,channel);
820 PixelTrait traits=GetPixelChannelTraits(image,channel);
888 PixelTrait traits=GetPixelChannelTraits(image,channel);
    [all...]
cache-private.h 137 PixelTrait
composite-private.h 75 PixelTrait
statistic.c 550 PixelTrait evaluate_traits=GetPixelChannelTraits(image,channel);
551 PixelTrait traits=GetPixelChannelTraits(next,channel);
658 PixelTrait traits=GetPixelChannelTraits(next,channel);
659 PixelTrait evaluate_traits=GetPixelChannelTraits(image,channel);
723 PixelTrait traits=GetPixelChannelTraits(image,channel);
827 PixelTrait traits=GetPixelChannelTraits(image,channel);
1060 PixelTrait traits=GetPixelChannelTraits(image,channel);
    [all...]
composite.c 422 PixelTrait traits=GetPixelChannelTraits(image,channel);
423 PixelTrait source_traits=GetPixelChannelTraits(source_image,
454 PixelTrait traits=GetPixelChannelTraits(image,channel);
455 PixelTrait source_traits=GetPixelChannelTraits(source_image,
652 PixelTrait source_traits=GetPixelChannelTraits(source_image,
654 PixelTrait traits=GetPixelChannelTraits(image,channel);
    [all...]
resize.c     [all...]
fx.c 369 PixelTrait traits=GetPixelChannelTraits(image,channel);
370 PixelTrait noise_traits=GetPixelChannelTraits(noise_image,channel);
778 PixelTrait traits=GetPixelChannelTraits(colorize_image,
    [all...]
attribute.c 421 PixelTrait traits=GetPixelChannelTraits(image,channel);
480 PixelTrait
    [all...]
image.h 282 PixelTrait
shear.c 851 PixelTrait traits=GetPixelChannelTraits(image,channel);
852 PixelTrait rotate_traits=GetPixelChannelTraits(rotate_image,
940 PixelTrait traits=GetPixelChannelTraits(image,channel);
941 PixelTrait rotate_traits=GetPixelChannelTraits(rotate_image,
    [all...]
pixel.c     [all...]
enhance.c 147 PixelTrait traits=GetPixelChannelTraits(image,channel);
384 PixelTrait
    [all...]
effect.c 318 PixelTrait
640 PixelTrait
    [all...]
paint.c 831 PixelTrait traits=GetPixelChannelTraits(linear_image,channel);
832 PixelTrait paint_traits=GetPixelChannelTraits(paint_image,channel);
    [all...]
signature.c 546 PixelTrait traits=GetPixelChannelTraits(image,channel);
identify.c 196 PixelTrait traits=GetPixelChannelTraits(image,channel);
332 PixelTrait traits=GetPixelChannelTraits(image,channel);
    [all...]
image.c 464 PixelTrait
    [all...]
  /external/ImageMagick/Magick++/lib/
Statistic.cpp 464 PixelTrait traits=GetPixelChannelTraits(image_.constImage(),channel);
577 PixelTrait
646 PixelTrait traits=GetPixelChannelTraits(image_.constImage(),channel);
  /external/ImageMagick/coders/
json.c 337 PixelTrait traits=GetPixelChannelTraits(image,channel);
549 PixelTrait traits=GetPixelChannelTraits(image,channel);
    [all...]

Completed in 543 milliseconds

1 2