Home | History | Annotate | Download | only in MagickWand

Lines Matching refs:pixels

312       *magick_restrict pixels;
322 pixels=GetCacheViewVirtualPixels(source->view,source->extent.x,y,
324 if (pixels == (const Quantum *) NULL)
331 PixelSetQuantumPixel(source->image,pixels,source->pixel_wands[id][x]);
332 pixels+=GetPixelChannels(source->image);
498 % the pixels in your callback are ignored.
564 *pixels;
571 pixels=GetCacheViewVirtualPixels(source->view,source->extent.x,y,
573 if (pixels == (const Quantum *) NULL)
580 PixelSetQuantumPixel(source->image,pixels,source->pixel_wands[id][x]);
581 pixels+=GetPixelChannels(source->image);
902 % heights that exceed the image dimension. The pixels are initiallly
980 *magick_restrict pixels;
984 pixels=GetCacheViewAuthenticPixels(destination->view,destination->extent.x,
986 if (pixels == (Quantum *) NULL)
996 pixels);
997 pixels+=GetPixelChannels(destination->image);
1115 *magick_restrict pixels;
1125 pixels=GetCacheViewVirtualPixels(source->view,source->extent.x,y,
1127 if (pixels == (const Quantum *) NULL)
1134 PixelSetQuantumPixel(source->image,pixels,source->pixel_wands[id][x]);
1135 pixels+=GetPixelChannels(source->image);
1197 % heights that exceed the image dimension are permitted. Updates to pixels
1273 *magick_restrict pixels;
1277 pixels=GetCacheViewAuthenticPixels(source->view,source->extent.x,y,
1279 if (pixels == (Quantum *) NULL)
1286 PixelSetQuantumPixel(source->image,pixels,source->pixel_wands[id][x]);
1287 pixels+=GetPixelChannels(source->image);
1293 PixelGetQuantumPixel(source->image,source->pixel_wands[id][x],pixels);
1294 pixels+=GetPixelChannels(source->image);