Home
last modified time | relevance | path

Searched refs:max_y (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/
A Dmuxedit.c436 int max_x = 0, max_y = 0; in GetAdjustedCanvasSize() local
451 if (max_y_pos > max_y) max_y = max_y_pos; in GetAdjustedCanvasSize()
454 *height = max_y; in GetAdjustedCanvasSize()
/AliOS-Things-master/components/SDL2/src/core/alios/
A DSDL_evdev.c311 item->touchscreen_data->max_y = abs_info.maximum; in SDL_EVDEV_init_touchscreen()
/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_evdev.c77 int min_y, max_y, range_y; member
530 item->touchscreen_data->max_y = abs_info.maximum; in SDL_EVDEV_init_touchscreen()
/AliOS-Things-master/components/freetype/src/smooth/
A Dftgrays.c1807 TPos volatile min, max, max_y; in gray_convert_glyph() local
1840 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()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpredictor_enc.c310 const int max_y = GetMin(tile_size, height - start_y); in GetBestPredictorForTile() local
358 for (relative_y = 0; relative_y < max_y; ++relative_y) { in GetBestPredictorForTile()

Completed in 15 milliseconds