Home
last modified time | relevance | path

Searched refs:realHeight (Results 1 – 1 of 1) sorted by relevance

/external/libvncserver/client_examples/
DSDLvncviewer.c25 static int realWidth, realHeight, bytesPerPixel, rowStride; variable
204 int j0 = y * realHeight / cl->height; in resizeRectangleToReal()
205 int j1 = ((y + h) * realHeight - 1) / cl->height + 1; in resizeRectangleToReal()
212 int y0 = j * cl->height / realHeight; in resizeRectangleToReal()
213 int y1 = ((j + 1) * cl->height - 1) / realHeight + 1; in resizeRectangleToReal()
242 h = ((y + h) * realHeight - 1) / cl->height + 1; in update()
244 y = y * realHeight / cl->height; in update()
261 if (w == realWidth && h == realHeight) in setRealDimension()
290 realHeight = h; in setRealDimension()
412 y = y * cl->height / realHeight; in handleSDLEvent()