Lines Matching refs:pattern
261 <p>MagickQueryConfigureOptions() returns any configure options that match the specified pattern (e.g. "*" for all). Options include NAME, VERSION, LIB_VERSION, etc.</p>
266 char **MagickQueryConfigureOptions(const char *pattern,
277 <dt>pattern</dt>
278 <dd>Specifies a pointer to a text string containing a pattern. </dd>
390 <p>MagickQueryFonts() returns any font that match the specified pattern (e.g. "*" for all).</p>
395 char **MagickQueryFonts(const char *pattern,size_t *number_fonts)
405 <dt>pattern</dt>
406 <dd>Specifies a pointer to a text string containing a pattern. </dd>
418 <p>MagickQueryFormats() returns any image formats that match the specified pattern (e.g. "*" for all).</p>
423 char **MagickQueryFormats(const char *pattern,size_t *number_formats)
433 <dt>pattern</dt>
434 <dd>Specifies a pointer to a text string containing a pattern. </dd>