Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:pixels

264       *magick_restrict pixels;
271 pixels=GetCacheViewVirtualPixels(source->view,source->extent.x,y,
273 if (pixels == (const Quantum *) NULL)
360 % GetImageViewAuthenticPixels() returns the image view authentic pixels.
512 % the pixels in your callback are ignored.
578 *pixels;
582 pixels=GetCacheViewVirtualPixels(source->view,source->extent.x,y,
584 if (pixels == (const Quantum *) NULL)
653 % GetImageViewVirtualPixels() returns the image view virtual pixels.
861 % heights that exceed the image dimension. The pixels are initiallly
936 *magick_restrict pixels;
940 pixels=GetCacheViewAuthenticPixels(destination->view,destination->extent.x,
942 if (pixels == (Quantum *) NULL)
1065 *magick_restrict pixels;
1072 pixels=GetCacheViewVirtualPixels(source->view,source->extent.x,y,
1074 if (pixels == (const Quantum *) NULL)
1124 % heights that exceed the image dimension are permitted. Updates to pixels
1194 *magick_restrict pixels;
1198 pixels=GetCacheViewAuthenticPixels(source->view,source->extent.x,y,
1200 if (pixels == (Quantum *) NULL)