/lvgl-latest/src/misc/ |
D | lv_style_gen.h | 137 #define LV_STYLE_CONST_WIDTH(val) \ argument 142 #define LV_STYLE_CONST_MIN_WIDTH(val) \ argument 147 #define LV_STYLE_CONST_MAX_WIDTH(val) \ argument 152 #define LV_STYLE_CONST_HEIGHT(val) \ argument 157 #define LV_STYLE_CONST_MIN_HEIGHT(val) \ argument 162 #define LV_STYLE_CONST_MAX_HEIGHT(val) \ argument 167 #define LV_STYLE_CONST_LENGTH(val) \ argument 172 #define LV_STYLE_CONST_X(val) \ argument 177 #define LV_STYLE_CONST_Y(val) \ argument 182 #define LV_STYLE_CONST_ALIGN(val) \ argument [all …]
|
D | lv_math.h | 167 #define LV_CLAMP(min, val, max) (LV_MAX(min, (LV_MIN(val, max)))) argument
|
/lvgl-latest/src/libs/thorvg/rapidjson/msinttypes/ |
D | stdint.h | 65 #define INT8_C(val) val##i8 argument 66 #define INT16_C(val) val##i16 argument 67 #define INT32_C(val) val##i32 argument 68 #define INT64_C(val) val##i64 argument 70 #define UINT8_C(val) val##ui8 argument 71 #define UINT16_C(val) val##ui16 argument 72 #define UINT32_C(val) val##ui32 argument 73 #define UINT64_C(val) val##ui64 argument 276 #define INT8_C(val) val##i8 argument 277 #define INT16_C(val) val##i16 argument [all …]
|
/lvgl-latest/demos/ebike/translations/ |
D | lv_i18n.c | 13 static inline uint32_t op_n(int32_t val) in op_n() 18 static inline uint32_t op_i(uint32_t val) in op_i() 24 static inline uint32_t op_v(uint32_t val) in op_v() 30 static inline uint32_t op_w(uint32_t val) in op_w() 35 static inline uint32_t op_f(uint32_t val) in op_f() 41 static inline uint32_t op_t(uint32_t val) in op_t()
|
/lvgl-latest/src/libs/svg/ |
D | lv_svg_parser.c | 444 static const char * _parse_number(const char * str, const char * str_end, float * val) in _parse_number() 463 static const char * _parse_length(const char * str, const char * str_end, int32_t dpi, float * val) in _parse_length() 502 static const char * _parse_color(const char * str, const char * str_end, uint32_t * val) in _parse_color() 1176 int32_t val = 0; in _process_gradient_units() local 1224 float * val = (float *)(&list->data) + count; in _process_paint_dasharray() local 1288 int32_t val = 0; in _process_paint_attrs() local 1298 int32_t val = 0; in _process_paint_attrs() local 1311 int32_t val = 0; in _process_paint_attrs() local 1324 float val = 1.0f; in _process_paint_attrs() local 1332 float val = 4.0f; in _process_paint_attrs() local [all …]
|
D | lv_svg.h | 240 void * val; member
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwRasterNeon.h | 46 static void neonRasterGrayscale8(uint8_t* dst, uint8_t val, uint32_t offset, int32_t len) in neonRasterGrayscale8() 68 static void neonRasterPixel32(uint32_t *dst, uint32_t val, uint32_t offset, int32_t len) in neonRasterPixel32()
|
D | tvgStr.cpp | 69 auto val = 0.0f; in strToFloat() local
|
D | tvgLottieParser.cpp | 279 void LottieParser::getValue(int8_t& val) in getValue() 292 void LottieParser::getValue(uint8_t& val) in getValue() 305 void LottieParser::getValue(float& val) in getValue() 329 auto val = getFloat(); in getValue() local 344 auto val = getFloat(); in getValue() local 1212 void LottieParser::getLayerSize(float& val) in getLayerSize()
|
D | tvgSwRasterAvx.h | 68 static void avxRasterGrayscale8(uint8_t* dst, uint8_t val, uint32_t offset, int32_t len) in avxRasterGrayscale8() 85 static void avxRasterPixel32(uint32_t *dst, uint32_t val, uint32_t offset, int32_t len) in avxRasterPixel32()
|
D | tvgCanvas.h | 144 RenderRegion val = {x, y, w, h}; in viewport() local
|
D | tvgLottieCommon.h | 77 static inline int32_t REMAP255(float val) in REMAP255()
|
D | tvgLottieParserHandler.h | 74 Value val; member
|
D | tvgSwRasterC.h | 27 static void inline cRasterPixels(PIXEL_T* dst, PIXEL_T val, uint32_t offset, int32_t len) in cRasterPixels()
|
D | tvgXmlParser.cpp | 475 char* val; in simpleXmlParseW3CAttribute() local
|
D | tvgSwCommon.h | 43 static inline float TO_FLOAT(SwCoord val) in TO_FLOAT() 295 static inline SwCoord TO_SWCOORD(float val) in TO_SWCOORD()
|
/lvgl-latest/libs/nema_gfx/include/ |
D | nema_math.h | 172 #define nema_clamp(val, min, max) nema_min2((max), nema_max2((min), (val))) argument
|
/lvgl-latest/examples/widgets/menu/ |
D | lv_example_menu_5.c | 175 int32_t val) in create_slider()
|
/lvgl-latest/scripts/ |
D | LVGLImage.py | 22 def uint8_t(val) -> bytes: argument 26 def uint16_t(val) -> bytes: argument 30 def uint24_t(val) -> bytes: argument 34 def uint32_t(val) -> bytes: argument
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_smart_meter.c | 228 static void widget1_open_part1_anim_cb(void * arg, int32_t val) in widget1_open_part1_anim_cb() 253 static void widget1_open_part2_anim_cb(void * arg, int32_t val) in widget1_open_part2_anim_cb()
|
D | lv_demo_high_res_util.c | 605 int32_t val = lv_subject_get_int(temperature_subject); in label_text_temperature_cb() local
|
D | lv_demo_high_res_app_thermostat.c | 236 int32_t val = lv_slider_get_value(slider); in widget2_slider_changed_cb() local
|
/lvgl-latest/src/libs/qrcode/ |
D | qrcodegen.c | 190 testable void appendBitsToBuffer(unsigned int val, int numBits, uint8_t buffer[], int * bitLen) in appendBitsToBuffer() 662 bool val = getModule(qrcode, x, y); in applyMask() local
|
/lvgl-latest/src/libs/tjpgd/ |
D | tjpgd.c | 118 static uint8_t BYTECLIP(int val) in BYTECLIP()
|
/lvgl-latest/src/libs/lz4/ |
D | lz4.c | 406 U16 val; LZ4_memcpy(&val, memPtr, sizeof(val)); return val; in LZ4_read16() local 411 U32 val; LZ4_memcpy(&val, memPtr, sizeof(val)); return val; in LZ4_read32() local 416 reg_t val; LZ4_memcpy(&val, memPtr, sizeof(val)); return val; in LZ4_read_ARCH() local 569 static unsigned LZ4_NbCommonBytes (reg_t val) in LZ4_NbCommonBytes()
|