Lines Matching refs:updateRect
159 client->updateRect.x = -1; in rfbGetClient()
266 if (client->updateRect.x < 0) { in rfbInitConnection()
267 client->updateRect.x = client->updateRect.y = 0; in rfbInitConnection()
268 client->updateRect.w = client->width; in rfbInitConnection()
269 client->updateRect.h = client->height; in rfbInitConnection()
277 client->updateRect.x / client->appData.scaleSetting, in rfbInitConnection()
278 client->updateRect.y / client->appData.scaleSetting, in rfbInitConnection()
279 client->updateRect.w / client->appData.scaleSetting, in rfbInitConnection()
280 client->updateRect.h / client->appData.scaleSetting, in rfbInitConnection()
287 client->updateRect.x, client->updateRect.y, in rfbInitConnection()
288 client->updateRect.w, client->updateRect.h, in rfbInitConnection()