Home
last modified time | relevance | path

Searched refs:GDI_POINT (Results 1 – 6 of 6) sorted by relevance

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/gdi/
H A Dline.h34 FREERDP_LOCAL BOOL gdi_PolylineTo(HGDI_DC hdc, GDI_POINT* lppt, DWORD cCount);
35 FREERDP_LOCAL BOOL gdi_Polyline(HGDI_DC hdc, GDI_POINT* lppt, UINT32 cPoints);
36 FREERDP_LOCAL BOOL gdi_PolyPolyline(HGDI_DC hdc, GDI_POINT* lppt, UINT32* lpdwPolyPoints,
H A Dline.c217 BOOL gdi_PolylineTo(HGDI_DC hdc, GDI_POINT* lppt, DWORD cCount) in gdi_PolylineTo()
240 BOOL gdi_Polyline(HGDI_DC hdc, GDI_POINT* lppt, UINT32 cPoints) in gdi_Polyline()
245 GDI_POINT pt; in gdi_Polyline()
274 BOOL gdi_PolyPolyline(HGDI_DC hdc, GDI_POINT* lppt, UINT32* lpdwPolyPoints, DWORD cCount) in gdi_PolyPolyline()
H A Dshape.c223 BOOL gdi_Polygon(HGDI_DC hdc, GDI_POINT* lpPoints, int nCount) in gdi_Polygon()
238 BOOL gdi_PolyPolygon(HGDI_DC hdc, GDI_POINT* lpPoints, int* lpPolyCounts, int nCount) in gdi_PolyPolygon()
/dports/net/freerdp/freerdp-2.5.0/include/freerdp/gdi/
H A Dshape.h34 FREERDP_API BOOL gdi_Polygon(HGDI_DC hdc, GDI_POINT* lpPoints, int nCount);
35 FREERDP_API BOOL gdi_PolyPolygon(HGDI_DC hdc, GDI_POINT* lpPoints, int* lpPolyCounts,
H A Dgdi.h437 typedef struct _GDI_POINT GDI_POINT; typedef
438 typedef GDI_POINT* HGDI_POINT;
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/gdi/test/
H A DTestGdiCreate.c492 prevPoint = (HGDI_POINT)malloc(sizeof(GDI_POINT)); in test_gdi_MoveToEx()
493 ZeroMemory(prevPoint, sizeof(GDI_POINT)); in test_gdi_MoveToEx()