Home | History | Annotate | Download | only in rfb

Lines Matching refs:copyRegion

533        another (the destination of the copy is copyRegion), and second we have
538 rectangles. When sending an update, the copyRegion is always sent
543 the destination copyRegion. Just before an update is sent we remove
544 from the copyRegion anything in the modifiedRegion. */
546 sraRegionPtr copyRegion; /**< the destination region of the copy */
712 !sraRgnEmpty((cl)->copyRegion) || !sraRgnEmpty((cl)->modifiedRegion))
1007 void rfbScheduleCopyRegion(rfbScreenInfoPtr rfbScreen,sraRegionPtr copyRegion,int dx,int dy);
1010 void rfbDoCopyRegion(rfbScreenInfoPtr rfbScreen,sraRegionPtr copyRegion,int dx,int dy);