Home
last modified time | relevance | path

Searched refs:PATH_PolyPolyline (Results 1 – 3 of 3) sorted by relevance

/reactos/win32ss/gdi/ntgdi/
H A Dpath.h85 BOOL FASTCALL PATH_PolyPolyline( PDC dc, const POINT* pts, const DWORD* counts, DWORD polylines);
H A Dline.c478 return PATH_PolyPolyline( dc, pt, PolyPoints, Count ); in IntGdiPolyPolyline()
H A Dpath.c1338 PATH_PolyPolyline( in PATH_PolyPolyline() function