ReactOS 0.4.16-dev-122-g325d74c
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.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.
|
static |
Definition at line 70 of file pen.c.
Referenced by GdipGetPenFillType().
|
static |
Definition at line 33 of file pen.c.
Referenced by GdipSetPenDashStyle().
|
static |
Definition at line 54 of file pen.c.
Referenced by GdipSetPenLineJoin().
GpStatus WINGDIPAPI GdipClonePen | ( | GpPen * | pen, |
GpPen ** | clonepen | ||
) |
Definition at line 88 of file pen.c.
Definition at line 136 of file pen.c.
Referenced by test_brushfill(), test_compoundarray(), test_constructor_destructor(), test_customcap(), test_dasharray(), test_drawpath(), test_emfonly(), test_GdipDrawArc(), test_GdipDrawArcI(), test_GdipDrawBezierI(), test_GdipDrawCurve(), test_GdipDrawCurve2(), test_GdipDrawCurve2I(), test_GdipDrawCurve3(), test_GdipDrawCurve3I(), test_GdipDrawCurveI(), test_GdipDrawLineI(), test_GdipDrawLinesI(), test_Get_Release_DC(), test_pen_thickness(), test_penfilltype(), test_startup(), test_transform(), test_widen(), and test_worldbounds().
Definition at line 150 of file pen.c.
Referenced by GdipCreatePen1(), METAFILE_PlaybackObject(), test_constructor_destructor2(), and test_penfilltype().
GpStatus WINGDIPAPI GdipDeletePen | ( | GpPen * | pen | ) |
Definition at line 192 of file pen.c.
Referenced by GdipClonePen(), metafile_free_object_table_entry(), METAFILE_PlaybackObject(), test_brushfill(), test_compoundarray(), test_constructor_destructor(), test_constructor_destructor2(), test_customcap(), test_dasharray(), test_drawpath(), test_emfonly(), test_GdipDrawArc(), test_GdipDrawArcI(), test_GdipDrawBezierI(), test_GdipDrawCurve(), test_GdipDrawCurve2(), test_GdipDrawCurve2I(), test_GdipDrawCurve3(), test_GdipDrawCurve3I(), test_GdipDrawCurveI(), test_GdipDrawLineI(), test_GdipDrawLinesI(), test_Get_Release_DC(), test_pen_thickness(), test_penfilltype(), test_startup(), test_transform(), test_widen(), and test_worldbounds().
GpStatus WINGDIPAPI GdipGetPenBrushFill | ( | GpPen * | pen, |
GpBrush ** | brush | ||
) |
Definition at line 207 of file pen.c.
Referenced by test_brushfill().
GpStatus WINGDIPAPI GdipGetPenColor | ( | GpPen * | pen, |
ARGB * | argb | ||
) |
Definition at line 217 of file pen.c.
Referenced by test_brushfill().
GpStatus WINGDIPAPI GdipGetPenCompoundCount | ( | GpPen * | pen, |
INT * | count | ||
) |
GpStatus WINGDIPAPI GdipGetPenCustomEndCap | ( | GpPen * | pen, |
GpCustomLineCap ** | customCap | ||
) |
Definition at line 230 of file pen.c.
Referenced by test_customcap().
GpStatus WINGDIPAPI GdipGetPenCustomStartCap | ( | GpPen * | pen, |
GpCustomLineCap ** | customCap | ||
) |
Definition at line 245 of file pen.c.
Referenced by test_customcap().
GpStatus WINGDIPAPI GdipGetPenDashArray | ( | GpPen * | pen, |
REAL * | dash, | ||
INT | count | ||
) |
Definition at line 260 of file pen.c.
Referenced by test_dasharray().
GpStatus WINGDIPAPI GdipGetPenDashCap197819 | ( | GpPen * | pen, |
GpDashCap * | dashCap | ||
) |
GpStatus WINGDIPAPI GdipGetPenDashCount | ( | GpPen * | pen, |
INT * | count | ||
) |
GpStatus WINGDIPAPI GdipGetPenDashOffset | ( | GpPen * | pen, |
REAL * | offset | ||
) |
GpStatus WINGDIPAPI GdipGetPenDashStyle | ( | GpPen * | pen, |
GpDashStyle * | dash | ||
) |
Definition at line 312 of file pen.c.
Referenced by test_dasharray().
GpStatus WINGDIPAPI GdipGetPenEndCap | ( | GpPen * | pen, |
GpLineCap * | endCap | ||
) |
GpStatus WINGDIPAPI GdipGetPenFillType | ( | GpPen * | pen, |
GpPenType * | type | ||
) |
GpStatus WINGDIPAPI GdipGetPenLineJoin | ( | GpPen * | pen, |
GpLineJoin * | lineJoin | ||
) |
GpStatus WINGDIPAPI GdipGetPenMiterLimit | ( | GpPen * | pen, |
REAL * | miterLimit | ||
) |
GpStatus WINGDIPAPI GdipGetPenMode | ( | GpPen * | pen, |
GpPenAlignment * | mode | ||
) |
GpStatus WINGDIPAPI GdipGetPenStartCap | ( | GpPen * | pen, |
GpLineCap * | startCap | ||
) |
GpStatus WINGDIPAPI GdipGetPenTransform | ( | GpPen * | pen, |
GpMatrix * | matrix | ||
) |
Definition at line 449 of file pen.c.
Referenced by get_pen_transform(), and test_transform().
GpStatus WINGDIPAPI GdipGetPenUnit | ( | GpPen * | pen, |
GpUnit * | unit | ||
) |
GpStatus WINGDIPAPI GdipGetPenWidth | ( | GpPen * | pen, |
REAL * | width | ||
) |
GpStatus WINGDIPAPI GdipMultiplyPenTransform | ( | GpPen * | pen, |
GDIPCONST GpMatrix * | matrix, | ||
GpMatrixOrder | order | ||
) |
Definition at line 491 of file pen.c.
Referenced by test_transform().
GpStatus WINGDIPAPI GdipResetPenTransform | ( | GpPen * | pen | ) |
Definition at line 420 of file pen.c.
Referenced by test_transform().
GpStatus WINGDIPAPI GdipRotatePenTransform | ( | GpPen * | pen, |
REAL | angle, | ||
GpMatrixOrder | order | ||
) |
Definition at line 481 of file pen.c.
Referenced by test_transform().
GpStatus WINGDIPAPI GdipScalePenTransform | ( | GpPen * | pen, |
REAL | sx, | ||
REAL | sy, | ||
GpMatrixOrder | order | ||
) |
Definition at line 471 of file pen.c.
Referenced by test_transform().
GpStatus WINGDIPAPI GdipSetPenBrushFill | ( | GpPen * | pen, |
GpBrush * | brush | ||
) |
Definition at line 502 of file pen.c.
Referenced by test_brushfill().
GpStatus WINGDIPAPI GdipSetPenColor | ( | GpPen * | pen, |
ARGB | argb | ||
) |
Definition at line 513 of file pen.c.
GpStatus WINGDIPAPI GdipSetPenCustomEndCap | ( | GpPen * | pen, |
GpCustomLineCap * | customCap | ||
) |
Definition at line 547 of file pen.c.
Referenced by test_customcap().
GpStatus WINGDIPAPI GdipSetPenCustomStartCap | ( | GpPen * | pen, |
GpCustomLineCap * | customCap | ||
) |
Definition at line 566 of file pen.c.
Referenced by test_customcap().
Definition at line 585 of file pen.c.
Referenced by test_dasharray().
GpStatus WINGDIPAPI GdipSetPenDashCap197819 | ( | GpPen * | pen, |
GpDashCap | dashCap | ||
) |
GpStatus WINGDIPAPI GdipSetPenDashOffset | ( | GpPen * | pen, |
REAL | offset | ||
) |
Definition at line 638 of file pen.c.
Referenced by METAFILE_PlaybackObject().
GpStatus WINGDIPAPI GdipSetPenDashStyle | ( | GpPen * | pen, |
GpDashStyle | dash | ||
) |
Definition at line 650 of file pen.c.
Referenced by GdipSetPenDashArray(), METAFILE_PlaybackObject(), test_dasharray(), and test_widen().
GpStatus WINGDIPAPI GdipSetPenEndCap | ( | GpPen * | pen, |
GpLineCap | cap | ||
) |
Definition at line 671 of file pen.c.
Referenced by METAFILE_PlaybackObject(), and test_worldbounds().
GpStatus WINGDIPAPI GdipSetPenLineCap197819 | ( | GpPen * | pen, |
GpLineCap | start, | ||
GpLineCap | end, | ||
GpDashCap | dash | ||
) |
GpStatus WINGDIPAPI GdipSetPenLineJoin | ( | GpPen * | pen, |
GpLineJoin | join | ||
) |
Definition at line 708 of file pen.c.
Referenced by METAFILE_PlaybackObject().
GpStatus WINGDIPAPI GdipSetPenMiterLimit | ( | GpPen * | pen, |
REAL | limit | ||
) |
Definition at line 721 of file pen.c.
Referenced by METAFILE_PlaybackObject().
GpStatus WINGDIPAPI GdipSetPenMode | ( | GpPen * | pen, |
GpPenAlignment | mode | ||
) |
GpStatus WINGDIPAPI GdipSetPenStartCap | ( | GpPen * | pen, |
GpLineCap | cap | ||
) |
Definition at line 733 of file pen.c.
Referenced by METAFILE_PlaybackObject().
GpStatus WINGDIPAPI GdipSetPenTransform | ( | GpPen * | pen, |
GpMatrix * | matrix | ||
) |
Definition at line 432 of file pen.c.
Referenced by test_transform().
GpStatus WINGDIPAPI GdipSetPenWidth | ( | GpPen * | pen, |
REAL | width | ||
) |
GpStatus WINGDIPAPI GdipTranslatePenTransform | ( | GpPen * | pen, |
REAL | dx, | ||
REAL | dy, | ||
GpMatrixOrder | order | ||
) |
Definition at line 461 of file pen.c.
Referenced by test_transform().
WINE_DEFAULT_DEBUG_CHANNEL | ( | gdiplus | ) |