/AliOS-Things-master/components/SDL2/src/core/alios/ |
A D | SDL_evdev.c | 300 item->touchscreen_data->min_x = abs_info.minimum; in SDL_EVDEV_init_touchscreen() 302 item->touchscreen_data->range_x = abs_info.maximum - abs_info.minimum; in SDL_EVDEV_init_touchscreen() 310 item->touchscreen_data->min_y = abs_info.minimum; in SDL_EVDEV_init_touchscreen() 312 item->touchscreen_data->range_y = abs_info.maximum - abs_info.minimum; in SDL_EVDEV_init_touchscreen() 320 item->touchscreen_data->min_pressure = abs_info.minimum; in SDL_EVDEV_init_touchscreen() 322 item->touchscreen_data->range_pressure = abs_info.maximum - abs_info.minimum; in SDL_EVDEV_init_touchscreen()
|
/AliOS-Things-master/components/freetype/include/ |
A D | ftmm.h | 76 FT_Long minimum; member 144 FT_Fixed minimum; member
|
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_evdev.c | 519 item->touchscreen_data->min_x = abs_info.minimum; in SDL_EVDEV_init_touchscreen() 521 item->touchscreen_data->range_x = abs_info.maximum - abs_info.minimum; in SDL_EVDEV_init_touchscreen() 529 item->touchscreen_data->min_y = abs_info.minimum; in SDL_EVDEV_init_touchscreen() 531 item->touchscreen_data->range_y = abs_info.maximum - abs_info.minimum; in SDL_EVDEV_init_touchscreen() 539 item->touchscreen_data->min_pressure = abs_info.minimum; in SDL_EVDEV_init_touchscreen() 541 item->touchscreen_data->range_pressure = abs_info.maximum - abs_info.minimum; in SDL_EVDEV_init_touchscreen()
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/pkg-support/resources/ |
A D | ReadMe.txt | 22 Switched to 10.4 minimum requirement.
|
/AliOS-Things-master/components/SDL2/src/joystick/linux/ |
A D | SDL_sysjoystick.c | 716 absinfo.value, absinfo.minimum, absinfo.maximum, in ConfigJoystick() 721 if (absinfo.minimum == absinfo.maximum) { in ConfigJoystick() 726 (absinfo.maximum + absinfo.minimum) - 2 * absinfo.flat; in ConfigJoystick() 728 (absinfo.maximum + absinfo.minimum) + 2 * absinfo.flat; in ConfigJoystick() 729 t = ((absinfo.maximum - absinfo.minimum) - 4 * absinfo.flat); in ConfigJoystick() 751 absinfo.value, absinfo.minimum, absinfo.maximum, in ConfigJoystick()
|
/AliOS-Things-master/components/freetype/src/gxvalid/ |
A D | gxvkern.c | 644 FT_Bool minimum; in gxv_kern_coverage_classic_microsoft_validate() local 658 minimum = FT_BOOL( ( coverage >> 1 ) & 1 ); in gxv_kern_coverage_classic_microsoft_validate() 668 horizontal, minimum, cross_stream, override, *format )); in gxv_kern_coverage_classic_microsoft_validate()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | AUTHORS | 18 - Martin Olsson (mnemo at minimum dot se)
|
A D | README | 460 -kmin <int> .......... minimum number of frame between key-frames 532 -min_psnr <float> ... minimum per-frame PSNR
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/ |
A D | jsbignum.texi | 127 an implementation specific minimum and maximum. 208 Getter. Return the minimum, maximum and epsilon @code{BigFloat} values 290 the global precision. It is then converted to string using the minimum 358 Read-only integer. Return the minimum allowed precision. Must be at least 2. 364 Read-only integer. Return the minimum allowed exponent size in
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttgxvar.c | 745 a->minimum = axis_rec.minValue; /* A Fixed */ in TT_Get_MM_Var() 1023 if ( coords[i] > a->maximum || coords[i] < a->minimum ) in TT_Set_Var_Design() 1030 normalized[i] = -FT_DivFix( coords[i] - a->def, a->minimum - a->def ); in TT_Set_Var_Design()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | HOWTO-RELEASE | 50 please follow the rules listed in configure.ac. At a bare minimum,
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1load.c | 213 axis->minimum = map->design_points[0]; in T1_Get_Multi_Master() 331 mmvar->axis[i].minimum = INT_TO_FIXED( mmaster.axis[i].minimum); in T1_Get_MM_Var() 333 mmvar->axis[i].def = ( mmvar->axis[i].minimum + in T1_Get_MM_Var()
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | Kconfig | 46 wasted space. The minimum of 73 has been taken for LE SC which has 339 Maximum number of paired Bluetooth devices. The minimum (and 552 supported. The minimum (and default) number is 1.
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/ |
A D | Kconfig | 187 the 96 hour minimum gets split into. After each interval the 216 be set to a multiple of 12 to avoid wasted memory. The minimum 313 the minimum number of maximum size Lower Transport PDUs that
|
/AliOS-Things-master/components/SDL2/acinclude/ |
A D | esd.m4 | 108 …printf("\n*** 'esd-config --version' returned %d.%d.%d, but the minimum version\n", $esd_major_ver…
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/ |
A D | FreeRTOS.h | 197 #error configMAX_TASK_NAME_LEN must be set to a minimum of 1 in FreeRTOSConfig.h
|
/AliOS-Things-master/components/SDL2/src/image/acinclude/ |
A D | sdl2.m4 | 130 …printf("\n*** 'sdl2-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_ve…
|
/AliOS-Things-master/components/SDL2/ |
A D | sdl2.m4 | 159 …printf("\n*** 'sdl2-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_ve…
|
/AliOS-Things-master/components/py_engine/engine/ |
A D | README.md | 47 - ports/bare-arm/ -- a bare minimum version of MicroPython for ARM MCUs. Used
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | uncrustify.cfg | 502 # Add or remove space between return type and function name. A minimum of 1 1288 # reach this minimum indent. 1407 # The minimum number of newlines at the start of the file (only used if 1414 # The minimum number of newlines at the end of the file (only used if 2078 # The minimum number of newlines before a multi-line comment. 2082 # The minimum number of newlines before a single-line C comment. 2086 # The minimum number of newlines before a CPP comment. 2445 # The minimum space between the type and the synonym of a typedef. 2546 # The minimum space between label and value of a preprocessor define. 2645 # bigger as the first_len minimum.
|
/AliOS-Things-master/components/SDL2/src/image/debian/ |
A D | changelog | 169 * Updated minimum shlibs version to 1.2.5
|
/AliOS-Things-master/components/SDL2/test/ |
A D | acinclude.m4 | 130 …printf("\n*** 'sdl2-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_ve…
|
/AliOS-Things-master/components/SDL2/src/audio/coreaudio/ |
A D | SDL_coreaudio.m | 891 /* Make sure we can feed the device a minimum amount of time */ 895 /* Older iOS hardware, use 40 ms as a minimum time */
|
/AliOS-Things-master/components/mbedtls/ |
A D | README.mbedtls.md | 28 We intentionally only use a minimum of functionality in the makefiles in order to keep them as simp…
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | usage.txt | 466 -maxmemory value, even -maxmemory 0 to use the absolute minimum space. You 687 the minimum amount of code required to parse a JPEG file header correctly.
|