OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CloneCacheView
(Results
1 - 6
of
6
) sorted by null
/external/ImageMagick/MagickCore/
cache-view.h
54
*
CloneCacheView
(const CacheView *),
cache-view.c
199
%
CloneCacheView
() makes an exact copy of the specified cache view.
201
% The format of the
CloneCacheView
method is:
203
% CacheView *
CloneCacheView
(const CacheView *cache_view)
210
MagickExport CacheView *
CloneCacheView
(const CacheView *cache_view)
[
all
...]
image-view.c
118
clone_view->view=
CloneCacheView
(image_view->view);
[
all
...]
methods.h
132
#define
CloneCacheView
PrependMagickMethod(
CloneCacheView
)
[
all
...]
/external/ImageMagick/MagickWand/
pixel-iterator.c
180
clone_iterator->view=
CloneCacheView
(iterator->view);
[
all
...]
wand-view.c
144
clone_view->view=
CloneCacheView
(wand_view->view);
[
all
...]
Completed in 60 milliseconds