OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WandView
(Results
1 - 3
of
3
) sorted by null
/external/ImageMagick/MagickWand/
wand-view.h
26
WandView
;
29
(*DuplexTransferWandViewMethod)(const
WandView
*,const
WandView
*,
WandView
*,
31
(*GetWandViewMethod)(const
WandView
*,const ssize_t,const int,void *),
32
(*SetWandViewMethod)(
WandView
*,const ssize_t,const int,void *),
33
(*TransferWandViewMethod)(const
WandView
*,
WandView
*,const ssize_t,
35
(*UpdateWandViewMethod)(
WandView
*,const ssize_t,const int,void *);
38
*GetWandViewException(const
WandView
*,ExceptionType *)
[
all
...]
wand-view.c
58
#define WandViewId "
WandView
"
114
%
WandView
*CloneWandView(const
WandView
*wand_view)
121
WandExport
WandView
*CloneWandView(const
WandView
*wand_view)
123
WandView
129
assert(wand_view != (
WandView
*) NULL);
133
clone_view=(
WandView
*) AcquireMagickMemory(sizeof(*clone_view));
134
if (clone_view == (
WandView
*) NULL)
174
%
WandView
*DestroyWandView(WandView *wand_view
[
all
...]
/external/ImageMagick/www/source/wand/
sigmoidal-contrast.c
6
static MagickBooleanType SigmoidalContrast(
WandView
*contrast_view,
71
WandView
91
if (contrast_view == (
WandView
*) NULL)
Completed in 415 milliseconds