HomeSort by relevance Sort by last modified time
    Searched refs:copyRegion (Results 1 - 6 of 6) sorted by null

  /external/libvncserver/libvncserver/
main.c 267 void rfbScheduleCopyRegion(rfbScreenInfoPtr rfbScreen,sraRegionPtr copyRegion,int dx,int dy)
277 if(!sraRgnEmpty(cl->copyRegion)) {
279 /* if a copyRegion was not yet executed, treat it as a
282 sraRgnOr(cl->modifiedRegion,cl->copyRegion);
283 sraRgnMakeEmpty(cl->copyRegion);
287 modifiedRegionBackup=sraRgnCreateRgn(copyRegion);
289 sraRgnAnd(modifiedRegionBackup,cl->copyRegion);
295 sraRgnOr(cl->copyRegion,copyRegion);
304 sraRgnAnd(modifiedRegionBackup,cl->copyRegion);
    [all...]
rfbserver.c 367 cl->copyRegion = sraRgnCreate();
583 sraRgnDestroy(cl->copyRegion);
    [all...]
  /external/libvncserver/rfb/
rfb.h 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))
    [all...]
  /external/libvncserver/x11vnc/
screen.c 833 cl->copyRegion ? !!(sraRgnEmpty(cl->copyRegion)) : 2
    [all...]
userinput.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 193 milliseconds