mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 02:58:28 +00:00
[SDK][INCLUDE] Formatting gdiplus headers (#2190)
Just code formatting. CORE-16585 $ clang-format -style=file -i sdk/include/psdk/gdiplus[a-z]*
This commit is contained in:
parent
8faf38ed22
commit
e7814f19fb
23 changed files with 6651 additions and 5056 deletions
|
@ -21,140 +21,167 @@
|
|||
|
||||
class ImageAttributes : public GdiplusBase
|
||||
{
|
||||
public:
|
||||
ImageAttributes(VOID)
|
||||
{
|
||||
}
|
||||
public:
|
||||
ImageAttributes(VOID)
|
||||
{
|
||||
}
|
||||
|
||||
Status ClearBrushRemapTable(VOID)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
Status ClearBrushRemapTable(VOID)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
Status ClearColorKey(ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
Status
|
||||
ClearColorKey(ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
Status ClearColorMatrices(ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
Status
|
||||
ClearColorMatrices(ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
Status ClearColorMatrix(ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
Status
|
||||
ClearColorMatrix(ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
Status ClearGamma(ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
Status
|
||||
ClearGamma(ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
Status ClearNoOp(ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
Status
|
||||
ClearNoOp(ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
Status ClearOutputChannel(ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
Status
|
||||
ClearOutputChannel(ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
Status ClearOutputChannelColorProfile(ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
Status
|
||||
ClearOutputChannelColorProfile(ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
Status ClearRemapTable(ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
Status
|
||||
ClearRemapTable(ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
Status ClearThreshold(ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
Status
|
||||
ClearThreshold(ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
ImageAttributes *Clone(VOID)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
ImageAttributes *Clone(VOID)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Status GetAdjustedPalette(ColorPalette *colorPalette, ColorPalette colorAdjustType)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
Status
|
||||
GetAdjustedPalette(ColorPalette *colorPalette, ColorPalette colorAdjustType)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
Status GetLastStatus(VOID)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
Status GetLastStatus(VOID)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
Status Reset(ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
Status
|
||||
Reset(ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
Status SetBrushRemapTable(UINT mapSize, ColorMap *map)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
Status
|
||||
SetBrushRemapTable(UINT mapSize, ColorMap *map)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
Status SetColorKey(const Color &colorLow, const Color &colorHigh, ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
Status
|
||||
SetColorKey(const Color &colorLow, const Color &colorHigh, ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
Status SetColorMatrices(const ColorMatrix *colorMatrix, const ColorMatrix *grayMatrix, ColorMatrixFlags mode, ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
Status
|
||||
SetColorMatrices(
|
||||
const ColorMatrix *colorMatrix,
|
||||
const ColorMatrix *grayMatrix,
|
||||
ColorMatrixFlags mode,
|
||||
ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
Status SetColorMatrix(const ColorMatrix *colorMatrix, ColorMatrixFlags mode, ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
Status
|
||||
SetColorMatrix(const ColorMatrix *colorMatrix, ColorMatrixFlags mode, ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
Status SetGamma(REAL gamma, ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
Status
|
||||
SetGamma(REAL gamma, ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
Status SetNoOp(ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
Status
|
||||
SetNoOp(ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
Status SetOutputChannel(ColorChannelFlags channelFlags, ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
Status
|
||||
SetOutputChannel(ColorChannelFlags channelFlags, ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
Status SetOutputChannelColorProfile(const WCHAR *colorProfileFilename, ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
Status
|
||||
SetOutputChannelColorProfile(const WCHAR *colorProfileFilename, ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
Status SetRemapTable(UINT mapSize, const ColorMap *map, ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
Status
|
||||
SetRemapTable(UINT mapSize, const ColorMap *map, ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
Status SetThreshold(REAL threshold, ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
Status
|
||||
SetThreshold(REAL threshold, ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
Status SetToIdentity(ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
Status
|
||||
SetToIdentity(ColorAdjustType type)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
|
||||
Status SetWrapMode(WrapMode wrap, const Color &color, BOOL clamp)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
Status
|
||||
SetWrapMode(WrapMode wrap, const Color &color, BOOL clamp)
|
||||
{
|
||||
return NotImplemented;
|
||||
}
|
||||
};
|
||||
|
||||
#endif /* _GDIPLUSIMAGEATTRIBUTES_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue