Lines Matching refs:srcRect
609 blit->body.srcRect.left = 0;
610 blit->body.srcRect.top = 0;
611 blit->body.srcRect.right = 0;
612 blit->body.srcRect.bottom = 0;
669 blit->body.srcRect.left = src_bb.x1;
670 blit->body.srcRect.top = src_bb.y1;
671 blit->body.srcRect.right = src_bb.x2;
672 blit->body.srcRect.bottom = src_bb.y2;
1055 cmd->body.srcRect.left = sdirty->left + trans_x;
1056 cmd->body.srcRect.right = sdirty->right + trans_x;
1057 cmd->body.srcRect.top = sdirty->top + trans_y;
1058 cmd->body.srcRect.bottom = sdirty->bottom + trans_y;
1330 blit->body.srcRect.left = dirty->unit_x1;
1331 blit->body.srcRect.top = dirty->unit_y1;
1332 blit->body.srcRect.right = dirty->unit_x2;
1333 blit->body.srcRect.bottom = dirty->unit_y2;