Home
last modified time | relevance | path

Searched refs:paint (Results 1 – 5 of 5) sorted by relevance

/bsp/nxp/imx/imxrt/libraries/drivers/vglite/elementary/src/
A Delm_draw.c116 color = (vg_lite_color_t)evo->attribute.paint.color; in draw_evo_pattern()
132 color = (vg_lite_color_t)evo->attribute.paint.color; in draw_evo_pattern()
158 ELM_PAINT_TYPE paint_type = evo->attribute.paint.type; in draw_evo()
165 memcpy(&evo->attribute.paint.grad->data.grad.matrix, in draw_evo()
166 &evo->attribute.paint.grad->data.transform.matrix, in draw_evo()
183 memcpy(&evo->attribute.paint.radgrad->data.rad_grad.matrix, in draw_evo()
184 &evo->attribute.paint.radgrad->data.transform.matrix, in draw_evo()
196 color = (vg_lite_color_t)evo->attribute.paint.color; in draw_evo()
213 pattern = (el_Obj_EBO *)(evo->attribute.paint.pattern.pattern); in draw_evo()
216 color = (vg_lite_color_t)pattern->attribute.paint.color; in draw_evo()
[all …]
A Delm_object.c451 free_grad(evo->defaultAttrib.paint.grad); in destroy_evo()
462 if (evo->defaultAttrib.paint.grad != NULL) { in destroy_evo()
464 elm_free(evo->defaultAttrib.paint.grad); in destroy_evo()
465 evo->defaultAttrib.paint.grad = NULL; in destroy_evo()
795 evo->defaultAttrib.paint.type = (ELM_PAINT_TYPE) object_data->paint_type.paint; in _load_evo()
797 switch (object_data->paint_type.paint) { in _load_evo()
1281 attrib->paint.color = defaultAttr->paint.color; in _reset_attrib()
1285 attrib->paint.type = defaultAttr->paint.type; in _reset_attrib()
1428 object->attribute.paint.color = color; in _set_color()
1539 object->attribute.paint.type = type; in _set_paintType()
[all …]
A Delm_headers.h49 uint32_t paint:28; member
A Dvelm.h190 el_Paint paint; member
A Delm_text.c239 font_attribs->text_color = text->attribute.paint.color; in draw_text()
585 evo_text->defaultAttrib.paint.type = ELM_PAINT_TEXT; in _load_text_data()
586 evo_text->defaultAttrib.paint.color = text_header->color; in _load_text_data()

Completed in 16 milliseconds