Lines Matching refs:updateRect
130 client->updateRect.x = -1; in rfbGetClient()
233 if (client->updateRect.x < 0) { in rfbInitConnection()
234 client->updateRect.x = client->updateRect.y = 0; in rfbInitConnection()
235 client->updateRect.w = client->width; in rfbInitConnection()
236 client->updateRect.h = client->height; in rfbInitConnection()
244 client->updateRect.x / client->appData.scaleSetting, in rfbInitConnection()
245 client->updateRect.y / client->appData.scaleSetting, in rfbInitConnection()
246 client->updateRect.w / client->appData.scaleSetting, in rfbInitConnection()
247 client->updateRect.h / client->appData.scaleSetting, in rfbInitConnection()
254 client->updateRect.x, client->updateRect.y, in rfbInitConnection()
255 client->updateRect.w, client->updateRect.h, in rfbInitConnection()