Searched refs:max_y (Results 1 – 5 of 5) sorted by relevance
436 int max_x = 0, max_y = 0; in GetAdjustedCanvasSize() local451 if (max_y_pos > max_y) max_y = max_y_pos; in GetAdjustedCanvasSize()454 *height = max_y; in GetAdjustedCanvasSize()
311 item->touchscreen_data->max_y = abs_info.maximum; in SDL_EVDEV_init_touchscreen()
77 int min_y, max_y, range_y; member530 item->touchscreen_data->max_y = abs_info.maximum; in SDL_EVDEV_init_touchscreen()
1807 TPos volatile min, max, max_y; in gray_convert_glyph() local1840 max_y = ras.max_ey; in gray_convert_glyph()1845 if ( n == num_bands - 1 || max > max_y ) in gray_convert_glyph()1846 max = max_y; in gray_convert_glyph()
310 const int max_y = GetMin(tile_size, height - start_y); in GetBestPredictorForTile() local358 for (relative_y = 0; relative_y < max_y; ++relative_y) { in GetBestPredictorForTile()
Completed in 15 milliseconds