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

/external/ImageMagick/MagickCore/
H A Dfx.c4484 *random_view; local
4516 random_view=AcquireAuthenticCacheView(random_image,exception);
4535 q=QueueCacheViewAuthenticPixels(random_view,0,y,random_image->columns,1,
4566 if (SyncCacheViewAuthenticPixels(random_view,exception) == MagickFalse)
4569 random_view=DestroyCacheView(random_view);

Completed in 31 milliseconds