Home
last modified time | relevance | path

Searched defs:v1 (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/src/others/xml/parsers/
Dlv_xml_slider_parser.c68 int32_t v1 = lv_xml_atoi(lv_xml_split_str(&buf_p, ' ')); in lv_xml_slider_apply() local
/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Ditoa.h180 const uint32_t v1 = static_cast<uint32_t>(value % kTen8); in u64toa() local
253 const uint32_t v1 = static_cast<uint32_t>(value % kTen8); in u64toa() local
/lvgl-latest/tests/src/test_cases/
Dtest_math.c108 uint32_t v1 = (t_rem3 * u0) >> 10; 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.cpp113 auto v1 = *pt1; 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.c433 lv_style_value_t v1 = 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