|
ReactOS 0.4.17-dev-243-g1369312
|
#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 146 of file pen.c.
Referenced by test_brushfill(), test_compoundarray(), test_constructor_destructor(), test_customcap(), test_dasharray(), test_drawellipse(), test_drawpath(), test_drawrectangle(), 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_is_outline_visible_path_point(), test_pen(), test_pen_thickness(), test_penfilltype(), test_startup(), test_transform(), test_widen(), test_widen_cap(), and test_worldbounds().
Definition at line 160 of file pen.c.
Referenced by GdipCreatePen1(), METAFILE_PlaybackObject(), test_constructor_destructor2(), and test_penfilltype().
| GpStatus WINGDIPAPI GdipDeletePen | ( | GpPen * | pen | ) |
Definition at line 204 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_drawellipse(), test_drawpath(), test_drawrectangle(), 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(), test_pen_thickness(), test_penfilltype(), test_startup(), test_transform(), test_widen(), test_widen_cap(), and test_worldbounds().
| GpStatus WINGDIPAPI GdipGetPenBrushFill | ( | GpPen * | pen, |
| GpBrush ** | brush | ||
| ) |
Definition at line 220 of file pen.c.
Referenced by test_brushfill().
| GpStatus WINGDIPAPI GdipGetPenColor | ( | GpPen * | pen, |
| ARGB * | argb | ||
| ) |
Definition at line 230 of file pen.c.
Referenced by test_brushfill().
| GpStatus WINGDIPAPI GdipGetPenCompoundArray | ( | GpPen * | pen, |
| REAL * | compoundarray, | ||
| INT | count | ||
| ) |
| GpStatus WINGDIPAPI GdipGetPenCompoundCount | ( | GpPen * | pen, |
| INT * | count | ||
| ) |
| GpStatus WINGDIPAPI GdipGetPenCustomEndCap | ( | GpPen * | pen, |
| GpCustomLineCap ** | customCap | ||
| ) |
Definition at line 243 of file pen.c.
Referenced by test_customcap().
| GpStatus WINGDIPAPI GdipGetPenCustomStartCap | ( | GpPen * | pen, |
| GpCustomLineCap ** | customCap | ||
| ) |
Definition at line 258 of file pen.c.
Referenced by test_customcap().
| GpStatus WINGDIPAPI GdipGetPenDashArray | ( | GpPen * | pen, |
| REAL * | dash, | ||
| INT | count | ||
| ) |
Definition at line 273 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 325 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 466 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 508 of file pen.c.
Referenced by test_transform().
| GpStatus WINGDIPAPI GdipResetPenTransform | ( | GpPen * | pen | ) |
Definition at line 433 of file pen.c.
Referenced by test_transform().
| GpStatus WINGDIPAPI GdipRotatePenTransform | ( | GpPen * | pen, |
| REAL | angle, | ||
| GpMatrixOrder | order | ||
| ) |
Definition at line 498 of file pen.c.
Referenced by test_transform().
| GpStatus WINGDIPAPI GdipScalePenTransform | ( | GpPen * | pen, |
| REAL | sx, | ||
| REAL | sy, | ||
| GpMatrixOrder | order | ||
| ) |
Definition at line 488 of file pen.c.
Referenced by test_transform().
| GpStatus WINGDIPAPI GdipSetPenBrushFill | ( | GpPen * | pen, |
| GpBrush * | brush | ||
| ) |
Definition at line 519 of file pen.c.
Referenced by test_brushfill().
| GpStatus WINGDIPAPI GdipSetPenColor | ( | GpPen * | pen, |
| ARGB | argb | ||
| ) |
Definition at line 530 of file pen.c.
| GpStatus WINGDIPAPI GdipSetPenCompoundArray | ( | GpPen * | pen, |
| GDIPCONST REAL * | compoundarray, | ||
| INT | count | ||
| ) |
Definition at line 564 of file pen.c.
Referenced by test_compoundarray().
| GpStatus WINGDIPAPI GdipSetPenCustomEndCap | ( | GpPen * | pen, |
| GpCustomLineCap * | customCap | ||
| ) |
Definition at line 590 of file pen.c.
Referenced by METAFILE_PlaybackObject(), test_customcap(), test_pen(), and test_widen_cap().
| GpStatus WINGDIPAPI GdipSetPenCustomStartCap | ( | GpPen * | pen, |
| GpCustomLineCap * | customCap | ||
| ) |
Definition at line 609 of file pen.c.
Referenced by METAFILE_PlaybackObject(), test_customcap(), test_pen(), and test_widen_cap().
Definition at line 628 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 676 of file pen.c.
Referenced by METAFILE_PlaybackObject().
| GpStatus WINGDIPAPI GdipSetPenDashStyle | ( | GpPen * | pen, |
| GpDashStyle | dash | ||
| ) |
Definition at line 688 of file pen.c.
Referenced by GdipSetPenDashArray(), METAFILE_PlaybackObject(), test_dasharray(), test_widen(), and test_widen_cap().
| GpStatus WINGDIPAPI GdipSetPenEndCap | ( | GpPen * | pen, |
| GpLineCap | cap | ||
| ) |
Definition at line 709 of file pen.c.
Referenced by METAFILE_PlaybackObject(), test_widen_cap(), and test_worldbounds().
| GpStatus WINGDIPAPI GdipSetPenLineCap197819 | ( | GpPen * | pen, |
| GpLineCap | start, | ||
| GpLineCap | end, | ||
| GpDashCap | dash | ||
| ) |
| GpStatus WINGDIPAPI GdipSetPenLineJoin | ( | GpPen * | pen, |
| GpLineJoin | join | ||
| ) |
Definition at line 746 of file pen.c.
Referenced by METAFILE_PlaybackObject().
| GpStatus WINGDIPAPI GdipSetPenMiterLimit | ( | GpPen * | pen, |
| REAL | limit | ||
| ) |
Definition at line 759 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 771 of file pen.c.
Referenced by METAFILE_PlaybackObject(), and test_widen_cap().
| GpStatus WINGDIPAPI GdipSetPenTransform | ( | GpPen * | pen, |
| GpMatrix * | matrix | ||
| ) |
Definition at line 445 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 478 of file pen.c.
Referenced by test_transform().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | gdiplus | ) |