Searched refs:INT32_MAX (Results 1 – 12 of 12) sorted by relevance
| /lvgl-latest/src/libs/thorvg/rapidjson/msinttypes/ |
| D | stdint.h | 183 #define INT32_MAX _I32_MAX macro 197 #define INT_LEAST32_MAX INT32_MAX 211 #define INT_FAST32_MAX INT32_MAX 226 # define INTPTR_MAX INT32_MAX
|
| /lvgl-latest/src/drivers/uefi/ |
| D | lv_uefi_std_wrapper.h | 79 #ifndef INT32_MAX 80 #define INT32_MAX (0x7FFFFFFF) macro
|
| /lvgl-latest/src/libs/thorvg/ |
| D | tvgScene.h | 66 RenderRegion vport = {0, 0, INT32_MAX, INT32_MAX}; 163 int32_t x1 = INT32_MAX; in bounds() 164 int32_t y1 = INT32_MAX; in bounds()
|
| D | tvgCanvas.h | 38 RenderRegion vport = {0, 0, INT32_MAX, INT32_MAX};
|
| D | tvgSwRasterTexmap.h | 94 int32_t minx = INT32_MAX, maxx = 0; 121 minx = INT32_MAX; 287 int32_t minx = INT32_MAX, maxx = 0; in _rasterBlendingPolygonImageSegment() 315 minx = INT32_MAX; in _rasterBlendingPolygonImageSegment() 464 int32_t minx = INT32_MAX, maxx = 0; in _rasterPolygonImageSegment() 497 minx = INT32_MAX; in _rasterPolygonImageSegment() 844 aaSpans->lines[i].x[0] = INT32_MAX; in _AASpans() 945 if (lines[y].x[0] == INT32_MAX) continue; in _calcAAEdge()
|
| D | tvgSwFill.cpp | 567 auto vMax = static_cast<float>(INT32_MAX >> (FIXPT_BITS + 1)); in fillLinear() 598 auto vMax = static_cast<float>(INT32_MAX >> (FIXPT_BITS + 1)); in fillLinear() 640 auto vMax = static_cast<float>(INT32_MAX >> (FIXPT_BITS + 1)); in fillLinear() 684 auto vMax = static_cast<float>(INT32_MAX >> (FIXPT_BITS + 1)); in fillLinear() 729 auto vMax = static_cast<float>(INT32_MAX >> (FIXPT_BITS + 1)); in fillLinear() 778 auto vMax = static_cast<float>(INT32_MAX >> (FIXPT_BITS + 1)); in fillLinear()
|
| /lvgl-latest/src/others/xml/ |
| D | lv_xml_utils.c | 179 if(result > (INT32_MAX - digit) / base) { in lv_xml_strtol() 180 result = (sign == 1) ? INT32_MAX : INT32_MIN; in lv_xml_strtol()
|
| /lvgl-latest/src/drivers/libinput/ |
| D | lv_libinput.c | 450 INT32_MAX); in _read_pointer() 452 INT32_MAX); in _read_pointer() 527 … hor_res) - disp->offset_x, INT32_MAX); in _read_pointer() 529 … ver_res) - disp->offset_y, INT32_MAX); in _read_pointer()
|
| /lvgl-latest/tests/makefile_uefi/ |
| D | efi.h | 115 #define INT32_MAX (0x7FFFFFFF) macro
|
| /lvgl-latest/src/widgets/chart/ |
| D | lv_chart.h | 26 #define LV_CHART_POINT_NONE (INT32_MAX)
|
| /lvgl-latest/src/libs/freetype/ |
| D | lv_freetype.c | 98 … = lv_cache_create(&lv_cache_class_lru_rb_count, sizeof(lv_freetype_cache_node_t), INT32_MAX, ops); in lv_freetype_init()
|
| /lvgl-latest/src/widgets/span/ |
| D | lv_span.c | 464 int32_t lines = spans->lines < 0 ? INT32_MAX : spans->lines; in lv_spangroup_get_expand_height()
|