Searched refs:fill_rect (Results 1 – 3 of 3) sorted by relevance
/reactos/win32ss/user/user32/windows/ |
H A D | draw.c | 434 RECT InnerRect = *rc, fill_rect; in IntDrawRectEdge() local 490 fill_rect = InnerRect; in IntDrawRectEdge() 491 fill_rect.bottom = fill_rect.top + width; in IntDrawRectEdge() 492 FillRect( hdc, &fill_rect, lto_brush ); in IntDrawRectEdge() 496 fill_rect = InnerRect; in IntDrawRectEdge() 497 fill_rect.right = fill_rect.left + width; in IntDrawRectEdge() 498 FillRect( hdc, &fill_rect, lto_brush ); in IntDrawRectEdge() 502 fill_rect = InnerRect; in IntDrawRectEdge() 503 fill_rect.top = fill_rect.bottom - width; in IntDrawRectEdge() 508 fill_rect = InnerRect; in IntDrawRectEdge() [all …]
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/uiports/ |
H A D | svgawin.c | 552 void fill_rect(int x, int y, int cx, int cy, int colour, int opcode) in fill_rect() function 1221 fill_rect(boxx, boxy, boxcx, boxcy, bgcolour, 0xc); in ui_draw_text() 1228 fill_rect(clipx, clipy, clipcx, clipcy, bgcolour, 0xc); in ui_draw_text() 1505 fill_rect(x, y, cx, cy, fgcolour, opcode); in ui_patblt() 1530 fill_rect(x, y, cx, cy, -1, opcode); in ui_destblt()
|
H A D | qtewin.cpp | 1599 void fill_rect(int x, int y, int cx, int cy, int colour, int opcode = 0xc) in fill_rect() function 1644 fill_rect(x, y, cx, cy, colour); in ui_rect() 1658 fill_rect(x, y, cx, cy, fgcolour, opcode); in ui_patblt() 2005 fill_rect(boxx, boxy, boxcx, boxcy, bgcolour); in ui_draw_text() 2007 fill_rect(clipx, clipy, clipcx, clipcy, bgcolour); in ui_draw_text()
|