Searched defs:v2 (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/src/others/xml/parsers/ |
D | lv_xml_slider_parser.c | 69 int32_t v2 = lv_xml_atoi(buf_p); in lv_xml_slider_apply() local
|
/lvgl-latest/tests/src/test_cases/ |
D | test_math.c | 109 uint32_t v2 = (3 * t_rem2 * t * u1) >> 20; in lv_bezier3_legacy() local
|
/lvgl-latest/src/libs/expat/ |
D | siphash.h | 135 uint64_t v0, v1, v2, v3; member
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgPaint.cpp | 114 auto v2 = *pt3; in _compFastTrack() local
|
/lvgl-latest/src/libs/tjpgd/ |
D | tjpgd.c | 618 int32_t v0, v1, v2, v3, v4, v5, v6, v7; in block_idct() local
|
/lvgl-latest/src/core/ |
D | lv_obj_style.c | 435 lv_style_value_t v2 = lv_obj_get_style_prop(obj, part, tr_dsc->prop); in lv_obj_style_create_transition() local
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite_tvg.cpp | 73 #define LERP(v1, v2, w) ((v1) * (w) + (v2) * (1.0f - (w))) argument
|