Lines Matching refs:x_err
282 lv_coord_t x_err = 0; in find_chid() local
286 x_err = get_x_center(child) - x_start; in find_chid()
288 if(x_err >= 0) continue; /*It's on the right*/ in find_chid()
292 x_err = get_x_center(child) - x_start; in find_chid()
294 if(x_err <= 0) continue; /*It's on the left*/ in find_chid()
298 x_err = get_x_center(child) - x_start; in find_chid()
303 x_err = get_x_center(child) - x_start; in find_chid()
310 x_err = lv_obj_get_x(child); in find_chid()
315 x_err = obj->coords.x2 - child->coords.x2; in find_chid()
318 x_err = get_x_center(child) - x_start; in find_chid()
322 x_err = get_x_center(child) - x_start; in find_chid()
327 … (y_err * y_err + x_err * x_err < y_err_guess * y_err_guess + x_err_guess * x_err_guess)) { in find_chid()
329 x_err_guess = x_err; in find_chid()