Searched refs:dst_x (Results 1 – 2 of 2) sorted by relevance
/external/qemu/ |
D | console.h | 100 int dst_x, int dst_y, int w, int h);
|
D | vnc.c | 491 static void vnc_copy(DisplayState *ds, int src_x, int src_y, int dst_x, int dst_y, int w, int h) in vnc_copy() argument 509 dst = (ds->linesize * (dst_y + y) + vs->depth * dst_x); in vnc_copy() 526 vnc_framebuffer_update(vs, dst_x, dst_y, w, h, 1); in vnc_copy()
|