Searched refs:SetArcDirection (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rostests/winetests/gdi32/ |
H A D | path.c | 488 SetArcDirection(hdc, AD_CLOCKWISE); in test_arcto() 496 SetArcDirection(hdc, AD_COUNTERCLOCKWISE); in test_arcto() 936 SetArcDirection( hdc, AD_CLOCKWISE ); in test_rectangle() 943 SetArcDirection( hdc, AD_COUNTERCLOCKWISE ); in test_rectangle() 962 SetArcDirection( hdc, AD_CLOCKWISE ); in test_rectangle() 969 SetArcDirection( hdc, AD_COUNTERCLOCKWISE ); in test_rectangle() 1304 SetArcDirection( hdc, AD_CLOCKWISE ); in test_roundrect() 1307 SetArcDirection( hdc, AD_COUNTERCLOCKWISE ); in test_roundrect() 1327 SetArcDirection( hdc, AD_CLOCKWISE ); in test_roundrect() 1677 SetArcDirection( hdc, AD_CLOCKWISE ); in test_ellipse() [all …]
|
H A D | metafile.c | 273 SetArcDirection(hdcDisplay, AD_CLOCKWISE); in test_ExtTextOut()
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | dc.c | 367 SetArcDirection( in SetArcDirection() function
|
/reactos/win32ss/gdi/gdi32/wine/ |
H A D | enhmetafile.c | 1681 SetArcDirection( hdc, (INT)lpSetArcDirection->iArcDirection ); in PlayEnhMetaFileRecord() 2465 old_arcdir = SetArcDirection(hdc, AD_COUNTERCLOCKWISE); in EnumEnhMetaFile() 2549 SetArcDirection(hdc, old_arcdir); in EnumEnhMetaFile()
|
/reactos/win32ss/gdi/gdi32/ |
H A D | gdi32.spec | 531 531 stdcall SetArcDirection(long long)
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 4142 int WINAPI SetArcDirection(_In_ HDC, _In_ int);
|