OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:send_framebuffer_update
(Results
1 - 2
of
2
) sorted by null
/external/qemu/ui/
vnc-android.c
646
static void
send_framebuffer_update
(VncState *vs, int x, int y, int w, int h)
function
796
send_framebuffer_update
(vs, last_x * 16, y, (x - last_x) * 16, h);
804
send_framebuffer_update
(vs, last_x * 16, y, (x - last_x) * 16, h);
[
all
...]
vnc.c
638
static void
send_framebuffer_update
(VncState *vs, int x, int y, int w, int h)
function
788
send_framebuffer_update
(vs, last_x * 16, y, (x - last_x) * 16, h);
796
send_framebuffer_update
(vs, last_x * 16, y, (x - last_x) * 16, h);
[
all
...]
Completed in 674 milliseconds