Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_cont.c540 lv_coord_t w_fit = lv_obj_get_width_fit(cont); in lv_cont_layout_grid() local
542 uint16_t obj_row = (w_fit) / (w_obj + style->body.padding.inner); /*Obj. num. in a row*/ in lv_cont_layout_grid()
545 x_ofs = w_obj + (w_fit - (obj_row * w_obj)) / (obj_row - 1); in lv_cont_layout_grid()

Completed in 4 milliseconds