Searched refs:align_pixels (Results 1 – 3 of 3) sorted by relevance
86 uint16_t align_pixels = align_bytes * 8 / bits_per_pixel; in _invalidate_cache() local89 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()
91 uint16_t align_pixels = align_bytes * 8 / bits_per_pixel; in _invalidate_cache() local94 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()
219 uint16_t align_pixels = align_bytes * 8 / bits_per_pixel; in _move_buf_close_to_area() local221 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()