HomeSort by: relevance | last modified time | path
    Searched refs:per_font (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
fontutils.c 3393 FreeAndNull(pub->font_map.per_font);
4720 font_map->per_font[wc] = (XTfontNum) (result + 1);
4757 * We record in per_font[] the index of the first font containing a
4773 font_map->per_font = realloc(font_map->per_font, need);
4774 memset(font_map->per_font + font_map->last_char, 0, (need - c1st));
4789 if (!font_map->per_font[base]) {
4790 font_map->per_font[base] = (Char) font_map->depth;
4811 result = (font_map->per_font[wc] != (fontNum + 1));
ptyx.h 1998 size_t limit; /* allocated size of per_font, etc */
2001 XTfontNum * per_font; /* index 1-n of first font with char */ member in struct:__anon12150

Completed in 9 milliseconds