Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/ntgdi/
H A Dpath.h75 BOOL PATH_Ellipse (PDC dc, INT x1, INT y1, INT x2, INT y2);
H A Dfillshap.c259 ret = PATH_Ellipse(dc, Left, Top, Right, Bottom); in NtGdiEllipse()
H A Dpath.c782 PATH_Ellipse( in PATH_Ellipse() function