Searched refs:rfbZRLETileWidth (Results 1 – 6 of 6) 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()
927 #define rfbZRLETileWidth 64 macro
658 int zywrleBuf[rfbZRLETileWidth * rfbZRLETileHeight];
10941 +#define rfbZRLETileWidth 6410956 +int zywrleBuf[rfbZRLETileWidth*rfbZRLETileHeight];21966 + for(i=0; i<rw; i+=rfbZRLETileWidth) {21967 + int subWidth=(i+rfbZRLETileWidth>rw)?rw-i:rfbZRLETileWidth;22260 + if (ptmp_len < rfbZRLETileWidth*rfbZRLETileHeight) {22261 + ptmp_len = rfbZRLETileWidth*rfbZRLETileHeight;22454 +int zywrleBuf[rfbZRLETileWidth*rfbZRLETileHeight];22476 + for (tx = x; tx < x+w; tx += rfbZRLETileWidth) {22477 + int tw = rfbZRLETileWidth;