Searched refs:g2 (Results 1 – 2 of 2) sorted by relevance
193 glyph_desc_t* g2; in vg_lite_vtf_draw_text() local224 g2 = vft_find_glyph(font_face, ug2); in vg_lite_vtf_draw_text()225 if (g1 != NULL && g2 != NULL) { in vg_lite_vtf_draw_text()226 kx = vft_glyph_distance(g1, g2); in vg_lite_vtf_draw_text()258 g2 = vft_find_glyph(font_face, ug2); in vg_lite_vtf_draw_text()259 if (g1 != NULL && g2 != NULL) { in vg_lite_vtf_draw_text()260 kx = vft_glyph_distance(g1, g2); in vg_lite_vtf_draw_text()276 g1 = g2; in vg_lite_vtf_draw_text()435 uint16_t ug2 = g2->unicode; in vft_glyph_distance()453 path_desc_t* vft_get_glyph_path(glyph_desc_t* g2) in vft_get_glyph_path() argument[all …]
86 int vft_glyph_distance(glyph_desc_t* g1, glyph_desc_t* g2);92 path_desc_t* vft_get_glyph_path(glyph_desc_t* g2);95 void vft_draw_glyph(int x, int y, glyph_desc_t* g2);98 int vft_compute_dx(glyph_desc_t* g2);
Completed in 4 milliseconds