Searched refs:weight (Results 1 – 11 of 11) sorted by relevance
/lvgl-3.5.0/demos/benchmark/ |
D | lv_demo_benchmark.c | 63 uint8_t weight; member 573 {.name = "Rectangle", .weight = 30, .create_cb = rectangle_cb}, 574 {.name = "Rectangle rounded", .weight = 20, .create_cb = rectangle_rounded_cb}, 575 {.name = "Circle", .weight = 10, .create_cb = rectangle_circle_cb}, 576 {.name = "Border", .weight = 20, .create_cb = border_cb}, 577 {.name = "Border rounded", .weight = 30, .create_cb = border_rounded_cb}, 578 {.name = "Circle border", .weight = 10, .create_cb = border_circle_cb}, 579 {.name = "Border top", .weight = 3, .create_cb = border_top_cb}, 580 {.name = "Border left", .weight = 3, .create_cb = border_left_cb}, 581 {.name = "Border top + left", .weight = 3, .create_cb = border_top_left_cb}, [all …]
|
D | README.md | 124 In this, the result of the more common cases are taken into account with a higher weight.
|
/lvgl-3.5.0/src/extra/libs/freetype/ |
D | lv_freetype.h | 36 uint16_t weight; /* font size */ member
|
D | lv_freetype.c | 364 dsc->height = info->weight; in lv_ft_font_init_cache() 371 scaler.width = info->weight; in lv_ft_font_init_cache() 372 scaler.height = info->weight; in lv_ft_font_init_cache() 545 dsc->height = info->weight; in lv_ft_font_init_nocache() 577 FT_Set_Pixel_Sizes(face, 0, info->weight); in lv_ft_font_init_nocache()
|
/lvgl-3.5.0/examples/libs/freetype/ |
D | lv_example_freetype_1.py | 8 info.weight = 24
|
D | lv_example_freetype_1.c | 14 info.weight = 24; in lv_example_freetype_1()
|
/lvgl-3.5.0/src/core/ |
D | lv_obj_style.c | 575 int32_t weight = -1; in get_prop_core() local 613 if(state_act <= weight) continue; in get_prop_core() 622 if(weight < state_act) { in get_prop_core() 623 weight = state_act; in get_prop_core() 632 if(weight >= 0) { in get_prop_core()
|
/lvgl-3.5.0/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-3.5.0/src/extra/libs/png/ |
D | lodepng.c | 868 int weight; /*the sum of all weights in this chain*/ member 889 static BPMNode* bpmnode_create(BPMLists* lists, int weight, unsigned index, BPMNode* tail) { in bpmnode_create() argument 911 result->weight = weight; in bpmnode_create() 930 if(i < q && (j >= r || a[i].weight <= a[j].weight)) b[k] = a[i++]; in bpmnode_sort() 947 lists->chains1[c] = bpmnode_create(lists, leaves[lastindex].weight, lastindex + 1, 0); in boundaryPM() 950 int sum = lists->chains0[c - 1]->weight + lists->chains1[c - 1]->weight; in boundaryPM() 952 if(lastindex < numpresent && sum > leaves[lastindex].weight) { in boundaryPM() 953 …lists->chains1[c] = bpmnode_create(lists, leaves[lastindex].weight, lastindex + 1, lists->chains1[… in boundaryPM() 981 leaves[numpresent].weight = (int)frequencies[i]; in lodepng_huffman_code_lengths() 1018 bpmnode_create(&lists, leaves[0].weight, 1, 0); in lodepng_huffman_code_lengths() [all …]
|
/lvgl-3.5.0/docs/widgets/core/ |
D | img.md | 31 …ording to the *font* specified in the style. It enables to use of light-weight monochrome "letter…
|