OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:image_info_stack
(Results
1 - 4
of
4
) sorted by null
/external/ImageMagick/MagickWand/
wandcli-private.h
120
*
image_info_stack
;
member in struct:_MagickCLI
wandcli.c
120
cli_wand->
image_info_stack
=(Stack *) NULL;
181
while(cli_wand->
image_info_stack
!= (Stack *) NULL)
183
node=cli_wand->
image_info_stack
;
184
cli_wand->
image_info_stack
=node->next;
magick-cli.c
278
else if (cli_wand->
image_info_stack
!= (Stack *) NULL)
507
else if (cli_wand->
image_info_stack
!= (Stack *) NULL)
812
while ((cli_wand->
image_info_stack
!= (Stack *) NULL) &&
813
(cli_wand->
image_info_stack
->next != (Stack *) NULL))
operation.c
[
all
...]
Completed in 93 milliseconds