Home
last modified time | relevance | path

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

/bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/
A Dvft_draw.c217 uint16_t ug2; /* Unicode glyph */ in vg_lite_vtf_draw_text() local
222 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() local
257 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() argument
424 if (glyphs[i].unicode == ug2) { in vft_find_glyph()
435 uint16_t ug2 = g2->unicode; in vft_glyph_distance() local
439 if (kern_table[i].unicode == ug2) { in vft_glyph_distance()
A Dvft_draw.h83 glyph_desc_t* vft_find_glyph(font_face_desc_t* font_face, uint16_t ug2);

Completed in 7 milliseconds