Home
last modified time | relevance | path

Searched refs:solid (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/docs/_static/css/
Dcustom.css2 border: 1px solid #bbb;
151 border: 1px solid #e1e4e5;
Dfontawesome.min.css5 …e;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius…
/lvgl-latest/src/libs/svg/
Dlv_svg_render.c336 lv_svg_render_solid_t * solid = (lv_svg_render_solid_t *)obj; in _set_solid_attr() local
339 solid->color = lv_color_hex(attr->value.uval); in _set_solid_attr()
342 solid->opacity = attr->value.fval; in _set_solid_attr()
884 lv_svg_render_solid_t * solid = (lv_svg_render_solid_t *)obj; in _set_solid_ref() local
887 dsc->fill_dsc.color = lv_color_to_32(solid->color, 0xFF); in _set_solid_ref()
888 dsc->fill_dsc.opa = (lv_opa_t)(solid->opacity * 255.0f); in _set_solid_ref()
892 dsc->stroke_dsc.color = lv_color_to_32(solid->color, 0xFF); in _set_solid_ref()
893 dsc->stroke_dsc.opa = (lv_opa_t)(solid->opacity * 255.0f); in _set_solid_ref()
1932 lv_svg_render_solid_t * solid = lv_malloc_zeroed(sizeof(lv_svg_render_solid_t)); in _lv_svg_render_create() local
1933 LV_ASSERT_MALLOC(solid); in _lv_svg_render_create()
[all …]
/lvgl-latest/src/libs/thorvg/
DtvgSwFill.cpp131 if (fill->solid) return true; in _updateColorTable()
224 fill->solid = true; in _prepareLinear()
268 fill->solid = true; in _prepareRadial()
847 if (!fill->solid) return nullptr; in fillFetchSolid()
864 fill->solid = false; in fillReset()
DtvgSwCommon.h159 bool solid = false; //solid color fill with the last color from colorStops member
/lvgl-latest/docs/
DROADMAP.rst129 - |uncheck| SW: Arc drawing from small squares (16x16?) to detect transparent or solid parts
130 …eck| SW: Rounded rectangle drawing from small squares (16x16?) to detect transparent or solid parts
/lvgl-latest/docs/details/base-widget/
Dobj.rst399 solid background for its children. If this is not the case (opacity <
401 opacity is also not :cpp:enumerator:`LV_OPA_COVER` LVGL will have no solid background
/lvgl-latest/
DREADME.md444 LVGL LLC was established to provide a solid background for LVGL library and to offer several type o…