Searched refs:ppdcFont (Results 1 – 5 of 5) sorted by relevance
/external/libcups/ppdc/ |
D | ppdc-font.cxx | 21 ppdcFont::ppdcFont(const char *n, // I - Name of font in ppdcFont() function in ppdcFont 42 ppdcFont::~ppdcFont() in ~ppdcFont()
|
D | ppdc.h | 201 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);
|
D | ppdc-import.cxx | 40 ppdcFont *font; // Font in import_ppd() 263 font = new ppdcFont(attr->spec, encoding, version, charset, fstatus); in import_ppd()
|
D | ppdc-driver.cxx | 257 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()
|
D | ppdc-source.cxx | 979 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()
|