HomeSort by relevance Sort by last modified time
    Searched refs:CopyRectangle (Results 1 - 6 of 6) sorted by null

  /external/libvncserver/libvncclient/
ultra.c 101 CopyRectangle(client, (unsigned char *)client->raw_buffer, rx, ry, rw, rh);
202 CopyRectangle(client, (unsigned char *)ptr, sx, sy, sw, sh);
hextile.c 58 CopyRectangle(client, (uint8_t *)client->buffer, x, y, w, h);
zlib.c 145 CopyRectangle(client, (uint8_t *)client->raw_buffer, rx, ry, rw, rh);
tight.c 201 CopyRectangle(client, (uint8_t *)buffer2, rx, ry, rw, rh);
280 CopyRectangle(client, (uint8_t *)buffer2, rx, ry+rowsProcessed, rw, numRows);
580 CopyRectangle(client, (uint8_t *)&client->buffer[RFB_BUFFER_SIZE / 2], x, y + dy, w, 1);
zrle.c 281 CopyRectangle(client, buffer, x, y, w, h);
rfbproto.c 167 static void CopyRectangle(rfbClient* client, uint8_t* buffer, int x, int y, int w, int h) {
    [all...]

Completed in 234 milliseconds