Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/net/tsclient/rdesktop/vnc/
H A Dvnc.c75 static vncBuffer *frameBuffer = NULL; variable
312 frameBuffer->w = g_width; in ui_create_window()
313 frameBuffer->h = g_height; in ui_create_window()
314 frameBuffer->linew = g_width; in ui_create_window()
315 frameBuffer->data = server->frameBuffer; in ui_create_window()
316 frameBuffer->owner = FALSE; in ui_create_window()
1061 SETPIXEL(frameBuffer, xx, yy, p); in vncCopyBlitFromNoEncode()
1104 SETPIXEL(frameBuffer, xx, yy, p); in vncTransBlitFrom()
1131 pp = GETPIXEL(frameBuffer, xx, yy); in vncXorBlitFrom()
1263 SETPIXEL(frameBuffer, xx, yy, c); in vncSetRect()
[all …]