Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/vg_lite/
Dlv_draw_vg_lite_vector.c122 vg_lite_path_type_t path_type = lv_path_opa_to_path_type(dsc); in task_draw_cb() local
133 if(path_type == VG_LITE_DRAW_ZERO in task_draw_cb()
134 || path_type == VG_LITE_DRAW_FILL_PATH in task_draw_cb()
135 || path_type == VG_LITE_DRAW_FILL_STROKE_PATH) { in task_draw_cb()
140 if(path_type == VG_LITE_DRAW_STROKE_PATH in task_draw_cb()
141 || path_type == VG_LITE_DRAW_FILL_STROKE_PATH) { in task_draw_cb()
160 LV_VG_LITE_CHECK_ERROR(vg_lite_set_path_type(vg_path, path_type)); in task_draw_cb()
Dlv_vg_lite_utils.c330 LV_LOG_USER("type: %d", (int)path->path_type); in lv_vg_lite_path_dump_info()
1069 switch(path->path_type) { in lv_vg_lite_path_check()
1087 LV_LOG_ERROR("path type(%d) is invalid", (int)path->path_type); in lv_vg_lite_path_check()
Dlv_vg_lite_path.c146 path->base.path_type = VG_LITE_DRAW_ZERO; in lv_vg_lite_path_reset()
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite_tvg.cpp936 vg_lite_error_t vg_lite_set_path_type(vg_lite_path_t * path, vg_lite_path_type_t path_type) in vg_lite_set_path_type() argument
939 (path_type != VG_LITE_DRAW_FILL_PATH && in vg_lite_set_path_type()
940 path_type != VG_LITE_DRAW_STROKE_PATH && in vg_lite_set_path_type()
941 path_type != VG_LITE_DRAW_FILL_STROKE_PATH) in vg_lite_set_path_type()
945 path->path_type = path_type; in vg_lite_set_path_type()
2345 switch(path->path_type) { in shape_set_stroke()
2356 LV_LOG_ERROR("unknown path type: %d", path->path_type); in shape_set_stroke()
Dvg_lite.h846 … vg_lite_path_type_t path_type; /*! Refer to the definition by vg_lite_path_type_t. */ member
1082 vg_lite_error_t vg_lite_set_path_type(vg_lite_path_t *path, vg_lite_path_type_t path_type);