% canvas-- that is no negative offsets or widths or heights that exceed the
% image dimension are permitted.
%
-% Use this pragma:
+% Use this pragma if the view is not single threaded:
%
% #pragma omp critical
%
% or widths or heights that exceed the image dimension. Any updates to
% the pixels in your callback are ignored.
%
-% Use this pragma:
+% Use this pragma if the view is not single threaded:
%
% #pragma omp critical
%
% undefined and any settings you make in the callback method are automagically
% synced back to your image.
%
-% Use this pragma:
+% Use this pragma if the view is not single threaded:
%
% #pragma omp critical
%
% is no negative offsets or widths or heights that exceed the image dimension
% are permitted.
%
-% Use this pragma:
+% Use this pragma if the view is not single threaded:
%
% #pragma omp critical
%
% heights that exceed the image dimension are permitted. Updates to pixels
% in your callback are automagically synced back to the image.
%
-% Use this pragma:
+% Use this pragma if the view is not single threaded:
%
% #pragma omp critical
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% %
-% W W AAA N N DDDD %
-% W W A A NN N D D %
-% W W W AAAAA N N N D D %
-% WW WW A A N NN D D %
-% W W A A N N DDDD %
+% W W AAA N N DDDD %
+% W W A A NN N D D %
+% W W W AAAAA N N N D D %
+% WW WW A A N NN D D %
+% W W A A N N DDDD %
% %
% V V IIIII EEEEE W W %
% V V I E W W %
% canvas-- that is no negative offsets or widths or heights that exceed the
% image dimension are permitted.
%
-% Use this pragma:
+% Use this pragma if the view is not single threaded:
%
% #pragma omp critical
%
% o context: the user defined context.
%
*/
-WandExport MagickBooleanType DuplexTransferWandViewIterator(
- WandView *source,WandView *duplex,WandView *destination,
- DuplexTransferWandViewMethod transfer,void *context)
+WandExport MagickBooleanType DuplexTransferWandViewIterator(WandView *source,
+ WandView *duplex,WandView *destination,DuplexTransferWandViewMethod transfer,
+ void *context)
{
#define DuplexTransferWandViewTag "WandView/DuplexTransfer"
% or widths or heights that exceed the image dimension. Any updates to
% the pixels in your callback are ignored.
%
-% Use this pragma:
+% Use this pragma if the view is not single threaded:
%
% #pragma omp critical
%
% undefined and any settings you make in the callback method are automagically
% synced back to your image.
%
-% Use this pragma:
+% Use this pragma if the view is not single threaded:
%
% #pragma omp critical
%
% is no negative offsets or widths or heights that exceed the image dimension
% are permitted.
%
-% Use this pragma:
+% Use this pragma if the view is not single threaded:
%
% #pragma omp critical
%
% heights that exceed the image dimension are permitted. Updates to pixels
% in your callback are automagically synced back to the image.
%
-% Use this pragma:
+% Use this pragma if the view is not single threaded:
%
% #pragma omp critical
%