Home | History | Annotate | Download | only in libvncserver

Lines Matching full:subrect

161  * of subrectangles in the encoded buffer, or -1 if subrect encoding won't
167 * The coding scheme is simply [<bgcolour><subrect><subrect>...] where each
168 * <subrect> is [<colour><x><y><w><h>].
175 rfbRectangle subrect; \
230 subrect.x = Swap16IfLE(thex); \
231 subrect.y = Swap16IfLE(they); \
232 subrect.w = Swap16IfLE(thew); \
233 subrect.h = Swap16IfLE(theh); \
242 memcpy(&client->afterEncBuf[client->afterEncBufLen],&subrect,sz_rfbRectangle); \
246 * Now mark the subrect as done. \