OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetImagePixelCacheType
(Results
1 - 4
of
4
) sorted by null
/external/ImageMagick/MagickCore/
thread-private.h
36
((
GetImagePixelCacheType
(source) != MemoryCache) && \
37
(
GetImagePixelCacheType
(source) != MapCache)) || \
38
((
GetImagePixelCacheType
(destination) != MemoryCache) && \
39
(
GetImagePixelCacheType
(destination) != MapCache)) ? \
cache.h
38
GetImagePixelCacheType
(const Image *);
methods.h
420
#define
GetImagePixelCacheType
PrependMagickMethod(
GetImagePixelCacheType
)
[
all
...]
cache.c
[
all
...]
Completed in 80 milliseconds