• Home
  • Raw
  • Download

Lines Matching refs:destination

259   WandView *duplex,WandView *destination,DuplexTransferWandViewMethod transfer,  in DuplexTransferWandViewIterator()  argument
285 destination_image=destination->wand->images; in DuplexTransferWandViewIterator()
287 destination->exception); in DuplexTransferWandViewIterator()
342 destination_pixels=GetCacheViewAuthenticPixels(destination->view, in DuplexTransferWandViewIterator()
343 destination->extent.x,y,destination->extent.width,1, in DuplexTransferWandViewIterator()
344 destination->exception); in DuplexTransferWandViewIterator()
350 for (x=0; x < (ssize_t) destination->extent.width; x++) in DuplexTransferWandViewIterator()
352 PixelSetQuantumPixel(destination->image,destination_pixels, in DuplexTransferWandViewIterator()
353 destination->pixel_wands[id][x]); in DuplexTransferWandViewIterator()
354 destination_pixels+=GetPixelChannels(destination->image); in DuplexTransferWandViewIterator()
356 if (transfer(source,duplex,destination,y,id,context) == MagickFalse) in DuplexTransferWandViewIterator()
358 destination_pixels=GetCacheViewAuthenticPixels(destination->view, in DuplexTransferWandViewIterator()
359 destination->extent.x,y,destination->extent.width,1, in DuplexTransferWandViewIterator()
360 destination->exception); in DuplexTransferWandViewIterator()
361 for (x=0; x < (ssize_t) destination->extent.width; x++) in DuplexTransferWandViewIterator()
363 PixelGetQuantumPixel(destination->image,destination->pixel_wands[id][x], in DuplexTransferWandViewIterator()
365 destination_pixels+=GetPixelChannels(destination->image); in DuplexTransferWandViewIterator()
367 sync=SyncCacheViewAuthenticPixels(destination->view,destination->exception); in DuplexTransferWandViewIterator()
919 WandExport MagickBooleanType SetWandViewIterator(WandView *destination, in SetWandViewIterator() argument
939 assert(destination != (WandView *) NULL); in SetWandViewIterator()
940 assert(destination->signature == MagickWandSignature); in SetWandViewIterator()
943 destination_image=destination->wand->images; in SetWandViewIterator()
945 destination->exception); in SetWandViewIterator()
951 height=destination->extent.height-destination->extent.y; in SetWandViewIterator()
955 for (y=destination->extent.y; y < (ssize_t) destination->extent.height; y++) in SetWandViewIterator()
971 pixels=GetCacheViewAuthenticPixels(destination->view,destination->extent.x, in SetWandViewIterator()
972 y,destination->extent.width,1,destination->exception); in SetWandViewIterator()
978 if (set(destination,y,id,context) == MagickFalse) in SetWandViewIterator()
980 for (x=0; x < (ssize_t) destination->extent.width; x++) in SetWandViewIterator()
982 PixelGetQuantumPixel(destination->image,destination->pixel_wands[id][x], in SetWandViewIterator()
984 pixels+=GetPixelChannels(destination->image); in SetWandViewIterator()
986 sync=SyncCacheViewAuthenticPixels(destination->view,destination->exception); in SetWandViewIterator()
998 proceed=SetImageProgress(destination_image,destination->description, in SetWandViewIterator()
999 progress,destination->extent.height); in SetWandViewIterator()
1056 WandView *destination,TransferWandViewMethod transfer,void *context) in TransferWandViewIterator() argument
1081 destination_image=destination->wand->images; in TransferWandViewIterator()
1083 destination->exception); in TransferWandViewIterator()
1124 destination_pixels=GetCacheViewAuthenticPixels(destination->view, in TransferWandViewIterator()
1125 destination->extent.x,y,destination->extent.width,1, in TransferWandViewIterator()
1126 destination->exception); in TransferWandViewIterator()
1132 for (x=0; x < (ssize_t) destination->extent.width; x++) in TransferWandViewIterator()
1134 PixelSetQuantumPixel(destination->image,destination_pixels, in TransferWandViewIterator()
1135 destination->pixel_wands[id][x]); in TransferWandViewIterator()
1136 destination_pixels+=GetPixelChannels(destination->image); in TransferWandViewIterator()
1138 if (transfer(source,destination,y,id,context) == MagickFalse) in TransferWandViewIterator()
1140 destination_pixels=GetCacheViewAuthenticPixels(destination->view, in TransferWandViewIterator()
1141 destination->extent.x,y,destination->extent.width,1, in TransferWandViewIterator()
1142 destination->exception); in TransferWandViewIterator()
1143 for (x=0; x < (ssize_t) destination->extent.width; x++) in TransferWandViewIterator()
1145 PixelGetQuantumPixel(destination->image,destination->pixel_wands[id][x], in TransferWandViewIterator()
1147 destination_pixels+=GetPixelChannels(destination->image); in TransferWandViewIterator()
1149 sync=SyncCacheViewAuthenticPixels(destination->view,destination->exception); in TransferWandViewIterator()