/reactos/base/applications/mstsc/ |
H A D | uimain.c | 415 int boxx, int boxy, int boxcx, int boxcy, BRUSH * brush, in ui_draw_text() argument 424 if (boxx + boxcx > g_width) in ui_draw_text() 426 boxcx = g_width - boxx; in ui_draw_text() 430 bs_rect(boxx, boxy, boxcx, boxcy, bgcolour, 0xc); in ui_draw_text() 503 ui_invalidate(boxx, boxy, boxcx, boxcy); in ui_draw_text()
|
H A D | proto.h | 304 int clipy, int clipcx, int clipcy, int boxx, int boxy, int boxcx, int boxcy,
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/uiports/ |
H A D | xxxwin.c | 115 int boxx, int boxy, int boxcx, int boxcy, BRUSH * brush, in ui_draw_text() argument
|
H A D | nanoxwin.c | 423 int boxx, int boxy, int boxcx, int boxcy, BRUSH * brush, in ui_draw_text() argument 438 if (boxx + boxcx > g_width) in ui_draw_text() 440 boxcx = g_width - boxx; in ui_draw_text() 444 GrFillRect(g_wnd, g_gc, boxx, boxy, boxcx, boxcy); in ui_draw_text()
|
H A D | qtwin.cpp | 908 int clipcx, int clipcy, int boxx, in ui_draw_text() argument 922 g_P2->fillRect(boxx, boxy, boxcx, boxcy, QBrush(g_Color2)); in ui_draw_text() 995 bitBltClip(g_MW, NULL, boxx, boxy, g_BS, boxx, boxy, boxcx, boxcy, in ui_draw_text()
|
H A D | svgawin.c | 1208 int boxx, int boxy, int boxcx, int boxcy, BRUSH * brush, in ui_draw_text() argument 1219 if (contains_mouse(boxx, boxy, boxcx, boxcy)) in ui_draw_text() 1221 fill_rect(boxx, boxy, boxcx, boxcy, bgcolour, 0xc); in ui_draw_text() 1281 cache_rect(boxx, boxy, boxcx, boxcy, True); in ui_draw_text()
|
H A D | qtewin.cpp | 1991 int clipcx, int clipcy, int boxx, in ui_draw_text() argument 1999 if (boxx + boxcx > g_width) in ui_draw_text() 2000 boxcx = g_width - boxx; in ui_draw_text() 2005 fill_rect(boxx, boxy, boxcx, boxcy, bgcolour); in ui_draw_text() 2059 redraw(boxx, boxy, boxcx, boxcy); in ui_draw_text()
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | xwin.c | 2935 int boxx, int boxy, int boxcx, int boxcy, BRUSH * brush, in ui_draw_text() argument 2949 if (boxx + boxcx > This->width) in ui_draw_text() 2950 boxcx = This->width - boxx; in ui_draw_text() 2954 FILL_RECTANGLE_BACKSTORE(boxx, boxy, boxcx, boxcy); in ui_draw_text() 3037 XCopyArea(This->display, This->xwin.backstore, This->wnd, This->xwin.gc, boxx, in ui_draw_text() 3038 boxy, boxcx, boxcy, boxx, boxy); in ui_draw_text() 3041 boxx, boxy, in ui_draw_text() 3043 boxx - sw->xoffset, boxy - sw->yoffset)); in ui_draw_text()
|
H A D | proto.h | 279 int clipy, int clipcx, int clipcy, int boxx, int boxy, int boxcx, int boxcy,
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/vnc/ |
H A D | vnc.c | 865 int boxx, int boxy, int boxcx, int boxcy, in ui_draw_text() argument 874 ui_rect(boxx, boxy, boxcx, boxcy, bgcolour); in ui_draw_text()
|
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/ |
H A D | activex.cpp | 999 int boxx, in Display_DrawText() argument 1018 Rectangle(m_displayBuffer, boxx, boxy, boxx + boxcx + 1, boxy + boxcy + 1); in Display_DrawText() 1028 Display_RepaintArea(boxx, boxy, boxcx, boxcy); in Display_DrawText() 5714 int boxx, in ui_draw_text() argument 5737 boxx, in ui_draw_text()
|