Searched refs:number_properties (Results 1 - 3 of 3) sorted by relevance

/external/ImageMagick/MagickWand/
H A Dmagick-property.c909 % const char *pattern,size_t *number_properties)
917 % o number_properties: the number properties associated with this wand.
921 const char *pattern,size_t *number_properties)
977 *number_properties=(size_t) i;
899 MagickGetImageProperties(MagickWand *wand, const char *pattern,size_t *number_properties) argument
/external/ImageMagick/www/api/
H A Dmagick-property.php509 const char *pattern,size_t *number_properties)
527 <dt>number_properties</dt>
/external/ImageMagick/tests/
H A Dwandtest.c5208 number_properties,
5448 properties=MagickGetImageProperties(magick_wand,"*",&number_properties);
5451 for (i=0; i < (ssize_t) number_properties; i++)
5207 number_properties, local

Completed in 2722 milliseconds