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

/freebsd-12-stable/usr.bin/vtfontcvt/
H A Dvtfontcvt.c171 add_glyph(const uint8_t *bytes, unsigned int map_idx, int fallback) function
212 gl = add_glyph(bytes, 0, 1);
214 gl = add_glyph(bytes, map_idx, 0);
218 gl = add_glyph(bytes_r, map_idx + 1, 0);

Completed in 49 milliseconds