Home
last modified time | relevance | path

Searched refs:ppdcFont (Results 1 – 5 of 5) sorted by relevance

/external/libcups/ppdc/
Dppdc-font.cxx21 ppdcFont::ppdcFont(const char *n, // I - Name of font in ppdcFont() function in ppdcFont
42 ppdcFont::~ppdcFont() in ~ppdcFont()
Dppdc.h201 class ppdcFont //// Shared Font
212 ppdcFont(const char *n, const char *e, const char *v, const char *c,
214 ~ppdcFont();
400 void add_font(ppdcFont *f) { fonts->add(f); } in add_font()
411 void set_default_font(ppdcFont *f);
499 ppdcFont *get_font(ppdcFile *fp);
Dppdc-import.cxx40 ppdcFont *font; // Font in import_ppd()
263 font = new ppdcFont(attr->spec, encoding, version, charset, fstatus); in import_ppd()
Dppdc-driver.cxx257 ppdcFont *f) // I - Font in set_default_font()
388 ppdcFont *fn, // Current font in write_ppd_file()
1299 for (fn = (ppdcFont *)fonts->first(); fn; fn = (ppdcFont *)fonts->next()) in write_ppd_file()
1302 for (bfn = (ppdcFont *)src->base_fonts->first(); in write_ppd_file()
1304 bfn = (ppdcFont *)src->base_fonts->next()) in write_ppd_file()
Dppdc-source.cxx979 ppdcFont * // O - Font data
1073 return (new ppdcFont(name, encoding, version, charset, status)); in get_font()
2939 ppdcFont *f; // Font in scan_file()
3432 ppdcFont *fo; // Current font in write_file()
3657 for (fo = (ppdcFont *)d->fonts->first(); in write_file()
3659 fo = (ppdcFont *)d->fonts->next()) in write_file()