Searched refs:solid (Results 1 – 8 of 8) sorted by relevance
2 border: 1px solid #bbb;151 border: 1px solid #e1e4e5;
5 …e;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius…
336 lv_svg_render_solid_t * solid = (lv_svg_render_solid_t *)obj; in _set_solid_attr() local339 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() local887 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() local1933 LV_ASSERT_MALLOC(solid); in _lv_svg_render_create()[all …]
131 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()
159 bool solid = false; //solid color fill with the last color from colorStops member
129 - |uncheck| SW: Arc drawing from small squares (16x16?) to detect transparent or solid parts130 …eck| SW: Rounded rectangle drawing from small squares (16x16?) to detect transparent or solid parts
399 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
444 LVGL LLC was established to provide a solid background for LVGL library and to offer several type o…