Home
last modified time | relevance | path

Searched refs:ebo (Results 1 – 2 of 2) sorted by relevance

/bsp/nxp/imx/imxrt/libraries/drivers/vglite/elementary/src/
A Delm_object.c523 if ( ebo != NULL && ebo->data.buffer.handle != NULL) { in destroy_ebo()
526 elm_free(ebo); in destroy_ebo()
1017 ebo->attribute = ebo->defaultAttrib; in _load_ebo()
1025 if (ebo != NULL ) { in _load_ebo()
1026 elm_free(ebo); in _load_ebo()
1138 el_Obj_EBO *ebo = NULL; in _scale() local
1195 el_Obj_EBO *ebo = NULL; in _reset_attrib() local
1299 el_Obj_EBO *ebo = NULL; in _set_quality() local
1358 el_Obj_EBO *ebo = NULL; in _set_blend() local
1552 el_Obj_EBO *ebo = NULL; in _rotate() local
[all …]
A Delm_draw.c243 vg_lite_buffer_t *image_buffer = &ebo->data.buffer; in draw_ebo()
244 vg_lite_blend_t blend = (vg_lite_blend_t)ebo->attribute.blend; in draw_ebo()
245 vg_lite_color_t color = ebo->attribute.paint.color; in draw_ebo()
246 vg_lite_filter_t filter = quality_to_filter(ebo->attribute.quality); in draw_ebo()
250 vg_lite_set_CLUT(ebo->clut_count, ebo->clut); in draw_ebo()
410 el_Obj_EBO *ebo; in ElmDraw() local
413 ebo = (el_Obj_EBO *)elm_ebo; in ElmDraw()
416 error = draw_ebo(buff, ebo, &mat); in ElmDraw()
452 el_Obj_EBO *ebo = (el_Obj_EBO *)elm; in ElmDraw() local
453 memcpy(&mat, &(ebo->attribute.transform.matrix), sizeof(mat)); in ElmDraw()
[all …]

Completed in 12 milliseconds