MagickGetImagePixels 3265 TclMagick/generic/TclMagick.c 	    result = MagickGetImagePixels(wandPtr, x0, y0, cols, rows, map,
MagickGetImagePixels   90 TclMagick/generic/TkMagick.c     if (MagickGetImagePixels (
MagickGetImagePixels  195 wand/magick_wand.h   MagickGetImagePixels(MagickWand *,const long,const long,const unsigned long,
MagickGetImagePixels  238 wand/wandtest.c     status=MagickGetImagePixels(magick_wand,10,10,3,3,"RGB",CharPixel,pixels);