HomeSort by: relevance | last modified time | path
    Searched defs:font_table (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/groff/dist/src/include/
printer.h 93 font **font_table; member in class:printer
  /src/external/gpl2/groff/dist/src/libs/libdriver/
printer.cpp 88 : font_list(0), font_table(0), nfonts(0)
94 a_delete font_table; local
113 font_table = new font *[nfonts];
115 font_table[i] = 0;
118 font **old_font_table = font_table;
123 font_table = new font *[nfonts];
126 font_table[i] = old_font_table[i];
128 font_table[i] = 0;
133 font_table[n] = f;
216 *f = font_table[fn]
    [all...]
  /src/external/gpl2/groff/dist/src/roff/troff/
node.cpp 225 static font_info **font_table = 0; variable
269 font_info *f = font_table[fontno];
405 symbol f = font_table[fontno]->get_name();
406 if (font_table[fontno]->is_style()) {
414 if (font_table[fontno]->is_style())
415 return font_table[fontno]->get_name();
3829 tf = font_table[fontno]->get_tfont(fs, char_height, char_slant, fontno);
4831 assert(fontno < font_table_size && font_table[fontno] != 0);
4836 tfont *tf = font_table[fontno]->get_tfont(fs, char_height, char_slant,
4850 assert(fontno < font_table_size && font_table[fontno] != 0)
    [all...]

Completed in 19 milliseconds