Searched refs:ug2 (Results 1 – 2 of 2) sorted by relevance
217 uint16_t ug2; /* Unicode glyph */ in vg_lite_vtf_draw_text() local222 ug2 = *t2; in vg_lite_vtf_draw_text()224 g2 = vft_find_glyph(font_face, ug2); in vg_lite_vtf_draw_text()242 uint16_t ug2; /* Unicode glyph */ in vg_lite_vtf_draw_text() local257 ug2 = *text; in vg_lite_vtf_draw_text()258 g2 = vft_find_glyph(font_face, ug2); in vg_lite_vtf_draw_text()414 glyph_desc_t* vft_find_glyph(font_face_desc_t* font_face, uint16_t ug2) in vft_find_glyph() argument424 if (glyphs[i].unicode == ug2) { in vft_find_glyph()435 uint16_t ug2 = g2->unicode; in vft_glyph_distance() local439 if (kern_table[i].unicode == ug2) { in vft_glyph_distance()
83 glyph_desc_t* vft_find_glyph(font_face_desc_t* font_face, uint16_t ug2);
Completed in 7 milliseconds