Home | History | Annotate | Download | only in libvncserver

Lines Matching full:partialrect

268     rfbRectangle partialRect;
270 partialRect.x = x;
271 partialRect.y = y;
272 partialRect.w = w;
273 partialRect.h = h;
291 partialRect.h = linesToComp;
295 partialRect.x,
296 partialRect.y,
297 partialRect.w,
298 partialRect.h )) {
324 partialRect.y += linesToComp;