Searched defs:boxx (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c3643 int boxx, int boxy, int boxcx, int boxcy, BRUSH * brush,
3657 if (boxx + boxcx > g_width)
3658 boxcx = g_width - boxx;
3662 FILL_RECTANGLE_BACKSTORE(boxx, boxy, boxcx, boxcy);
3745 XCopyArea(g_display, g_backstore, g_wnd, g_gc, boxx,
3746 boxy, boxcx, boxcy, boxx, boxy);
3749 boxx, boxy,
3751 boxx - sw->xoffset, boxy - sw->yoffset));
3641 ui_draw_text(uint8 font, uint8 flags, uint8 opcode, int mixmode, int x, int y, int clipx, int clipy, int clipcx, int clipcy, int boxx, int boxy, int boxcx, int boxcy, BRUSH * brush, int bgcolour, int fgcolour, uint8 * text, uint8 length) argument

Completed in 69 milliseconds