|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "windef.h"#include "wingdi.h"#include "objbase.h"#include "gdiplus.h"#include "gdiplus_private.h"#include "wine/debug.h"
Go to the source code of this file.
| GpStatus WINGDIPAPI GdipCloneImageAttributes | ( | GDIPCONST GpImageAttributes * | imageattr, |
| GpImageAttributes ** | cloneImageattr | ||
| ) |
Definition at line 30 of file imageattributes.c.
Referenced by GdipCreateTextureIA().
| GpStatus WINGDIPAPI GdipCreateImageAttributes | ( | GpImageAttributes ** | imageattr | ) |
Definition at line 82 of file imageattributes.c.
Referenced by GdipCloneImageAttributes(), GdipCreateTexture(), GdipCreateTexture2(), GdipCreateTexture2I(), GdipCreateTextureIA(), METAFILE_PlaybackObject(), test_colorkey(), test_colormatrix(), test_drawimage(), test_gamma(), test_getadjustedpalette(), test_remaptable(), and ZoomWnd_OnDraw().
| GpStatus WINGDIPAPI GdipDisposeImageAttributes | ( | GpImageAttributes * | imageattr | ) |
Definition at line 97 of file imageattributes.c.
Referenced by GdipCreateTexture(), GdipCreateTexture2(), GdipCreateTexture2I(), GdipCreateTextureIA(), GdipDeleteBrush(), metafile_free_object_table_entry(), METAFILE_PlaybackObject(), test_colorkey(), test_colormatrix(), test_drawimage(), test_gamma(), test_getadjustedpalette(), test_remaptable(), and ZoomWnd_OnDraw().
| GpStatus WINGDIPAPI GdipGetImageAttributesAdjustedPalette | ( | GpImageAttributes * | imageattr, |
| ColorPalette * | palette, | ||
| ColorAdjustType | type | ||
| ) |
Definition at line 114 of file imageattributes.c.
Referenced by test_getadjustedpalette().
| GpStatus WINGDIPAPI GdipResetImageAttributes | ( | GpImageAttributes * | imageAttr, |
| ColorAdjustType | type | ||
| ) |
Definition at line 323 of file imageattributes.c.
Referenced by test_colorkey(), test_colormatrix(), test_gamma(), and test_remaptable().
| GpStatus WINGDIPAPI GdipSetImageAttributesCachedBackground | ( | GpImageAttributes * | imageAttr, |
| BOOL | enableFlag | ||
| ) |
Definition at line 191 of file imageattributes.c.
| GpStatus WINGDIPAPI GdipSetImageAttributesColorKeys | ( | GpImageAttributes * | imageattr, |
| ColorAdjustType | type, | ||
| BOOL | enableFlag, | ||
| ARGB | colorLow, | ||
| ARGB | colorHigh | ||
| ) |
Definition at line 129 of file imageattributes.c.
Referenced by GdipResetImageAttributes(), and test_colorkey().
| GpStatus WINGDIPAPI GdipSetImageAttributesColorMatrix | ( | GpImageAttributes * | imageattr, |
| ColorAdjustType | type, | ||
| BOOL | enableFlag, | ||
| GDIPCONST ColorMatrix * | colorMatrix, | ||
| GDIPCONST ColorMatrix * | grayMatrix, | ||
| ColorMatrixFlags | flags | ||
| ) |
Definition at line 144 of file imageattributes.c.
Referenced by test_colormatrix(), and test_drawimage().
| GpStatus WINGDIPAPI GdipSetImageAttributesGamma | ( | GpImageAttributes * | imageAttr, |
| ColorAdjustType | type, | ||
| BOOL | enableFlag, | ||
| REAL | gamma | ||
| ) |
Definition at line 204 of file imageattributes.c.
Referenced by GdipResetImageAttributes(), and test_gamma().
| GpStatus WINGDIPAPI GdipSetImageAttributesNoOp | ( | GpImageAttributes * | imageAttr, |
| ColorAdjustType | type, | ||
| BOOL | enableFlag | ||
| ) |
Definition at line 218 of file imageattributes.c.
Referenced by test_colormatrix().
| GpStatus WINGDIPAPI GdipSetImageAttributesOutputChannel | ( | GpImageAttributes * | imageAttr, |
| ColorAdjustType | type, | ||
| BOOL | enableFlag, | ||
| ColorChannelFlags | channelFlags | ||
| ) |
Definition at line 231 of file imageattributes.c.
| GpStatus WINGDIPAPI GdipSetImageAttributesOutputChannelColorProfile | ( | GpImageAttributes * | imageAttr, |
| ColorAdjustType | type, | ||
| BOOL | enableFlag, | ||
| GDIPCONST WCHAR * | colorProfileFilename | ||
| ) |
Definition at line 244 of file imageattributes.c.
| GpStatus WINGDIPAPI GdipSetImageAttributesRemapTable | ( | GpImageAttributes * | imageAttr, |
| ColorAdjustType | type, | ||
| BOOL | enableFlag, | ||
| UINT | mapSize, | ||
| GDIPCONST ColorMap * | map | ||
| ) |
Definition at line 258 of file imageattributes.c.
Referenced by GdipResetImageAttributes(), test_getadjustedpalette(), and test_remaptable().
| GpStatus WINGDIPAPI GdipSetImageAttributesThreshold | ( | GpImageAttributes * | imageAttr, |
| ColorAdjustType | type, | ||
| BOOL | enableFlag, | ||
| REAL | threshold | ||
| ) |
Definition at line 297 of file imageattributes.c.
| GpStatus WINGDIPAPI GdipSetImageAttributesToIdentity | ( | GpImageAttributes * | imageAttr, |
| ColorAdjustType | type | ||
| ) |
Definition at line 310 of file imageattributes.c.
| GpStatus WINGDIPAPI GdipSetImageAttributesWrapMode | ( | GpImageAttributes * | imageAttr, |
| WrapMode | wrap, | ||
| ARGB | argb, | ||
| BOOL | clamp | ||
| ) |
Definition at line 176 of file imageattributes.c.
Referenced by METAFILE_PlaybackObject(), and ZoomWnd_OnDraw().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | gdiplus | ) |