Searched defs:val (Results 1 – 10 of 10) sorted by relevance
/lvgl-latest/src/misc/ |
D | lv_style_gen.h | 87 #define LV_STYLE_CONST_WIDTH(val) \ argument 92 #define LV_STYLE_CONST_MIN_WIDTH(val) \ argument 97 #define LV_STYLE_CONST_MAX_WIDTH(val) \ argument 102 #define LV_STYLE_CONST_HEIGHT(val) \ argument 107 #define LV_STYLE_CONST_MIN_HEIGHT(val) \ argument 112 #define LV_STYLE_CONST_MAX_HEIGHT(val) \ argument 117 #define LV_STYLE_CONST_X(val) \ argument 122 #define LV_STYLE_CONST_Y(val) \ argument 127 #define LV_STYLE_CONST_ALIGN(val) \ argument 132 #define LV_STYLE_CONST_TRANSFORM_WIDTH(val) \ argument [all …]
|
D | lv_math.h | 129 #define LV_CLAMP(min, val, max) (LV_MAX(min, (LV_MIN(val, max)))) argument
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.py | 85 def gauge_anim(a,gauge,val): argument 121 def anim_phase1(a,arc,val): argument 127 def anim_phase2(a,arc,val): argument
|
/lvgl-latest/examples/widgets/menu/ |
D | lv_example_menu_5.c | 172 int32_t val) in create_slider()
|
/lvgl-latest/src/font/ |
D | lv_font_fmt_txt.c | 469 static inline void bits_write(uint8_t * out, uint32_t bit_pos, uint8_t val, uint8_t len) in bits_write()
|
/lvgl-latest/src/extra/libs/qrcode/ |
D | qrcodegen.c | 184 testable void appendBitsToBuffer(unsigned int val, int numBits, uint8_t buffer[], int *bitLen) { in appendBitsToBuffer() 622 bool val = getModule(qrcode, x, y); in applyMask() local
|
/lvgl-latest/src/extra/libs/sjpg/ |
D | tjpgd.c | 117 static uint8_t BYTECLIP (int val) in BYTECLIP()
|
/lvgl-latest/src/widgets/ |
D | lv_arc.c | 206 int16_t val = arc->value; in lv_arc_set_mode() local
|
/lvgl-latest/src/extra/libs/png/ |
D | lodepng.c | 1497 int* val; /*circular pos to hash value*/ member 1785 unsigned val = lz77_encoded->data[i]; in writeLZ77data() local
|
/lvgl-latest/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 5014 float val; local
|