Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/gdi32/
H A Dpath.c488 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 Dmetafile.c273 SetArcDirection(hdcDisplay, AD_CLOCKWISE); in test_ExtTextOut()
/reactos/win32ss/gdi/gdi32/objects/
H A Ddc.c367 SetArcDirection( in SetArcDirection() function
/reactos/win32ss/gdi/gdi32/wine/
H A Denhmetafile.c1681 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 Dgdi32.spec531 531 stdcall SetArcDirection(long long)
/reactos/sdk/include/psdk/
H A Dwingdi.h4142 int WINAPI SetArcDirection(_In_ HDC, _In_ int);