Lines Matching refs:srcRect
600 blit->body.srcRect.left = 0;
601 blit->body.srcRect.top = 0;
602 blit->body.srcRect.right = 0;
603 blit->body.srcRect.bottom = 0;
660 blit->body.srcRect.left = src_bb.x1;
661 blit->body.srcRect.top = src_bb.y1;
662 blit->body.srcRect.right = src_bb.x2;
663 blit->body.srcRect.bottom = src_bb.y2;
1018 cmd->body.srcRect.left = sdirty->left + trans_x;
1019 cmd->body.srcRect.right = sdirty->right + trans_x;
1020 cmd->body.srcRect.top = sdirty->top + trans_y;
1021 cmd->body.srcRect.bottom = sdirty->bottom + trans_y;
1295 blit->body.srcRect.left = dirty->unit_x1;
1296 blit->body.srcRect.top = dirty->unit_y1;
1297 blit->body.srcRect.right = dirty->unit_x2;
1298 blit->body.srcRect.bottom = dirty->unit_y2;