Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vtfontcvt/
H A Dvtfontcvt.c267 add_glyph(const uint8_t *bytes, unsigned int map_idx, int fallback) in add_glyph() function
330 gl = add_glyph(bytes, 0, 1); in add_char()
332 gl = add_glyph(bytes, map_idx, 0); in add_char()
336 gl = add_glyph(bytes_r, map_idx + 1, 0); in add_char()