Home
last modified time | relevance | path

Searched refs:RD_POINT (Results 1 – 4 of 4) sorted by relevance

/dports/net/rdesktop/rdesktop-1.9.0/
H A Dorders.c523 RD_POINT *points; in process_polygon()
559 points = (RD_POINT *) xmalloc((os->npoints + 1) * sizeof(RD_POINT)); in process_polygon()
560 memset(points, 0, (os->npoints + 1) * sizeof(RD_POINT)); in process_polygon()
596 RD_POINT *points; in process_polygon2()
641 points = (RD_POINT *) xmalloc((os->npoints + 1) * sizeof(RD_POINT)); in process_polygon2()
642 memset(points, 0, (os->npoints + 1) * sizeof(RD_POINT)); in process_polygon2()
679 RD_POINT *points; in process_polyline()
711 points = (RD_POINT *) xmalloc((os->lines + 1) * sizeof(RD_POINT)); in process_polyline()
712 memset(points, 0, (os->lines + 1) * sizeof(RD_POINT)); in process_polyline()
H A Dtypes.h69 RD_POINT; typedef
H A Dproto.h307 void ui_polygon(uint8 opcode, uint8 fillmode, RD_POINT * point, int npoints, BRUSH * brush,
309 void ui_polyline(uint8 opcode, RD_POINT * points, int npoints, PEN * pen);
H A Dxwin.c3990 /* dest */ RD_POINT * point, int npoints, in ui_polygon()
4087 /* dest */ RD_POINT * points, int npoints, in ui_polyline()