OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCacheViewImage
(Results
1 - 4
of
4
) sorted by null
/external/ImageMagick/MagickWand/
pixel-iterator.c
521
PixelSetQuantumPixel(
GetCacheViewImage
(iterator->view),pixels,
523
pixels+=GetPixelChannels(
GetCacheViewImage
(iterator->view));
707
PixelSetQuantumPixel(
GetCacheViewImage
(iterator->view),pixels,
709
pixels+=GetPixelChannels(
GetCacheViewImage
(iterator->view));
767
PixelSetQuantumPixel(
GetCacheViewImage
(iterator->view),pixels,
769
pixels+=GetPixelChannels(
GetCacheViewImage
(iterator->view));
[
all
...]
/external/ImageMagick/MagickCore/
cache-view.h
64
*
GetCacheViewImage
(const CacheView *) magick_attribute((__pure__));
cache-view.c
491
%
GetCacheViewImage
() returns the image associated with the specified view.
493
% The format of the
GetCacheViewImage
method is:
495
% const Image *
GetCacheViewImage
(const CacheView *cache_view)
502
MagickExport const Image *
GetCacheViewImage
(const CacheView *cache_view)
[
all
...]
methods.h
352
#define
GetCacheViewImage
PrependMagickMethod(
GetCacheViewImage
)
[
all
...]
Completed in 50 milliseconds