Home
last modified time | relevance | path

Searched defs:weight (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/core/
Dlv_obj_style.c728 int32_t weight = -1; in get_prop_core() local
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite_tvg.cpp1365 vg_lite_float_t weight; in vg_lite_update_linear_grad() local
1674 vg_lite_float_t weight; in vg_lite_update_radial_grad() local
/lvgl-latest/src/libs/lodepng/
Dlodepng.c899 int weight; /*the sum of all weights in this chain*/ member
920 static BPMNode * bpmnode_create(BPMLists * lists, int weight, unsigned index, BPMNode * tail) in bpmnode_create()