Lines Matching defs:rect
452 struct drm_rect *rect)
454 unsigned int x = rect->x1;
455 unsigned int y = rect->y1;
458 unsigned int width = drm_rect_width(rect);
459 unsigned int height = drm_rect_height(rect);
599 struct drm_rect *rect)
611 rect->y1 = round_down(rect->y1, page_height);
612 rect->y2 = min_t(unsigned int, round_up(rect->y2, page_height), ssd130x->height);
614 dst_pitch = DIV_ROUND_UP(drm_rect_width(rect), 8);
621 drm_fb_xrgb8888_to_mono(&dst, &dst_pitch, vmap, fb, rect);
625 ssd130x_update_rect(ssd130x, ssd130x_state, rect);