Searched refs:nrects (Results 1 – 2 of 2) sorted by relevance
/external/libvncserver/x11vnc/ |
D | userinput.c | 2048 int k, direct, mode, nrects = 0, bad = 0; in batch_copyregion() local 2073 nrects += sraRgnCountRects(region[k]); in batch_copyregion() 2075 if (bad || nrects == 0) { in batch_copyregion() 2115 fu->nRects = Swap16IfLE((uint16_t)(nrects)); in batch_copyregion() 2158 nrects, ncr, last_copyrect - start, t1 - start, t2 - t1, last_copyrect - t2, dnowx()); in batch_copyregion() 8906 int nrects = 0; in check_ncache() local 9952 Ev_rects[nrects].x1 = cache_list[idx].x; in check_ncache() 9953 Ev_rects[nrects].y1 = cache_list[idx].y; in check_ncache() 9954 Ev_rects[nrects].x2 = cache_list[idx].width; in check_ncache() 9955 Ev_rects[nrects].y2 = cache_list[idx].height; in check_ncache() [all …]
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 8816 + int irect = 0, nrects = (rw * rh) / (16 * 16); 8838 + if (nrects > 400 && (appData.yCrop == 0 || nosync_ycrop)) {
|