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

/freebsd-current/usr.bin/vtfontcvt/
H A Dvtfontcvt.c255 add_glyph(const uint8_t *bytes, unsigned int map_idx, int fallback) function
322 gl = add_glyph(bytes, 0, 1);
324 gl = add_glyph(bytes, map_idx, 0);
328 gl = add_glyph(bytes_r, map_idx + 1, 0);

Completed in 62 milliseconds