Home | History | Annotate | Download | only in MagickCore

Lines Matching full:destination_view

123     *destination_view;
137 destination_view=AcquireAuthenticCacheView(destination_image,exception);
163 q=GetCacheViewAuthenticPixels(destination_view,0,y,
186 if (SyncCacheViewAuthenticPixels(destination_view,exception) == MagickFalse)
189 destination_view=DestroyCacheView(destination_view);