Home
last modified time | relevance | path

Searched defs:v2 (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/src/others/xml/parsers/
Dlv_xml_slider_parser.c69 int32_t v2 = lv_xml_atoi(buf_p); in lv_xml_slider_apply() local
/lvgl-latest/tests/src/test_cases/
Dtest_math.c109 uint32_t v2 = (3 * t_rem2 * t * u1) >> 20; in lv_bezier3_legacy() local
/lvgl-latest/src/libs/expat/
Dsiphash.h135 uint64_t v0, v1, v2, v3; member
/lvgl-latest/src/libs/thorvg/
DtvgPaint.cpp114 auto v2 = *pt3; in _compFastTrack() local
/lvgl-latest/src/libs/tjpgd/
Dtjpgd.c618 int32_t v0, v1, v2, v3, v4, v5, v6, v7; in block_idct() local
/lvgl-latest/src/core/
Dlv_obj_style.c435 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/
Dvg_lite_tvg.cpp73 #define LERP(v1, v2, w) ((v1) * (w) + (v2) * (1.0f - (w))) argument