Searched refs:GdipSetSmoothingMode (Results 1 – 8 of 8) sorted by relevance
/reactos/dll/win32/shimgvw/ |
H A D | shimgvw.c | 831 GdipSetSmoothingMode(graphics, SmoothingModeNone); in ZoomWnd_OnDraw() 836 GdipSetSmoothingMode(graphics, SmoothingModeHighQuality); in ZoomWnd_OnDraw()
|
/reactos/dll/win32/gdiplus/ |
H A D | gdiplus.spec | 565 565 stdcall GdipSetSmoothingMode(ptr long)
|
H A D | metafile.c | 2946 return GdipSetSmoothingMode(real_metafile->playback_graphics, (flags >> 1) & 0xff); in GdipPlayMetafileRecord()
|
H A D | graphics.c | 6293 GpStatus WINGDIPAPI GdipSetSmoothingMode(GpGraphics *graphics, SmoothingMode mode) in GdipSetSmoothingMode() function
|
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | metafile.c | 2603 stat = GdipSetSmoothingMode(graphics, SmoothingModeAntiAlias); in test_properties() 2605 stat = GdipSetSmoothingMode(graphics, SmoothingModeAntiAlias); in test_properties()
|
H A D | graphics.c | 663 GdipSetSmoothingMode(graphics, defSmoothmode); in test_BeginContainer2() 676 GdipSetSmoothingMode(graphics, SmoothingModeNone); in test_BeginContainer2() 1849 status = GdipSetSmoothingMode(graphics, SmoothingModeDefault); in test_Get_Release_DC()
|
/reactos/sdk/include/psdk/ |
H A D | gdiplusgraphics.h | 1455 return SetStatus(DllExports::GdipSetSmoothingMode(nativeGraphics, smoothingMode)); in SetSmoothingMode()
|
H A D | gdiplusflat.h | 644 GdipSetSmoothingMode(GpGraphics *, SmoothingMode);
|