Home | History | Annotate | Download | only in mga

Lines Matching defs:pbox

490 	struct drm_clip_rect *pbox = sarea_priv->boxes;
505 struct drm_clip_rect *box = &pbox[i];
578 struct drm_clip_rect *pbox = sarea_priv->boxes;
603 struct drm_clip_rect *box = &pbox[i];
776 struct drm_clip_rect *pbox = sarea_priv->boxes;
798 int srcx = pbox[i].x1 + blit->delta_sx;
799 int srcy = pbox[i].y1 + blit->delta_sy;
800 int dstx = pbox[i].x1 + blit->delta_dx;
801 int dsty = pbox[i].y1 + blit->delta_dy;
802 int h = pbox[i].y2 - pbox[i].y1;
803 int w = pbox[i].x2 - pbox[i].x1 - 1;