Searched refs:destination_pixels (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/MagickWand/
H A Dwand-view.c318 *magick_restrict destination_pixels;
347 destination_pixels=GetCacheViewAuthenticPixels(destination->view,
350 if (destination_pixels == (Quantum *) NULL)
357 PixelSetQuantumPixel(destination->image,destination_pixels,
359 destination_pixels+=GetPixelChannels(destination->image);
363 destination_pixels=GetCacheViewAuthenticPixels(destination->view,
369 destination_pixels);
370 destination_pixels+=GetPixelChannels(destination->image);
1121 *magick_restrict destination_pixels;
1137 destination_pixels
313 *magick_restrict destination_pixels; local
1105 *magick_restrict destination_pixels; local
[all...]
/external/ImageMagick/MagickCore/
H A Dimage-view.c267 *magick_restrict destination_pixels;
285 destination_pixels=GetCacheViewAuthenticPixels(destination->view,
288 if (destination_pixels == (Quantum *) NULL)
1068 *magick_restrict destination_pixels;
1079 destination_pixels=GetCacheViewAuthenticPixels(destination->view,
1082 if (destination_pixels == (Quantum *) NULL)
262 *magick_restrict destination_pixels; local
1049 *magick_restrict destination_pixels; local

Completed in 269 milliseconds