Searched refs:weight (Results 1 – 7 of 7) sorted by relevance
| /lvgl-latest/src/others/vg_lite_tvg/ |
| D | vg_lite_tvg.cpp | 1365 vg_lite_float_t weight; in vg_lite_update_linear_grad() local 1380 weight = 1.0f; in vg_lite_update_linear_grad() 1395 weight = (color_ramp[stop].stop - gradient) in vg_lite_update_linear_grad() 1424 color[3] = LERP(color1[3], color2[3], weight); in vg_lite_update_linear_grad() 1425 color[2] = LERP(color1[2], color2[2], weight); in vg_lite_update_linear_grad() 1426 color[1] = LERP(color1[1], color2[1], weight); in vg_lite_update_linear_grad() 1427 color[0] = LERP(color1[0], color2[0], weight); in vg_lite_update_linear_grad() 1674 vg_lite_float_t weight; in vg_lite_update_radial_grad() local 1687 weight = 1.0f; in vg_lite_update_radial_grad() 1699 weight = (colorRamp[stop].stop - gradient) in vg_lite_update_radial_grad() [all …]
|
| /lvgl-latest/docs/_static/css/ |
| D | custom.css | 29 font-weight: bold;
|
| D | fontawesome.min.css | 5 …re{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-h…
|
| /lvgl-latest/src/core/ |
| D | lv_obj_style.c | 728 int32_t weight = -1; in get_prop_core() local 758 if(state_act <= weight) continue; in get_prop_core() 765 weight = state_act; in get_prop_core() 769 if(weight >= 0) return LV_STYLE_RES_FOUND; in get_prop_core()
|
| /lvgl-latest/src/libs/lodepng/ |
| D | lodepng.c | 899 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() argument 943 result->weight = weight; in bpmnode_create() 963 if(i < q && (j >= r || a[i].weight <= a[j].weight)) b[k] = a[i++]; in bpmnode_sort() 981 lists->chains1[c] = bpmnode_create(lists, leaves[lastindex].weight, lastindex + 1, 0); in boundaryPM() 985 int sum = lists->chains0[c - 1]->weight + lists->chains1[c - 1]->weight; in boundaryPM() 987 if(lastindex < numpresent && sum > leaves[lastindex].weight) { in boundaryPM() 988 …lists->chains1[c] = bpmnode_create(lists, leaves[lastindex].weight, lastindex + 1, lists->chains1[… in boundaryPM() 1017 leaves[numpresent].weight = (int)frequencies[i]; in lodepng_huffman_code_lengths() 1056 bpmnode_create(&lists, leaves[0].weight, 1, 0); in lodepng_huffman_code_lengths() [all …]
|
| /lvgl-latest/docs/details/main-components/ |
| D | image.rst | 544 the *weight* value in the cache entry in 545 ``cache_entry->weight = time_ms`` to give a higher or lower value. (Leave 550 *weight* values to make them older.
|
| /lvgl-latest/docs/details/widgets/ |
| D | image.rst | 56 specified in the style. It enables the use of light-weight monochrome
|