Searched refs:image_w (Results 1 – 3 of 3) sorted by relevance
819 int image_w; member
37 int image_w; member
3909 uint32_t image_w, uint32_t image_h, in compute_blit_box() argument3915 *x = MIN2(offsets[0].x, image_w - 1); in compute_blit_box()3916 *w = MIN2(offsets[1].x - offsets[0].x, image_w - offsets[0].x); in compute_blit_box()3919 *x = MIN2(offsets[1].x, image_w - 1); in compute_blit_box()3920 *w = MIN2(offsets[0].x - offsets[1].x, image_w - offsets[1].x); in compute_blit_box()