Searched defs:cw (Results 1 – 4 of 4) sorted by relevance
/lvgl-3.7.0/examples/widgets/colorwheel/ |
D | lv_example_colorwheel_1.py | 1 cw = lv.colorwheel(lv.scr_act(), True) variable
|
D | lv_example_colorwheel_1.c | 6 lv_obj_t * cw; in lv_example_colorwheel_1() local
|
/lvgl-3.7.0/src/draw/nxp/vglite/ |
D | lv_draw_vglite_arc.c | 545 …_split_arc_path(int32_t * arc_path, int * pidx, vg_arc * q_arc, const lv_point_t * center, bool cw) in add_split_arc_path() 596 int32_t start_angle, int32_t end_angle, const lv_point_t * center, bool cw) in add_arc_path()
|
/lvgl-3.7.0/src/extra/libs/gif/ |
D | gifdec.c | 187 uint8_t cw, ch, fg, bg; in read_plain_text_ext() local
|