Searched refs:y_err (Results 1 – 1 of 1) sorted by relevance
283 lv_coord_t y_err = 0; in find_chid() local287 y_err = get_y_center(child) - y_start; in find_chid()289 if(LV_ABS(y_err) > h_half) continue; /*Too far*/ in find_chid()293 y_err = get_y_center(child) - y_start; in find_chid()295 if(LV_ABS(y_err) > h_half) continue; /*Too far*/ in find_chid()299 y_err = get_y_center(child) - y_start; in find_chid()300 if(y_err >= 0) continue; /*It's on the bottom*/ in find_chid()304 y_err = get_y_center(child) - y_start; in find_chid()305 if(y_err <= 0) continue; /*It's on the top*/ in find_chid()308 y_err = get_y_center(child) - y_start; in find_chid()[all …]