Searched refs:best_x (Results 1 – 4 of 4) sorted by relevance
92 int x, y, best_x = 0, best_y = 0; in improve_correspondence() local110 best_x = x; in improve_correspondence()114 correspondences[i].rx += best_x; in improve_correspondence()118 int x, y, best_x = 0, best_y = 0; in improve_correspondence() local136 best_x = x; in improve_correspondence()139 correspondences[i].x += best_x; in improve_correspondence()
351 int best_waste = (1<<30), best_x, best_y = (1 << 30); in stbrp__skyline_find_best_pos() local386 best_x = (best == NULL) ? 0 : (*best)->x; in stbrp__skyline_find_best_pos()425 if (y < best_y || waste < best_waste || (waste==best_waste && xpos < best_x)) { in stbrp__skyline_find_best_pos()426 best_x = xpos; in stbrp__skyline_find_best_pos()439 fr.x = best_x; in stbrp__skyline_find_best_pos()
572 FT_Pos best_x = points[best_point].x; in af_latin_metrics_init_blues() local610 if ( FT_ABS( points[prev].x - best_x ) <= 20 * dist ) in af_latin_metrics_init_blues()633 if ( FT_ABS( points[next].x - best_x ) <= 20 * dist ) in af_latin_metrics_init_blues()701 if ( points[prev].x != best_x ) in af_latin_metrics_init_blues()
304 FT_Pos best_x = points[best_point].x; in af_latin2_metrics_init_blues() local323 if ( FT_ABS( points[prev].x - best_x ) <= 20 * dist ) in af_latin2_metrics_init_blues()338 if ( FT_ABS( points[next].x - best_x ) <= 20 * dist ) in af_latin2_metrics_init_blues()