Home
last modified time | relevance | path

Searched refs:boxy (Results 1 – 11 of 11) sorted by relevance

/reactos/base/applications/mstsc/
H A Duimain.c415 int boxx, int boxy, int boxcx, int boxcy, BRUSH * brush, in ui_draw_text() argument
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 Dproto.h304 int clipy, int clipcx, int clipcy, int boxx, int boxy, int boxcx, int boxcy,
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/uiports/
H A Dxxxwin.c115 int boxx, int boxy, int boxcx, int boxcy, BRUSH * brush, in ui_draw_text() argument
H A Dqtwin.cpp909 int boxy, int boxcx, int boxcy, BRUSH * brush, 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 Dsvgawin.c1208 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 Dqtewin.cpp1992 int boxy, int boxcx, int boxcy, BRUSH * brush, in ui_draw_text() argument
2001 if (boxy + boxcy > g_height) in ui_draw_text()
2002 boxcy = g_height - boxy; 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()
H A Dnanoxwin.c423 int boxx, int boxy, int boxcx, int boxcy, BRUSH * brush, in ui_draw_text() argument
444 GrFillRect(g_wnd, g_gc, boxx, boxy, boxcx, boxcy); in ui_draw_text()
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Dxwin.c2935 int boxx, int boxy, int boxcx, int boxcy, BRUSH * brush, in ui_draw_text() argument
2954 FILL_RECTANGLE_BACKSTORE(boxx, boxy, boxcx, boxcy); 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 Dproto.h279 int clipy, int clipcx, int clipcy, int boxx, int boxy, int boxcx, int boxcy,
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/vnc/
H A Dvnc.c865 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 Dactivex.cpp1000 int boxy, 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()
5715 int boxy, in ui_draw_text() argument
5738 boxy, in ui_draw_text()