Searched defs:boxcx (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,
3654 /* Sometimes, the boxcx value is something really large, like
3657 if (boxx + boxcx > g_width)
3658 boxcx = g_width - boxx;
3660 if (boxcx > 1)
3662 FILL_RECTANGLE_BACKSTORE(boxx, boxy, boxcx, boxcy);
3743 if (boxcx > 1)
3746 boxy, boxcx, boxcy, boxx, boxy);
3750 boxcx, boxcy,
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 43 milliseconds