Searched refs:PATH_Rectangle (Results 1 – 3 of 3) sorted by relevance
/reactos/win32ss/gdi/ntgdi/ |
H A D | path.h | 86 BOOL FASTCALL PATH_Rectangle (PDC dc, INT x1, INT y1, INT x2, INT y2);
|
H A D | fillshap.c | 587 return PATH_Rectangle ( dc, LeftRect, TopRect, RightRect, BottomRect ); in IntRectangle()
|
H A D | path.c | 627 PATH_Rectangle( in PATH_Rectangle() function 690 if (!ell_width || !ell_height) return PATH_Rectangle( dc, x1, y1, x2, y2 ); in PATH_RoundRect()
|