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

1 2

  /external/ImageMagick/MagickCore/
pixel.h 254 GetPixelInfo(const Image *,PixelInfo *),
histogram.c 230 GetPixelInfo(image,&pixel);
231 GetPixelInfo(image,&target);
692 GetPixelInfo(image,&pixel);
693 GetPixelInfo(image,&target);
753 GetPixelInfo(image,&node_info->list[i]);
    [all...]
attribute.c 157 GetPixelInfo(image,&target[0]);
166 GetPixelInfo(image,&target[1]);
171 GetPixelInfo(image,&target[2]);
177 GetPixelInfo(image,&zero);
    [all...]
colormap.c 139 GetPixelInfo(image,image->colormap+i);
paint.c 216 GetPixelInfo(image,&pixel);
    [all...]
shear.c 528 GetPixelInfo(image,&background);
    [all...]
threshold.c 569 GetPixelInfo(image,&threshold);
    [all...]
color.c     [all...]
cache-view.c     [all...]
composite.c 870 GetPixelInfo(image,&pixel);
    [all...]
identify.c     [all...]
enhance.c 351 GetPixelInfo(clut_image,clut_map+i);
381 GetPixelInfo(image,&pixel);
    [all...]
layer.c 620 GetPixelInfo(image1,&pixel1);
621 GetPixelInfo(image2,&pixel2);
    [all...]
resample.c 337 /* GetPixelInfo(resample_filter->image,pixel); */
477 GetPixelInfo(resample_filter->image,(PixelInfo *)
    [all...]
vision.c 230 GetPixelInfo(image,&object[i].color);
fx.c 721 GetPixelInfo(colorize_image,&blend_percentage);
977 GetPixelInfo(image,&pixel);
    [all...]
draw.c     [all...]
  /external/ImageMagick/coders/
debug.c 221 GetPixelInfo(image,&pixel);
uil.c 302 GetPixelInfo(image,&pixel);
txt.c 472 GetPixelInfo(image,&pixel);
768 GetPixelInfo(image,&pixel);
pango.c 416 GetPixelInfo(image,&fill_color);
xpm.c 783 GetPixelInfo(image,&pixel);
    [all...]
palm.c 349 GetPixelInfo(image,&transpix);
    [all...]
  /external/ImageMagick/www/api/
color.php 168 <p>UPDATE: the 'image' argument is no longer needed as all information should have been preset using GetPixelInfo().</p>
181 <p>the image. (not used! - color gets settings from GetPixelInfo()</p>
  /external/ImageMagick/Magick++/lib/
Color.cpp 422 MagickCore::GetPixelInfo((MagickCore::Image *) NULL, _pixel);

Completed in 1032 milliseconds

1 2