Searched refs:best_x (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_rectpack.h351 int best_waste = (1<<30), best_x, best_y = (1 << 30); local in function:stbrp__skyline_find_best_pos
386 best_x = (best == NULL) ? 0 : (*best)->x;
425 if (y < best_y || waste < best_waste || (waste==best_waste && xpos < best_x)) {
426 best_x = xpos;
439 fr.x = best_x;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_rectpack.h351 int best_waste = (1<<30), best_x, best_y = (1 << 30); local in function:stbrp__skyline_find_best_pos
386 best_x = (best == NULL) ? 0 : (*best)->x;
425 if (y < best_y || waste < best_waste || (waste==best_waste && xpos < best_x)) {
426 best_x = xpos;
439 fr.x = best_x;
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkinput.c2064 int best_x, best_y; local in function:KdCursorOffScreen
2080 best_x = 32767;
2092 if (dx <= 0 && -dx < best_x)
2094 best_x = -dx;
2100 if (dx >= 0 && dx < best_x)
2102 best_x = dx;
2123 if (best_y < best_x)
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkinput.c1795 int best_x, best_y; local in function:KdCursorOffScreen
1811 best_x = 32767;
1821 if (dx < 0 && -dx < best_x) {
1822 best_x = -dx;
1827 if (dx > 0 && dx < best_x) {
1828 best_x = dx;
1845 if (best_y < best_x)
/xsrc/external/mit/freetype/dist/src/autofit/
H A Daflatin2.c304 FT_Pos best_x = points[best_point].x; local in function:af_latin2_metrics_init_blues
323 if ( FT_ABS( points[prev].x - best_x ) <= 20 * dist )
338 if ( FT_ABS( points[next].x - best_x ) <= 20 * dist )
H A Daflatin.c572 FT_Pos best_x = points[best_point].x; local in function:af_latin_metrics_init_blues
610 if ( FT_ABS( points[prev].x - best_x ) <= 20 * dist )
633 if ( FT_ABS( points[next].x - best_x ) <= 20 * dist )
701 if ( points[prev].x != best_x )

Completed in 15 milliseconds