Lines Matching refs:srcRect
607 blit->body.srcRect.left = 0;
608 blit->body.srcRect.top = 0;
609 blit->body.srcRect.right = 0;
610 blit->body.srcRect.bottom = 0;
667 blit->body.srcRect.left = src_bb.x1;
668 blit->body.srcRect.top = src_bb.y1;
669 blit->body.srcRect.right = src_bb.x2;
670 blit->body.srcRect.bottom = src_bb.y2;
1052 cmd->body.srcRect.left = sdirty->left + trans_x;
1053 cmd->body.srcRect.right = sdirty->right + trans_x;
1054 cmd->body.srcRect.top = sdirty->top + trans_y;
1055 cmd->body.srcRect.bottom = sdirty->bottom + trans_y;
1327 blit->body.srcRect.left = dirty->unit_x1;
1328 blit->body.srcRect.top = dirty->unit_y1;
1329 blit->body.srcRect.right = dirty->unit_x2;
1330 blit->body.srcRect.bottom = dirty->unit_y2;