Home
last modified time | relevance | path

Searched refs:lv_font_get_glyph_bitmap (Results 1 – 9 of 9) sorted by relevance

/lvgl-latest/src/draw/nxp/vglite/
Dlv_draw_vglite_label.c110 …const lv_draw_buf_t * draw_buf = lv_font_get_glyph_bitmap(glyph_draw_dsc->g, glyph_draw_dsc->_draw… in _draw_vglite_letter()
136 …glyph_draw_dsc->glyph_data = lv_font_get_glyph_bitmap(glyph_draw_dsc->g, glyph_draw_dsc->_draw_buf… in _draw_vglite_letter()
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_letter.c121 …glyph_draw_dsc->glyph_data = lv_font_get_glyph_bitmap(glyph_draw_dsc->g, glyph_draw_dsc->_draw_buf… in draw_letter_cb()
137 …glyph_draw_dsc->glyph_data = lv_font_get_glyph_bitmap(glyph_draw_dsc->g, glyph_draw_dsc->_draw_buf… in draw_letter_cb()
/lvgl-latest/src/draw/renesas/dave2d/
Dlv_draw_dave2d_label.c82 …glyph_draw_dsc->glyph_data = lv_font_get_glyph_bitmap(glyph_draw_dsc->g, glyph_draw_dsc->_draw_buf… in lv_draw_dave2d_draw_letter_cb()
129 …glyph_draw_dsc->glyph_data = lv_font_get_glyph_bitmap(glyph_draw_dsc->g, glyph_draw_dsc->_draw_buf… in lv_draw_dave2d_draw_letter_cb()
/lvgl-latest/src/draw/vg_lite/
Dlv_draw_vg_lite_label.c137 …glyph_draw_dsc->glyph_data = lv_font_get_glyph_bitmap(glyph_draw_dsc->g, glyph_draw_dsc->_draw_buf… in draw_letter_cb()
145 …glyph_draw_dsc->glyph_data = lv_font_get_glyph_bitmap(glyph_draw_dsc->g, glyph_draw_dsc->_draw_buf… in draw_letter_cb()
153 …glyph_draw_dsc->glyph_data = lv_font_get_glyph_bitmap(glyph_draw_dsc->g, glyph_draw_dsc->_draw_buf… in draw_letter_cb()
/lvgl-latest/src/font/
Dlv_font.c45 const void * lv_font_get_glyph_bitmap(lv_font_glyph_dsc_t * g_dsc, lv_draw_buf_t * draw_buf) in lv_font_get_glyph_bitmap() function
Dlv_font.h133 const void * lv_font_get_glyph_bitmap(lv_font_glyph_dsc_t * g_dsc, lv_draw_buf_t * draw_buf);
/lvgl-latest/tests/src/test_cases/libs/
Dtest_freetype.c503 outline_data = (lv_ll_t *) lv_font_get_glyph_bitmap(&g, NULL); in test_freetype_outline_rendering_test()
/lvgl-latest/src/draw/nema_gfx/
Dlv_draw_nema_gfx_label.c805 dsc->glyph_data = (void *)lv_font_get_glyph_bitmap(&g, draw_buf); in _draw_letter()
/lvgl-latest/src/libs/svg/
Dlv_svg_render.c1587 lv_vector_path_t * p = (lv_vector_path_t *)lv_font_get_glyph_bitmap(&g, NULL); in _render_text()
1651 lv_vector_path_t * p = (lv_vector_path_t *)lv_font_get_glyph_bitmap(&g, NULL); in _render_span()