Home
last modified time | relevance | path

Searched defs:tmp_buf (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/draw/sw/blend/arm2d/
Dlv_blend_arm2d.h357 uint16_t * tmp_buf = (uint16_t *)lv_malloc(dsc->dest_stride * dsc->dest_h); in lv_rgb888_blend_normal_to_rgb565_with_opa_arm2d() local
398 uint16_t * tmp_buf = (uint16_t *)lv_malloc(dsc->dest_stride * dsc->dest_h); in lv_rgb888_blend_normal_to_rgb565_with_mask_arm2d() local
444 uint16_t * tmp_buf = (uint16_t *)lv_malloc(dsc->dest_stride * dsc->dest_h); in lv_rgb888_blend_normal_to_rgb565_mix_mask_opa_arm2d() local
654 uint32_t * tmp_buf = (uint32_t *)lv_malloc(dsc->dest_stride * dsc->dest_h); in lv_rgb565_blend_normal_to_rgb888_with_opa_arm2d() local
689 uint32_t * tmp_buf = (uint32_t *)lv_malloc(dsc->dest_stride * dsc->dest_h); in lv_rgb565_blend_normal_to_rgb888_with_mask_arm2d() local
725 uint32_t * tmp_buf = (uint32_t *)lv_malloc(dsc->dest_stride * dsc->dest_h); in lv_rgb565_blend_normal_to_rgb888_mix_mask_opa_arm2d() local
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_lottie.c80 uint32_t tmp_buf[CANVAS_WIDTH_TO_STRIDE(100, 4) * 100 + LV_DRAW_BUF_ALIGN]; in test_lottie_missing_settings() local
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_img.c388 uint8_t * tmp_buf; in recolor_only() local