|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#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.
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (gdiplus) |
| GpStatus WINGDIPAPI | GdipCloneImageAttributes (GDIPCONST GpImageAttributes *imageattr, GpImageAttributes **cloneImageattr) |
| GpStatus WINGDIPAPI | GdipCreateImageAttributes (GpImageAttributes **imageattr) |
| GpStatus WINGDIPAPI | GdipDisposeImageAttributes (GpImageAttributes *imageattr) |
| GpStatus WINGDIPAPI | GdipSetImageAttributesColorKeys (GpImageAttributes *imageattr, ColorAdjustType type, BOOL enableFlag, ARGB colorLow, ARGB colorHigh) |
| GpStatus WINGDIPAPI | GdipSetImageAttributesColorMatrix (GpImageAttributes *imageattr, ColorAdjustType type, BOOL enableFlag, GDIPCONST ColorMatrix *colorMatrix, GDIPCONST ColorMatrix *grayMatrix, ColorMatrixFlags flags) |
| GpStatus WINGDIPAPI | GdipSetImageAttributesWrapMode (GpImageAttributes *imageAttr, WrapMode wrap, ARGB argb, BOOL clamp) |
| GpStatus WINGDIPAPI | GdipSetImageAttributesCachedBackground (GpImageAttributes *imageAttr, BOOL enableFlag) |
| GpStatus WINGDIPAPI | GdipSetImageAttributesGamma (GpImageAttributes *imageAttr, ColorAdjustType type, BOOL enableFlag, REAL gamma) |
| GpStatus WINGDIPAPI | GdipSetImageAttributesNoOp (GpImageAttributes *imageAttr, ColorAdjustType type, BOOL enableFlag) |
| GpStatus WINGDIPAPI | GdipSetImageAttributesOutputChannel (GpImageAttributes *imageAttr, ColorAdjustType type, BOOL enableFlag, ColorChannelFlags channelFlags) |
| GpStatus WINGDIPAPI | GdipSetImageAttributesOutputChannelColorProfile (GpImageAttributes *imageAttr, ColorAdjustType type, BOOL enableFlag, GDIPCONST WCHAR *colorProfileFilename) |
| GpStatus WINGDIPAPI | GdipSetImageAttributesRemapTable (GpImageAttributes *imageAttr, ColorAdjustType type, BOOL enableFlag, UINT mapSize, GDIPCONST ColorMap *map) |
| GpStatus WINGDIPAPI | GdipSetImageAttributesThreshold (GpImageAttributes *imageAttr, ColorAdjustType type, BOOL enableFlag, REAL threshold) |
| GpStatus WINGDIPAPI | GdipSetImageAttributesToIdentity (GpImageAttributes *imageAttr, ColorAdjustType type) |
Generated on Fri May 25 2012 05:07:38 for ReactOS by
1.7.6.1
|