lv_vg_lite_stroke.h
API reference for lv_vg_lite_stroke.h
Summary
Functions
lv_vg_lite_stroke_get
Get the stroke cache entry
lv_cache_entry_t * lv_vg_lite_stroke_get(struct _lv_draw_vg_lite_unit_t *unit, struct _lv_vg_lite_path_t *path, const lv_vector_stroke_dsc_t *dsc)| Name | Type | Description |
|---|---|---|
unit | struct _lv_draw_vg_lite_unit_t * | pointer to the unit |
path | struct _lv_vg_lite_path_t * | pointer to the path |
dsc | const lv_vector_stroke_dsc_t * | pointer to the stroke descriptor |
Returns: lv_cache_entry_t * — pointer to the stroke cache entry
lv_vg_lite_stroke_get_path
Get the path of a stroke
struct _lv_vg_lite_path_t * lv_vg_lite_stroke_get_path(lv_cache_entry_t *cache_entry)| Name | Type | Description |
|---|---|---|
cache_entry | lv_cache_entry_t * | pointer to the stroke cache entry |
Returns: struct _lv_vg_lite_path_t * — pointer to the path
Dependencies
Indirect dependencies
lv_anim.hlv_area.hlv_assert.hlv_bidi.hlv_color.hlv_color_op.hlv_conf_internal.hlv_conf_kconfig.hlv_draw_buf.hlv_ext_data.hlv_flex.hlv_font.hlv_grad.hlv_grid.hlv_image_dsc.hlv_layout.hlv_ll.hlv_log.hlv_math.hlv_matrix.hlv_mem.hlv_palette.hlv_profiler.hlv_profiler_builtin.hlv_sprintf.hlv_string.hlv_style.hlv_style_gen.hlv_symbol_def.hlv_text.hlv_tick.hlv_timer.hlv_types.h
How is this guide?
Last updated on