lv_vg_lite_stroke.h

API reference for lv_vg_lite_stroke.h

Report on GitHub
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)
Parameters
NameTypeDescription
unitstruct _lv_draw_vg_lite_unit_t *pointer to the unit
pathstruct _lv_vg_lite_path_t *pointer to the path
dscconst 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)
Parameters
NameTypeDescription
cache_entrylv_cache_entry_t *pointer to the stroke cache entry

Returns: struct _lv_vg_lite_path_t * — pointer to the path

Dependencies

How is this guide?

Last updated on

On this page