Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/nxp/pxp/
Dlv_draw_buf_pxp.c86 uint16_t align_pixels = align_bytes * 8 / bits_per_pixel; in _invalidate_cache() local
89 if(area->x1 >= (int32_t)(area->x1 % align_pixels)) { in _invalidate_cache()
90 uint16_t shift_x = area->x1 - (area->x1 % align_pixels); in _invalidate_cache()
/lvgl-latest/src/draw/nxp/vglite/
Dlv_draw_buf_vglite.c91 uint16_t align_pixels = align_bytes * 8 / bits_per_pixel; in _invalidate_cache() local
94 if(area->x1 >= (int32_t)(area->x1 % align_pixels)) { in _invalidate_cache()
95 uint16_t shift_x = area->x1 - (area->x1 % align_pixels); in _invalidate_cache()
Dlv_draw_vglite_img.c219 uint16_t align_pixels = align_bytes * 8 / bits_per_pixel; in _move_buf_close_to_area() local
221 if(area->x1 >= (int32_t)(area->x1 % align_pixels)) { in _move_buf_close_to_area()
222 uint16_t shift_x = area->x1 - (area->x1 % align_pixels); in _move_buf_close_to_area()