Searched refs:x_mod (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_gauge.c | 431 … int16_t x_mod = ((LV_MATH_ABS(p_end_high.x - p_end_low.x)) * rem) >> LV_GAUGE_INTERPOLATE_SHIFT; in lv_gauge_draw_needle() local 434 if(p_end_high.x < p_end_low.x) x_mod = -x_mod; in lv_gauge_draw_needle() 437 p_end.x = p_end_low.x + x_mod; in lv_gauge_draw_needle()
|
/AliOS-Things-master/components/littlevgl/src/lv_core/ |
A D | lv_obj.h | 391 void lv_obj_align(lv_obj_t * obj, const lv_obj_t * base, lv_align_t align, lv_coord_t x_mod, lv_coo… 401 void lv_obj_align_origo(lv_obj_t * obj, const lv_obj_t * base, lv_align_t align, lv_coord_t x_mod, …
|
A D | lv_obj.c | 757 void lv_obj_align(lv_obj_t * obj, const lv_obj_t * base, lv_align_t align, lv_coord_t x_mod, lv_coo… in lv_obj_align() argument 877 new_x += x_mod + base_abs_x; in lv_obj_align() 887 obj->realign.xofs = x_mod; in lv_obj_align() 902 void lv_obj_align_origo(lv_obj_t * obj, const lv_obj_t * base, lv_align_t align, lv_coord_t x_mod, … in lv_obj_align_origo() argument 1025 new_x += x_mod + base_abs_x; in lv_obj_align_origo() 1035 obj->realign.xofs = x_mod; in lv_obj_align_origo()
|
Completed in 11 milliseconds