Searched refs:rfbZRLETileWidth (Results 1 – 5 of 5) sorted by relevance
198 for(i=0; i<rw; i+=rfbZRLETileWidth) { in HandleZRLE()199 int subWidth=(i+rfbZRLETileWidth>rw)?rw-i:rfbZRLETileWidth; in HandleZRLE()
106 for (tx = x; tx < x+w; tx += rfbZRLETileWidth) { in ZRLE_ENCODE()107 int tw = rfbZRLETileWidth; in ZRLE_ENCODE()
113 cl->zrleBeforeBuf = (char *) malloc(rfbZRLETileWidth * rfbZRLETileHeight * 4 + 4); in rfbSendRectEncodingZRLE()
948 #define rfbZRLETileWidth 64 macro
658 int zywrleBuf[rfbZRLETileWidth * rfbZRLETileHeight];