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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dorders.c531 RD_POINT *points;
573 points = (RD_POINT *) xmalloc((os->npoints + 1) * sizeof(RD_POINT));
574 memset(points, 0, (os->npoints + 1) * sizeof(RD_POINT));
610 RD_POINT *points;
661 points = (RD_POINT *) xmalloc((os->npoints + 1) * sizeof(RD_POINT));
662 memset(points, 0, (os->npoints + 1) * sizeof(RD_POINT));
699 RD_POINT *points;
738 points = (RD_POINT *) xmallo
[all...]
H A Dtypes.h62 RD_POINT; typedef in typeref:struct:_RD_POINT
H A Dproto.h311 void ui_polygon(uint8 opcode, uint8 fillmode, RD_POINT * point, int npoints, BRUSH * brush,
313 void ui_polyline(uint8 opcode, RD_POINT * points, int npoints, PEN * pen);
H A Dxwin.c3386 /* dest */ RD_POINT * point, int npoints,
3483 /* dest */ RD_POINT * points, int npoints,

Completed in 56 milliseconds