Searched refs:ui_polyline (Results 1 – 12 of 12) sorted by relevance
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/uiports/ |
H A D | xxxwin.c | 235 void ui_polyline(uint8 opcode, POINT * points, int npoints, PEN * pen) in ui_polyline() function
|
H A D | nanoxwin.c | 934 void ui_polyline(uint8 opcode, POINT * points, int npoints, PEN * pen) in ui_polyline() function
|
H A D | qtwin.cpp | 1371 void ui_polyline(uint8 opcode, POINT * points, int npoints, PEN * pen) in ui_polyline() function
|
H A D | svgawin.c | 1655 void ui_polyline(uint8 opcode, POINT * points, int npoints, PEN * pen) in ui_polyline() function
|
H A D | qtewin.cpp | 1475 void ui_polyline(uint8 opcode, POINT * points, int npoints, PEN * pen) in ui_polyline() function
|
/reactos/base/applications/mstsc/ |
H A D | proto.h | 298 void ui_polyline(uint8 opcode, RD_POINT * points, int npoints, PEN * pen);
|
H A D | uimain.c | 679 ui_polyline(uint8 opcode, RD_POINT * points, int npoints, PEN * pen) in ui_polyline() function
|
H A D | orders.c | 754 ui_polyline(os->opcode - 1, points, os->lines + 1, &pen); in process_polyline()
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | orders.c | 758 ui_polyline(This, os->opcode - 1, points, os->lines + 1, &pen); in process_polyline() 760 ui_polyline(This, os->opcode, points, os->lines + 1, &pen); in process_polyline()
|
H A D | proto.h | 273 void ui_polyline(RDPCLIENT * This, uint8 opcode, POINT * points, int npoints, PEN * pen);
|
H A D | xwin.c | 2801 ui_polyline(RDPCLIENT * This, uint8 opcode, in ui_polyline() function
|
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/ |
H A D | activex.cpp | 5690 void ui_polyline(RDPCLIENT * This, uint8 opcode, POINT * points, int npoints, PEN * pen) in ui_polyline() function
|