Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/nxp/vglite/
Dlv_draw_vglite_arc.c446 arc_path[idx++] = VLC_OP_CUBIC; in _add_split_arc_path()
467 arc_path[idx++] = VLC_OP_CUBIC; in _add_split_arc_path()
/lvgl-latest/src/draw/vg_lite/
Dlv_draw_vg_lite_vector.c374 LV_VG_LITE_PATH_SET_OP_CODE(path_data++, uint32_t, VLC_OP_CUBIC); in lv_path_to_vg()
Dlv_vg_lite_path.c392 lv_vg_lite_path_append_op(path, VLC_OP_CUBIC); in lv_vg_lite_path_cubic_to()
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite.h78 #define VLC_OP_CUBIC 0x08 macro
Dvg_lite_tvg.cpp2424 case VLC_OP_CUBIC: { in shape_append_path()