Home
last modified time | relevance | path

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

/lvgl-latest/src/others/gridnav/
Dlv_gridnav.c306 int32_t x_err = 0; in find_chid() local
310 x_err = get_x_center(child) - x_start; in find_chid()
312 if(x_err >= 0) continue; /*It's on the right*/ in find_chid()
316 x_err = get_x_center(child) - x_start; in find_chid()
318 if(x_err <= 0) continue; /*It's on the left*/ in find_chid()
322 x_err = get_x_center(child) - x_start; in find_chid()
327 x_err = get_x_center(child) - x_start; in find_chid()
334 x_err = lv_obj_get_x(child); in find_chid()
339 x_err = obj->coords.x2 - child->coords.x2; in find_chid()
342 x_err = get_x_center(child) - x_start; in find_chid()
[all …]