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

/freebsd-10.2-release/usr.bin/vtfontcvt/
H A Dvtfontcvt.c150 add_glyph(const uint8_t *bytes, unsigned int map_idx, int fallback) function
187 gl = add_glyph(bytes, 0, 1);
189 gl = add_glyph(bytes, map_idx, 0);
193 gl = add_glyph(bytes_r, map_idx + 1, 0);

Completed in 97 milliseconds