Searched refs:number_options (Results 1 – 5 of 5) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | configure.c | 447 size_t *number_options,ExceptionInfo *exception) in GetConfigureInfoList() argument 463 assert(number_options != (size_t *) NULL); in GetConfigureInfoList() 464 *number_options=0; in GetConfigureInfoList() 488 *number_options=(size_t) i; in GetConfigureInfoList() 541 size_t *number_options,ExceptionInfo *exception) in GetConfigureList() argument 557 assert(number_options != (size_t *) NULL); in GetConfigureList() 558 *number_options=0; in GetConfigureList() 579 *number_options=(size_t) i; in GetConfigureList() 1068 number_options; in ListConfigureInfo() local 1075 configure_info=GetConfigureInfoList("*",&number_options,exception); in ListConfigureInfo() [all …]
|
D | option.c | 2415 number_options; in IsOptionMember() local 2430 option_list=StringToArgv(string,&number_options); in IsOptionMember() 2436 for (i=1; i < (ssize_t) number_options; i++) in IsOptionMember() 2448 for ( ; i < (ssize_t) number_options; i++) in IsOptionMember()
|
/external/ImageMagick/tests/ |
D | wandtest.c | 5205 number_options, in main() local 5419 options=MagickGetOptions(magick_wand,"*",&number_options); in main() 5422 for (i=0; i < (ssize_t) number_options; i++) in main()
|
/external/ImageMagick/MagickWand/ |
D | magick-wand.c | 412 number_options; in MagickQueryConfigureOption() local 415 configure_info=GetConfigureInfoList(option,&number_options,exception); in MagickQueryConfigureOption() 454 size_t *number_options) in MagickQueryConfigureOptions() argument 463 options=GetConfigureList(pattern,number_options,exception); in MagickQueryConfigureOptions()
|
D | magick-property.c | 1106 size_t *number_options) in MagickGetOptions() argument 1161 *number_options=(size_t) i; in MagickGetOptions()
|