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

  /external/libvncserver/libvncserver/
rfbregion.c 705 i->ptrPos = 0;
725 return( ((i->ptrPos&2) && i->reverseX) ||
726 (!(i->ptrPos&2) && i->reverseY));
732 return(i->sPtrs[i->ptrPos]->_prev);
734 return(i->sPtrs[i->ptrPos]->_next);
740 while(sraNextSpan(i) == i->sPtrs[i->ptrPos+1]) {
741 i->ptrPos -= 2;
742 if(i->ptrPos < 0) /* the end */
746 i->sPtrs[i->ptrPos] = sraNextSpan(i);
749 while(i->sPtrs[i->ptrPos]->subspan)
    [all...]
  /external/libvncserver/rfb/
rfbregion.h 46 int ptrSize,ptrPos;

Completed in 169 milliseconds