Home
last modified time | relevance | path

Searched defs:val (Results 1 – 10 of 10) sorted by relevance

/lvgl-latest/src/misc/
Dlv_style_gen.h87 #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 …]
Dlv_math.h129 #define LV_CLAMP(min, val, max) (LV_MAX(min, (LV_MIN(val, max)))) argument
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.py85 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/
Dlv_example_menu_5.c172 int32_t val) in create_slider()
/lvgl-latest/src/font/
Dlv_font_fmt_txt.c469 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/
Dqrcodegen.c184 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/
Dtjpgd.c117 static uint8_t BYTECLIP (int val) in BYTECLIP()
/lvgl-latest/src/widgets/
Dlv_arc.c206 int16_t val = arc->value; in lv_arc_set_mode() local
/lvgl-latest/src/extra/libs/png/
Dlodepng.c1497 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/
Dstb_truetype_htcw.h5014 float val; local