Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/
Dlv_test_helpers.h23 #define CANVAS_WIDTH_TO_STRIDE(w, px_size) ((((w) * (px_size) + (LV_DRAW_BUF_STRIDE_ALIGN - 1)) / L… macro
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_lottie.c7 static uint32_t buf[CANVAS_WIDTH_TO_STRIDE(100, 4) * 100 + LV_DRAW_BUF_ALIGN];
80 uint32_t tmp_buf[CANVAS_WIDTH_TO_STRIDE(100, 4) * 100 + LV_DRAW_BUF_ALIGN]; in test_lottie_missing_settings()
/lvgl-latest/tests/src/test_cases/draw/
Dtest_draw_blend.c126 …static LV_ATTRIBUTE_MEM_ALIGN uint8_t canvas_buf[CANVAS_WIDTH_TO_STRIDE(180, 4) * 180 + LV_DRAW_BU… in canvas_draw()
128 static uint8_t canvas2_buf[CANVAS_WIDTH_TO_STRIDE(768, 4) * 390 + LV_DRAW_BUF_ALIGN]; in canvas_draw()