Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/svg/
Dlv_svg_render.c1569 lv_vector_path_t * glyph_path = lv_vector_path_create(LV_VECTOR_PATH_QUALITY_MEDIUM); in _render_text() local
1588 lv_vector_path_clear(glyph_path); in _render_text()
1589 lv_vector_path_copy(glyph_path, p); in _render_text()
1595 lv_matrix_transform_path(&scale_matrix, glyph_path); in _render_text()
1597 lv_vector_path_append_path(text->path, glyph_path); in _render_text()
1603 lv_vector_path_delete(glyph_path); in _render_text()
1642 lv_vector_path_t * glyph_path = lv_vector_path_create(LV_VECTOR_PATH_QUALITY_MEDIUM); in _render_span() local
1652 lv_vector_path_clear(glyph_path); in _render_span()
1653 lv_vector_path_copy(glyph_path, p); in _render_span()
1659 lv_matrix_transform_path(&scale_matrix, glyph_path); in _render_span()
[all …]