Lines Matching refs:FormatLocaleFile
1165 (void) FormatLocaleFile(file," Format Mode Description\n");
1167 (void) FormatLocaleFile(file," Format Module Mode Description\n");
1169 (void) FormatLocaleFile(file,
1176 (void) FormatLocaleFile(file,"%9s%c ",
1189 (void) FormatLocaleFile(file,"%9s ",module);
1192 (void) FormatLocaleFile(file,"%c%c%c ",magick_info[i]->decoder ? 'r' : '-',
1196 (void) FormatLocaleFile(file," %s",magick_info[i]->description);
1198 (void) FormatLocaleFile(file," (%s)",magick_info[i]->version);
1199 (void) FormatLocaleFile(file,"\n");
1210 (void) FormatLocaleFile(file," %s\n",text[j]);
1217 (void) FormatLocaleFile(file,"\n* native blob support\n");
1218 (void) FormatLocaleFile(file,"r read support\n");
1219 (void) FormatLocaleFile(file,"w write support\n");
1220 (void) FormatLocaleFile(file,"+ support for multiple images\n");