Searched refs:font_face (Results 1 – 5 of 5) sorted by relevance
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/ |
| A D | vft_draw.c | 191 font_face_desc_t *font_face; in vg_lite_vtf_draw_text() local 258 g2 = vft_find_glyph(font_face, ug2); in vg_lite_vtf_draw_text() 299 font_face_desc_t* g = font_face; in load_font_face() 331 … font_face->glyphs[i].kern_table = (kern_desc_t *)(buf + font_face->glyphs[i].kern_table_offset); in load_glyph_table() 332 … font_face->glyphs[i].path.draw_cmds = (float *)(buf + font_face->glyphs[i].path.draw_cmds_offset); in load_glyph_table() 342 font_face_desc_t* font_face = NULL; in vft_load_from_buffer() local 396 font_face->glyphs[i].kern_table = in vft_load_from_buffer() 398 font_face->glyphs[i].path.draw_cmds = in vft_load_from_buffer() 410 return font_face; in vft_load_from_buffer() 417 glyph_desc_t* glyphs = font_face->glyphs; in vft_find_glyph() [all …]
|
| A D | vft_debug.c | 178 void vft_dbg_font_face_desc(font_face_desc_t* font_face, int offset) in vft_dbg_font_face_desc() argument 180 font_face_desc_t _desc = *font_face; /* Temporary copy descriptor*/ in vft_dbg_font_face_desc() 203 void vft_dbg_path_table(font_face_desc_t* font_face, int offset) in vft_dbg_path_table() argument 206 for (uint32_t i = 0; i < font_face->num_glyphs; i++) { in vft_dbg_path_table() 207 glyph_desc_t* g = &font_face->glyphs[i]; in vft_dbg_path_table() 214 void vft_dbg_kern_table(font_face_desc_t* font_face, int offset) in vft_dbg_kern_table() argument 217 for (uint32_t i = 0; i < font_face->num_glyphs; i++) { in vft_dbg_kern_table() 218 glyph_desc_t* g = &font_face->glyphs[i]; in vft_dbg_kern_table() 229 void vft_dbg_glyph_table(font_face_desc_t* font_face, int offset) in vft_dbg_glyph_table() argument 232 for (uint32_t i = 0; i < font_face->num_glyphs; i++) { in vft_dbg_glyph_table() [all …]
|
| A D | vft_debug.h | 65 void vft_dbg_font_face_desc(font_face_desc_t* font_face, int offset); 70 void vft_dbg_path_table(font_face_desc_t* font_face, int offset); 71 void vft_dbg_kern_table(font_face_desc_t* font_face, int offset); 72 void vft_dbg_glyph_table(font_face_desc_t* font_face, int offset);
|
| A D | vft_draw.h | 83 glyph_desc_t* vft_find_glyph(font_face_desc_t* font_face, uint16_t ug2);
|
| A D | vg_lite_text.c | 221 font_face_desc_t* font_face = NULL; in vg_lite_draw_text() local 353 vft_unload(font_face); in vg_lite_draw_text()
|
Completed in 12 milliseconds