Lines Matching refs:x_err
306 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()
346 x_err = get_x_center(child) - x_start; in find_chid()
351 … (y_err * y_err + x_err * x_err < y_err_guess * y_err_guess + x_err_guess * x_err_guess)) { in find_chid()
353 x_err_guess = x_err; in find_chid()