HomeSort by relevance Sort by last modified time
    Searched defs:number_options (Results 1 - 4 of 4) sorted by null

  /external/ImageMagick/tests/
wandtest.c 5205 number_options, local
    [all...]
  /external/ImageMagick/MagickCore/
configure.c 423 % size_t *number_options,ExceptionInfo *exception)
429 % o number_options: This integer returns the number of configure options in
458 size_t *number_options,ExceptionInfo *exception)
474 assert(number_options != (size_t *) NULL);
475 *number_options=0;
499 *number_options=(size_t) i;
521 % size_t *number_options,ExceptionInfo *exception)
527 % o number_options: This integer returns the number of options in the list.
553 size_t *number_options,ExceptionInfo *exception)
569 assert(number_options != (size_t *) NULL)
1068 number_options; local
    [all...]
option.c 2415 number_options; local
    [all...]
  /external/ImageMagick/MagickWand/
magick-wand.c 422 number_options;
425 configure_info=GetConfigureInfoList(option,&number_options,exception);
454 % size_t *number_options)
460 % o number_options: Returns the number of configure options in the list.
465 size_t *number_options)
474 options=GetConfigureList(pattern,number_options,exception);
412 number_options; local
    [all...]

Completed in 410 milliseconds