Searched refs:y_mod (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_gauge.c | 432 … int16_t y_mod = ((LV_MATH_ABS(p_end_high.y - p_end_low.y)) * rem) >> LV_GAUGE_INTERPOLATE_SHIFT; in lv_gauge_draw_needle() local 435 if(p_end_high.y < p_end_low.y) y_mod = -y_mod; in lv_gauge_draw_needle() 438 p_end.y = p_end_low.y + y_mod; in lv_gauge_draw_needle()
|
/AliOS-Things-master/components/littlevgl/src/lv_core/ |
A D | lv_obj.h | 391 …align(lv_obj_t * obj, const lv_obj_t * base, lv_align_t align, lv_coord_t x_mod, lv_coord_t y_mod); 401 …origo(lv_obj_t * obj, const lv_obj_t * base, lv_align_t align, lv_coord_t x_mod, lv_coord_t y_mod);
|
A D | lv_obj.c | 757 …_align(lv_obj_t * obj, const lv_obj_t * base, lv_align_t align, lv_coord_t x_mod, lv_coord_t y_mod) in lv_obj_align() argument 878 new_y += y_mod + base_abs_y; in lv_obj_align() 888 obj->realign.yofs = y_mod; in lv_obj_align() 902 …_origo(lv_obj_t * obj, const lv_obj_t * base, lv_align_t align, lv_coord_t x_mod, lv_coord_t y_mod) in lv_obj_align_origo() argument 1026 new_y += y_mod + base_abs_y; in lv_obj_align_origo() 1036 obj->realign.yofs = y_mod; in lv_obj_align_origo()
|
Completed in 8 milliseconds