Searched refs:pixel_wands (Results 1 - 5 of 5) sorted by relevance

/external/ImageMagick/MagickWand/
H A Dwand-view.c86 ***pixel_wands;
149 clone_view->pixel_wands[i]=ClonePixelWands((const PixelWand **)
150 wand_view->pixel_wands[i],wand_view->extent.width);
182 static PixelWand ***DestroyPixelsThreadSet(PixelWand ***pixel_wands,
188 assert(pixel_wands != (PixelWand ***) NULL);
190 if (pixel_wands[i] != (PixelWand **) NULL)
191 pixel_wands[i]=DestroyPixelWands(pixel_wands[i],number_wands);
192 pixel_wands=(PixelWand ***) RelinquishMagickMemory(pixel_wands);
84 ***pixel_wands; member in struct:_WandView
178 DestroyPixelsThreadSet(PixelWand ***pixel_wands, const size_t number_wands) argument
720 ***pixel_wands; local
[all...]
H A Dpixel-iterator.c91 **pixel_wands;
129 iterator->pixel_wands=DestroyPixelWands(iterator->pixel_wands,
132 iterator->pixel_wands=NewPixelWands(iterator->region.width);
184 clone_iterator->pixel_wands=ClonePixelWands((const PixelWand **)
185 iterator->pixel_wands,iterator->region.width);
224 iterator->pixel_wands=DestroyPixelWands(iterator->pixel_wands,
342 iterator->pixel_wands=NewPixelWands(iterator->region.width);
463 iterator->pixel_wands
88 **pixel_wands; member in struct:_PixelIterator
[all...]
H A Dmagick-image.c5126 **pixel_wands;
5144 pixel_wands=NewPixelWands(*number_colors);
5147 PixelSetPixelColor(pixel_wands[i],&histogram[i]);
5148 PixelSetColorCount(pixel_wands[i],(size_t) histogram[i].count);
5151 return(pixel_wands);
5022 **pixel_wands; local
/external/ImageMagick/www/api/
H A Dwand-view.php254 <p>GetWandViewPixels() returns the wand view pixel_wands.</p>
363 <dd> These values define the perimeter of a extent of pixel_wands view. </dd>
H A Dimage-view.php436 <dd> These values define the perimeter of a extent of pixel_wands view. </dd>

Completed in 238 milliseconds