ReactOS 0.4.16-dev-303-g11d5cb8
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "wingdi.h"
#include "objbase.h"
#include "olectl.h"
#include "ole2.h"
#include "gdiplus.h"
#include "gdiplus_private.h"
#include "wine/debug.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
Variables | |
static const char | HatchBrushes [][8] |
|
static |
Definition at line 297 of file brush.c.
Referenced by GdipCreateLineBrush(), and GdipCreateLineBrushFromRectWithAngle().
|
static |
Definition at line 604 of file brush.c.
Referenced by GdipCreatePathGradient(), GdipCreatePathGradientFromPath(), and GdipCreatePathGradientI().
GpStatus WINGDIPAPI GdipCloneBrush | ( | GpBrush * | brush, |
GpBrush ** | clone | ||
) |
Definition at line 70 of file brush.c.
Referenced by GdipClonePen(), GdipCreatePen2(), GdipGetPenBrushFill(), and GdipSetPenBrushFill().
GpStatus WINGDIPAPI GdipCreateHatchBrush | ( | GpHatchStyle | hatchstyle, |
ARGB | forecol, | ||
ARGB | backcol, | ||
GpHatch ** | brush | ||
) |
Definition at line 276 of file brush.c.
Referenced by GdipCloneBrush(), metafile_deserialize_brush(), test_createHatchBrush(), and test_getHatchStyle().
GpStatus WINGDIPAPI GdipCreateLineBrush | ( | GDIPCONST GpPointF * | startpoint, |
GDIPCONST GpPointF * | endpoint, | ||
ARGB | startcolor, | ||
ARGB | endcolor, | ||
GpWrapMode | wrap, | ||
GpLineGradient ** | line | ||
) |
Definition at line 372 of file brush.c.
Referenced by GdipCreateLineBrushI(), metafile_deserialize_brush(), test_constructor_destructor2(), test_getgamma(), test_gradientgetrect(), test_lineblend(), test_linelinearblend(), test_penfilltype(), and test_transform().
GpStatus WINGDIPAPI GdipCreateLineBrushFromRect | ( | GDIPCONST GpRectF * | rect, |
ARGB | startcolor, | ||
ARGB | endcolor, | ||
LinearGradientMode | mode, | ||
GpWrapMode | wrap, | ||
GpLineGradient ** | line | ||
) |
Definition at line 436 of file brush.c.
Referenced by GdipCreateLineBrushFromRectI(), test_gradientgetrect(), and test_transform().
GpStatus WINGDIPAPI GdipCreateLineBrushFromRectI | ( | GDIPCONST GpRect * | rect, |
ARGB | startcolor, | ||
ARGB | endcolor, | ||
LinearGradientMode | mode, | ||
GpWrapMode | wrap, | ||
GpLineGradient ** | line | ||
) |
Definition at line 469 of file brush.c.
Referenced by GdipCreateLineBrushFromRectWithAngleI().
GpStatus WINGDIPAPI GdipCreateLineBrushFromRectWithAngle | ( | GDIPCONST GpRectF * | rect, |
ARGB | startcolor, | ||
ARGB | endcolor, | ||
REAL | angle, | ||
BOOL | isAngleScalable, | ||
GpWrapMode | wrap, | ||
GpLineGradient ** | line | ||
) |
Definition at line 489 of file brush.c.
Referenced by GdipCreateLineBrushFromRect(), test_createLineBrushFromRectWithAngle(), and test_gradientgetrect().
GpStatus WINGDIPAPI GdipCreateLineBrushFromRectWithAngleI | ( | GDIPCONST GpRect * | rect, |
ARGB | startcolor, | ||
ARGB | endcolor, | ||
REAL | angle, | ||
BOOL | isAngleScalable, | ||
GpWrapMode | wrap, | ||
GpLineGradient ** | line | ||
) |
Definition at line 593 of file brush.c.
GpStatus WINGDIPAPI GdipCreateLineBrushI | ( | GDIPCONST GpPoint * | startpoint, |
GDIPCONST GpPoint * | endpoint, | ||
ARGB | startcolor, | ||
ARGB | endcolor, | ||
GpWrapMode | wrap, | ||
GpLineGradient ** | line | ||
) |
Definition at line 415 of file brush.c.
GpStatus WINGDIPAPI GdipCreatePathGradient | ( | GDIPCONST GpPointF * | points, |
INT | count, | ||
GpWrapMode | wrap, | ||
GpPathGradient ** | grad | ||
) |
Definition at line 658 of file brush.c.
Referenced by test_getblend(), test_getbounds(), test_gradientblendcount(), test_gradientsurroundcolorcount(), test_pathgradientblend(), test_pathgradientcenterpoint(), test_pathgradientpath(), and test_pathgradientpresetblend().
GpStatus WINGDIPAPI GdipCreatePathGradientFromPath | ( | GDIPCONST GpPath * | path, |
GpPathGradient ** | grad | ||
) |
Definition at line 727 of file brush.c.
GpStatus WINGDIPAPI GdipCreatePathGradientI | ( | GDIPCONST GpPoint * | points, |
INT | count, | ||
GpWrapMode | wrap, | ||
GpPathGradient ** | grad | ||
) |
Definition at line 691 of file brush.c.
GpStatus WINGDIPAPI GdipCreateSolidFill | ( | ARGB | color, |
GpSolidFill ** | sf | ||
) |
Definition at line 757 of file brush.c.
Referenced by GdipCreatePen1(), GdipGraphicsClear(), GdipPlayMetafileRecord(), metafile_deserialize_brush(), test_brushfill(), test_clipping(), test_constructor_destructor(), test_containers(), test_fillpath(), test_fillrect(), test_GdipDrawString(), test_GdipFillClosedCurve(), test_GdipFillClosedCurve2(), test_GdipFillClosedCurve2I(), test_GdipFillClosedCurveI(), test_GdipFillPath(), test_GdipFillRectangles(), test_GdipFillRectanglesOnMemoryDCSolidBrush(), test_Get_Release_DC(), test_hdc_caching(), test_nullframerect(), test_pagetransform(), test_penfilltype(), test_string_functions(), test_type(), and test_worldtransform().
GpStatus WINGDIPAPI GdipCreateTexture | ( | GpImage * | image, |
GpWrapMode | wrapmode, | ||
GpTexture ** | texture | ||
) |
Definition at line 786 of file brush.c.
Referenced by metafile_deserialize_brush(), test_GdipFillRectanglesOnBitmapTextureBrush(), test_GdipFillRectanglesOnMemoryDCTextureBrush(), test_texturewrap(), and test_transform().
GpStatus WINGDIPAPI GdipCreateTexture2 | ( | GpImage * | image, |
GpWrapMode | wrapmode, | ||
REAL | x, | ||
REAL | y, | ||
REAL | width, | ||
REAL | height, | ||
GpTexture ** | texture | ||
) |
Definition at line 821 of file brush.c.
GpStatus WINGDIPAPI GdipCreateTexture2I | ( | GpImage * | image, |
GpWrapMode | wrapmode, | ||
INT | x, | ||
INT | y, | ||
INT | width, | ||
INT | height, | ||
GpTexture ** | texture | ||
) |
Definition at line 928 of file brush.c.
GpStatus WINGDIPAPI GdipCreateTextureIA | ( | GpImage * | image, |
GDIPCONST GpImageAttributes * | imageattr, | ||
REAL | x, | ||
REAL | y, | ||
REAL | width, | ||
REAL | height, | ||
GpTexture ** | texture | ||
) |
Definition at line 848 of file brush.c.
Referenced by GdipCloneBrush(), GdipCreateTexture(), GdipCreateTexture2(), GdipCreateTexture2I(), and GdipCreateTextureIAI().
GpStatus WINGDIPAPI GdipCreateTextureIAI | ( | GpImage * | image, |
GDIPCONST GpImageAttributes * | imageattr, | ||
INT | x, | ||
INT | y, | ||
INT | width, | ||
INT | height, | ||
GpTexture ** | texture | ||
) |
GpStatus WINGDIPAPI GdipDeleteBrush | ( | GpBrush * | brush | ) |
Definition at line 994 of file brush.c.
Referenced by GdipCreatePen1(), GdipDeletePen(), GdipGraphicsClear(), GdipPlayMetafileRecord(), GdipSetPenBrushFill(), metafile_deserialize_brush(), metafile_free_object_table_entry(), METAFILE_PlaybackObject(), test_brushfill(), test_clipping(), test_constructor_destructor(), test_constructor_destructor2(), test_containers(), test_createHatchBrush(), test_createLineBrushFromRectWithAngle(), test_fillpath(), test_fillrect(), test_GdipDrawString(), test_GdipFillClosedCurve(), test_GdipFillClosedCurve2(), test_GdipFillClosedCurve2I(), test_GdipFillClosedCurveI(), test_GdipFillPath(), test_GdipFillRectangles(), test_GdipFillRectanglesOnBitmapTextureBrush(), test_GdipFillRectanglesOnMemoryDCSolidBrush(), test_GdipFillRectanglesOnMemoryDCTextureBrush(), test_Get_Release_DC(), test_getblend(), test_getbounds(), test_getgamma(), test_getHatchStyle(), test_gradientblendcount(), test_gradientgetrect(), test_gradientsurroundcolorcount(), test_hdc_caching(), test_lineblend(), test_linelinearblend(), test_nullframerect(), test_pagetransform(), test_pathgradientblend(), test_pathgradientcenterpoint(), test_pathgradientpath(), test_pathgradientpresetblend(), test_penfilltype(), test_string_functions(), test_texturewrap(), test_transform(), test_type(), and test_worldtransform().
GpStatus WINGDIPAPI GdipGetBrushType | ( | GpBrush * | brush, |
GpBrushType * | type | ||
) |
Definition at line 950 of file brush.c.
Referenced by test_brushfill(), and test_type().
GpStatus WINGDIPAPI GdipGetHatchBackgroundColor | ( | GpHatch * | brush, |
ARGB * | backcol | ||
) |
GpStatus WINGDIPAPI GdipGetHatchForegroundColor | ( | GpHatch * | brush, |
ARGB * | forecol | ||
) |
GpStatus WINGDIPAPI GdipGetHatchStyle | ( | GpHatch * | brush, |
GpHatchStyle * | hatchstyle | ||
) |
Definition at line 983 of file brush.c.
Referenced by test_getHatchStyle().
GpStatus WINGDIPAPI GdipGetLineBlend | ( | GpLineGradient * | brush, |
REAL * | factors, | ||
REAL * | positions, | ||
INT | count | ||
) |
Definition at line 1403 of file brush.c.
Referenced by test_lineblend(), and test_linelinearblend().
GpStatus WINGDIPAPI GdipGetLineBlendCount | ( | GpLineGradient * | brush, |
INT * | count | ||
) |
Definition at line 1420 of file brush.c.
Referenced by test_lineblend(), and test_linelinearblend().
GpStatus WINGDIPAPI GdipGetLineColors | ( | GpLineGradient * | brush, |
ARGB * | colors | ||
) |
Definition at line 1983 of file brush.c.
Referenced by test_gradientgetrect().
GpStatus WINGDIPAPI GdipGetLineGammaCorrection | ( | GpLineGradient * | line, |
BOOL * | usinggamma | ||
) |
Definition at line 1030 of file brush.c.
Referenced by test_getgamma().
GpStatus WINGDIPAPI GdipGetLinePresetBlend | ( | GpLineGradient * | brush, |
ARGB * | blend, | ||
REAL * | positions, | ||
INT | count | ||
) |
Definition at line 2077 of file brush.c.
Referenced by test_lineblend().
GpStatus WINGDIPAPI GdipGetLinePresetBlendCount | ( | GpLineGradient * | brush, |
INT * | count | ||
) |
GpStatus WINGDIPAPI GdipGetLineRect | ( | GpLineGradient * | brush, |
GpRectF * | rect | ||
) |
Definition at line 2191 of file brush.c.
Referenced by GdipGetLineRectI(), test_gradientgetrect(), and test_transform().
GpStatus WINGDIPAPI GdipGetLineRectI | ( | GpLineGradient * | brush, |
GpRect * | rect | ||
) |
Definition at line 2203 of file brush.c.
GpStatus WINGDIPAPI GdipGetLineTransform | ( | GpLineGradient * | brush, |
GpMatrix * | matrix | ||
) |
Definition at line 2129 of file brush.c.
Referenced by test_gradientgetrect(), and test_transform().
GpStatus WINGDIPAPI GdipGetLineWrapMode | ( | GpLineGradient * | brush, |
GpWrapMode * | wrapmode | ||
) |
GpStatus WINGDIPAPI GdipGetPathGradientBlend | ( | GpPathGradient * | brush, |
REAL * | blend, | ||
REAL * | positions, | ||
INT | count | ||
) |
Definition at line 1055 of file brush.c.
Referenced by test_getblend(), and test_pathgradientblend().
GpStatus WINGDIPAPI GdipGetPathGradientBlendCount | ( | GpPathGradient * | brush, |
INT * | count | ||
) |
Definition at line 1074 of file brush.c.
Referenced by test_gradientblendcount(), and test_pathgradientblend().
GpStatus WINGDIPAPI GdipGetPathGradientCenterColor | ( | GpPathGradient * | grad, |
ARGB * | colors | ||
) |
GpStatus WINGDIPAPI GdipGetPathGradientCenterPoint | ( | GpPathGradient * | grad, |
GpPointF * | point | ||
) |
Definition at line 1086 of file brush.c.
Referenced by GdipGetPathGradientCenterPointI(), and test_pathgradientcenterpoint().
GpStatus WINGDIPAPI GdipGetPathGradientCenterPointI | ( | GpPathGradient * | grad, |
GpPoint * | point | ||
) |
Definition at line 1100 of file brush.c.
GpStatus WINGDIPAPI GdipGetPathGradientFocusScales | ( | GpPathGradient * | grad, |
REAL * | x, | ||
REAL * | y | ||
) |
GpStatus WINGDIPAPI GdipGetPathGradientGammaCorrection | ( | GpPathGradient * | grad, |
BOOL * | gamma | ||
) |
GpStatus WINGDIPAPI GdipGetPathGradientPath | ( | GpPathGradient * | grad, |
GpPath * | path | ||
) |
Definition at line 1161 of file brush.c.
Referenced by test_pathgradientpath().
GpStatus WINGDIPAPI GdipGetPathGradientPointCount | ( | GpPathGradient * | grad, |
INT * | count | ||
) |
GpStatus WINGDIPAPI GdipGetPathGradientPresetBlend | ( | GpPathGradient * | brush, |
ARGB * | blend, | ||
REAL * | pos, | ||
INT | count | ||
) |
Definition at line 1616 of file brush.c.
Referenced by test_pathgradientpresetblend().
GpStatus WINGDIPAPI GdipGetPathGradientPresetBlendCount | ( | GpPathGradient * | brush, |
INT * | count | ||
) |
Definition at line 1643 of file brush.c.
Referenced by test_pathgradientpresetblend().
GpStatus WINGDIPAPI GdipGetPathGradientRect | ( | GpPathGradient * | brush, |
GpRectF * | rect | ||
) |
Definition at line 1186 of file brush.c.
Referenced by GdipGetPathGradientRectI(), and test_getbounds().
GpStatus WINGDIPAPI GdipGetPathGradientRectI | ( | GpPathGradient * | brush, |
GpRect * | rect | ||
) |
Definition at line 1200 of file brush.c.
GpStatus WINGDIPAPI GdipGetPathGradientSurroundColorCount | ( | GpPathGradient * | brush, |
INT * | count | ||
) |
Definition at line 1244 of file brush.c.
Referenced by test_gradientsurroundcolorcount().
GpStatus WINGDIPAPI GdipGetPathGradientSurroundColorsWithCount | ( | GpPathGradient * | grad, |
ARGB * | argb, | ||
INT * | count | ||
) |
Definition at line 1221 of file brush.c.
Referenced by test_gradientsurroundcolorcount().
GpStatus WINGDIPAPI GdipGetPathGradientTransform | ( | GpPathGradient * | grad, |
GpMatrix * | matrix | ||
) |
GpStatus WINGDIPAPI GdipGetPathGradientWrapMode | ( | GpPathGradient * | brush, |
GpWrapMode * | wrapmode | ||
) |
GpStatus WINGDIPAPI GdipGetSolidFillColor | ( | GpSolidFill * | sf, |
ARGB * | argb | ||
) |
Definition at line 1273 of file brush.c.
Referenced by GdipGetPenColor(), and test_brushfill().
GpStatus WINGDIPAPI GdipGetTextureImage | ( | GpTexture * | brush, |
GpImage ** | image | ||
) |
Definition at line 1288 of file brush.c.
GpStatus WINGDIPAPI GdipGetTextureTransform | ( | GpTexture * | brush, |
GpMatrix * | matrix | ||
) |
GpStatus WINGDIPAPI GdipGetTextureWrapMode | ( | GpTexture * | brush, |
GpWrapMode * | wrapmode | ||
) |
Definition at line 1316 of file brush.c.
Referenced by test_texturewrap().
GpStatus WINGDIPAPI GdipMultiplyLineTransform | ( | GpLineGradient * | brush, |
GDIPCONST GpMatrix * | matrix, | ||
GpMatrixOrder | order | ||
) |
Definition at line 2152 of file brush.c.
Referenced by test_transform().
GpStatus WINGDIPAPI GdipMultiplyPathGradientTransform | ( | GpPathGradient * | grad, |
GDIPCONST GpMatrix * | matrix, | ||
GpMatrixOrder | order | ||
) |
GpStatus WINGDIPAPI GdipMultiplyTextureTransform | ( | GpTexture * | brush, |
GDIPCONST GpMatrix * | matrix, | ||
GpMatrixOrder | order | ||
) |
GpStatus WINGDIPAPI GdipResetLineTransform | ( | GpLineGradient * | brush | ) |
Definition at line 2106 of file brush.c.
Referenced by test_transform().
GpStatus WINGDIPAPI GdipResetPathGradientTransform | ( | GpPathGradient * | grad | ) |
GpStatus WINGDIPAPI GdipResetTextureTransform | ( | GpTexture * | brush | ) |
Definition at line 1345 of file brush.c.
Referenced by test_transform().
GpStatus WINGDIPAPI GdipRotateLineTransform | ( | GpLineGradient * | brush, |
REAL | angle, | ||
GpMatrixOrder | order | ||
) |
GpStatus WINGDIPAPI GdipRotatePathGradientTransform | ( | GpPathGradient * | grad, |
REAL | angle, | ||
GpMatrixOrder | order | ||
) |
Definition at line 1892 of file brush.c.
GpStatus WINGDIPAPI GdipRotateTextureTransform | ( | GpTexture * | brush, |
REAL | angle, | ||
GpMatrixOrder | order | ||
) |
GpStatus WINGDIPAPI GdipScaleLineTransform | ( | GpLineGradient * | brush, |
REAL | sx, | ||
REAL | sy, | ||
GpMatrixOrder | order | ||
) |
Definition at line 2141 of file brush.c.
Referenced by test_transform().
GpStatus WINGDIPAPI GdipScalePathGradientTransform | ( | GpPathGradient * | grad, |
REAL | sx, | ||
REAL | sy, | ||
GpMatrixOrder | order | ||
) |
GpStatus WINGDIPAPI GdipScaleTextureTransform | ( | GpTexture * | brush, |
REAL | sx, | ||
REAL | sy, | ||
GpMatrixOrder | order | ||
) |
GpStatus WINGDIPAPI GdipSetLineBlend | ( | GpLineGradient * | brush, |
GDIPCONST REAL * | factors, | ||
GDIPCONST REAL * | positions, | ||
INT | count | ||
) |
Definition at line 1369 of file brush.c.
Referenced by GdipSetLineLinearBlend(), GdipSetLineSigmaBlend(), metafile_deserialize_brush(), and test_lineblend().
GpStatus WINGDIPAPI GdipSetLineColors | ( | GpLineGradient * | brush, |
ARGB | color1, | ||
ARGB | color2 | ||
) |
GpStatus WINGDIPAPI GdipSetLineGammaCorrection | ( | GpLineGradient * | line, |
BOOL | usegamma | ||
) |
GpStatus WINGDIPAPI GdipSetLineLinearBlend | ( | GpLineGradient * | brush, |
REAL | focus, | ||
REAL | scale | ||
) |
Definition at line 2010 of file brush.c.
Referenced by test_linelinearblend().
GpStatus WINGDIPAPI GdipSetLinePresetBlend | ( | GpLineGradient * | brush, |
GDIPCONST ARGB * | blend, | ||
GDIPCONST REAL * | positions, | ||
INT | count | ||
) |
Definition at line 2042 of file brush.c.
Referenced by metafile_deserialize_brush(), and test_lineblend().
GpStatus WINGDIPAPI GdipSetLineSigmaBlend | ( | GpLineGradient * | line, |
REAL | focus, | ||
REAL | scale | ||
) |
Definition at line 1445 of file brush.c.
GpStatus WINGDIPAPI GdipSetLineTransform | ( | GpLineGradient * | brush, |
GDIPCONST GpMatrix * | matrix | ||
) |
Definition at line 2116 of file brush.c.
Referenced by metafile_deserialize_brush(), and test_transform().
GpStatus WINGDIPAPI GdipSetLineWrapMode | ( | GpLineGradient * | line, |
GpWrapMode | wrap | ||
) |
GpStatus WINGDIPAPI GdipSetPathGradientBlend | ( | GpPathGradient * | brush, |
GDIPCONST REAL * | blend, | ||
GDIPCONST REAL * | pos, | ||
INT | count | ||
) |
Definition at line 1514 of file brush.c.
Referenced by GdipSetPathGradientLinearBlend(), GdipSetPathGradientSigmaBlend(), and test_pathgradientblend().
GpStatus WINGDIPAPI GdipSetPathGradientCenterColor | ( | GpPathGradient * | grad, |
ARGB | argb | ||
) |
GpStatus WINGDIPAPI GdipSetPathGradientCenterPoint | ( | GpPathGradient * | grad, |
GpPointF * | point | ||
) |
Definition at line 1668 of file brush.c.
Referenced by GdipSetPathGradientCenterPointI(), and test_pathgradientcenterpoint().
GpStatus WINGDIPAPI GdipSetPathGradientCenterPointI | ( | GpPathGradient * | grad, |
GpPoint * | point | ||
) |
Definition at line 1682 of file brush.c.
GpStatus WINGDIPAPI GdipSetPathGradientFocusScales | ( | GpPathGradient * | grad, |
REAL | x, | ||
REAL | y | ||
) |
GpStatus WINGDIPAPI GdipSetPathGradientGammaCorrection | ( | GpPathGradient * | grad, |
BOOL | gamma | ||
) |
GpStatus WINGDIPAPI GdipSetPathGradientLinearBlend | ( | GpPathGradient * | brush, |
REAL | focus, | ||
REAL | scale | ||
) |
Definition at line 1548 of file brush.c.
GpStatus WINGDIPAPI GdipSetPathGradientPath | ( | GpPathGradient * | grad, |
GDIPCONST GpPath * | path | ||
) |
GpStatus WINGDIPAPI GdipSetPathGradientPresetBlend | ( | GpPathGradient * | brush, |
GDIPCONST ARGB * | blend, | ||
GDIPCONST REAL * | pos, | ||
INT | count | ||
) |
Definition at line 1581 of file brush.c.
Referenced by test_pathgradientpresetblend().
GpStatus WINGDIPAPI GdipSetPathGradientSigmaBlend | ( | GpPathGradient * | grad, |
REAL | focus, | ||
REAL | scale | ||
) |
Definition at line 1737 of file brush.c.
GpStatus WINGDIPAPI GdipSetPathGradientSurroundColorsWithCount | ( | GpPathGradient * | grad, |
GDIPCONST ARGB * | argb, | ||
INT * | count | ||
) |
Definition at line 1793 of file brush.c.
Referenced by test_gradientsurroundcolorcount().
GpStatus WINGDIPAPI GdipSetPathGradientTransform | ( | GpPathGradient * | grad, |
GpMatrix * | matrix | ||
) |
GpStatus WINGDIPAPI GdipSetPathGradientWrapMode | ( | GpPathGradient * | grad, |
GpWrapMode | wrap | ||
) |
GpStatus WINGDIPAPI GdipSetSolidFillColor | ( | GpSolidFill * | sf, |
ARGB | argb | ||
) |
Definition at line 1925 of file brush.c.
Referenced by GdipSetPenColor(), and test_brushfill().
GpStatus WINGDIPAPI GdipSetTextureTransform | ( | GpTexture * | texture, |
GDIPCONST GpMatrix * | matrix | ||
) |
Definition at line 1939 of file brush.c.
Referenced by metafile_deserialize_brush(), and test_transform().
GpStatus WINGDIPAPI GdipSetTextureWrapMode | ( | GpTexture * | brush, |
GpWrapMode | wrapmode | ||
) |
Definition at line 1957 of file brush.c.
Referenced by test_texturewrap().
GpStatus WINGDIPAPI GdipTranslateLineTransform | ( | GpLineGradient * | brush, |
REAL | dx, | ||
REAL | dy, | ||
GpMatrixOrder | order | ||
) |
Definition at line 2166 of file brush.c.
Referenced by test_transform().
GpStatus WINGDIPAPI GdipTranslatePathGradientTransform | ( | GpPathGradient * | grad, |
REAL | dx, | ||
REAL | dy, | ||
GpMatrixOrder | order | ||
) |
GpStatus WINGDIPAPI GdipTranslateTextureTransform | ( | GpTexture * | brush, |
REAL | dx, | ||
REAL | dy, | ||
GpMatrixOrder | order | ||
) |
GpStatus get_hatch_data | ( | GpHatchStyle | hatchstyle, |
const char ** | result | ||
) |
Definition at line 262 of file brush.c.
Referenced by brush_fill_pixels(), and create_hatch_bitmap().
|
static |
Definition at line 334 of file brush.c.
Referenced by GdipCreateLineBrush(), and GdipCreateLineBrushFromRectWithAngle().
WINE_DEFAULT_DEBUG_CHANNEL | ( | gdiplus | ) |
Definition at line 229 of file brush.c.
Referenced by get_hatch_data().