Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/sw/blend/
Dlv_draw_sw_blend_to_argb8888.c668 lv_result_t accelerated; in rgb565_image_blend() local
670 accelerated = LV_DRAW_SW_RGB565_BLEND_NORMAL_TO_ARGB8888(dsc); in rgb565_image_blend()
673 accelerated = LV_DRAW_SW_RGB565_BLEND_NORMAL_TO_ARGB8888_WITH_OPA(dsc); in rgb565_image_blend()
675 if(LV_RESULT_INVALID == accelerated) { in rgb565_image_blend()