Home | History | Annotate | Download | only in coders

Lines Matching defs:keyword

143     keyword[MagickPathExtent],
259 Determine a keyword and its value.
261 p=keyword;
264 if ((size_t) (p-keyword) < (MagickPathExtent-1))
276 if (LocaleCompare(keyword,"Y") == 0)
289 Assign a value to the specified keyword.
291 switch (*keyword)
296 if (LocaleCompare(keyword,"format") == 0)
301 (void) FormatLocaleString(tag,MagickPathExtent,"hdr:%s",keyword);
308 if (LocaleCompare(keyword,"gamma") == 0)
313 (void) FormatLocaleString(tag,MagickPathExtent,"hdr:%s",keyword);
320 if (LocaleCompare(keyword,"primaries") == 0)
346 (void) FormatLocaleString(tag,MagickPathExtent,"hdr:%s",keyword);
356 if (strcmp(keyword,target) == 0)
369 (void) FormatLocaleString(tag,MagickPathExtent,"hdr:%s",keyword);
375 (void) FormatLocaleString(tag,MagickPathExtent,"hdr:%s",keyword);