Home
last modified time | relevance | path

Searched refs:sparse_view (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Ddistort.c3178 *sparse_view; in SparseColorImage() local
3191 sparse_view=AcquireAuthenticCacheView(sparse_image,exception); in SparseColorImage()
3210 q=GetCacheViewAuthenticPixels(sparse_view,0,j,sparse_image->columns, in SparseColorImage()
3409 sync=SyncCacheViewAuthenticPixels(sparse_view,exception); in SparseColorImage()
3426 sparse_view=DestroyCacheView(sparse_view); in SparseColorImage()