|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <assert.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 283 of file customlinecap.c.
Referenced by GdipCreateAdjustableArrowCap(), GdipSetAdjustableArrowCapFillState(), GdipSetAdjustableArrowCapHeight(), GdipSetAdjustableArrowCapMiddleInset(), and GdipSetAdjustableArrowCapWidth().
| GpStatus WINGDIPAPI GdipCloneCustomLineCap | ( | GpCustomLineCap * | from, |
| GpCustomLineCap ** | to | ||
| ) |
Definition at line 34 of file customlinecap.c.
Referenced by GdipClonePen(), GdipGetPenCustomEndCap(), GdipGetPenCustomStartCap(), GdipSetPenCustomEndCap(), and GdipSetPenCustomStartCap().
| GpStatus WINGDIPAPI GdipCreateAdjustableArrowCap | ( | REAL | height, |
| REAL | width, | ||
| BOOL | fill, | ||
| GpAdjustableArrowCap ** | cap | ||
| ) |
Definition at line 329 of file customlinecap.c.
Referenced by test_captype(), and test_create_adjustable_cap().
| GpStatus WINGDIPAPI GdipCreateCustomLineCap | ( | GpPath * | fillPath, |
| GpPath * | strokePath, | ||
| GpLineCap | baseCap, | ||
| REAL | baseInset, | ||
| GpCustomLineCap ** | customCap | ||
| ) |
Definition at line 108 of file customlinecap.c.
Referenced by test_captype(), test_constructor_destructor(), test_inset(), test_linejoin(), and test_scale().
| GpStatus WINGDIPAPI GdipDeleteCustomLineCap | ( | GpCustomLineCap * | customCap | ) |
Definition at line 139 of file customlinecap.c.
Referenced by GdipDeletePen(), GdipSetPenCustomEndCap(), GdipSetPenCustomStartCap(), GdipSetPenEndCap(), GdipSetPenLineCap197819(), GdipSetPenStartCap(), test_captype(), test_constructor_destructor(), test_create_adjustable_cap(), test_inset(), test_linejoin(), and test_scale().
| GpStatus WINGDIPAPI GdipGetAdjustableArrowCapFillState | ( | GpAdjustableArrowCap * | cap, |
| BOOL * | fill | ||
| ) |
Definition at line 364 of file customlinecap.c.
Referenced by test_create_adjustable_cap().
| GpStatus WINGDIPAPI GdipGetAdjustableArrowCapHeight | ( | GpAdjustableArrowCap * | cap, |
| REAL * | height | ||
| ) |
Definition at line 375 of file customlinecap.c.
Referenced by test_create_adjustable_cap().
| GpStatus WINGDIPAPI GdipGetAdjustableArrowCapMiddleInset | ( | GpAdjustableArrowCap * | cap, |
| REAL * | middle | ||
| ) |
Definition at line 386 of file customlinecap.c.
Referenced by test_create_adjustable_cap().
| GpStatus WINGDIPAPI GdipGetAdjustableArrowCapWidth | ( | GpAdjustableArrowCap * | cap, |
| REAL * | width | ||
| ) |
Definition at line 397 of file customlinecap.c.
Referenced by test_create_adjustable_cap().
| GpStatus WINGDIPAPI GdipGetCustomLineCapBaseCap | ( | GpCustomLineCap * | customCap, |
| GpLineCap * | baseCap | ||
| ) |
Definition at line 260 of file customlinecap.c.
Referenced by test_create_adjustable_cap().
| GpStatus WINGDIPAPI GdipGetCustomLineCapBaseInset | ( | GpCustomLineCap * | custom, |
| REAL * | inset | ||
| ) |
Definition at line 208 of file customlinecap.c.
Referenced by test_create_adjustable_cap(), and test_inset().
| GpStatus WINGDIPAPI GdipGetCustomLineCapStrokeJoin | ( | GpCustomLineCap * | customCap, |
| GpLineJoin * | lineJoin | ||
| ) |
Definition at line 153 of file customlinecap.c.
Referenced by test_create_adjustable_cap(), and test_linejoin().
| GpStatus WINGDIPAPI GdipGetCustomLineCapType | ( | GpCustomLineCap * | customCap, |
| CustomLineCapType * | type | ||
| ) |
| GpStatus WINGDIPAPI GdipGetCustomLineCapWidthScale | ( | GpCustomLineCap * | custom, |
| REAL * | widthScale | ||
| ) |
Definition at line 166 of file customlinecap.c.
Referenced by test_create_adjustable_cap(), and test_scale().
| GpStatus WINGDIPAPI GdipSetAdjustableArrowCapFillState | ( | GpAdjustableArrowCap * | cap, |
| BOOL | fill | ||
| ) |
Definition at line 408 of file customlinecap.c.
| GpStatus WINGDIPAPI GdipSetAdjustableArrowCapHeight | ( | GpAdjustableArrowCap * | cap, |
| REAL | height | ||
| ) |
Definition at line 420 of file customlinecap.c.
Referenced by test_create_adjustable_cap().
| GpStatus WINGDIPAPI GdipSetAdjustableArrowCapMiddleInset | ( | GpAdjustableArrowCap * | cap, |
| REAL | middle | ||
| ) |
Definition at line 432 of file customlinecap.c.
Referenced by test_create_adjustable_cap().
| GpStatus WINGDIPAPI GdipSetAdjustableArrowCapWidth | ( | GpAdjustableArrowCap * | cap, |
| REAL | width | ||
| ) |
Definition at line 444 of file customlinecap.c.
| GpStatus WINGDIPAPI GdipSetCustomLineCapBaseCap | ( | GpCustomLineCap * | custom, |
| GpLineCap | base | ||
| ) |
Definition at line 195 of file customlinecap.c.
Referenced by test_create_adjustable_cap().
| GpStatus WINGDIPAPI GdipSetCustomLineCapBaseInset | ( | GpCustomLineCap * | custom, |
| REAL | inset | ||
| ) |
Definition at line 221 of file customlinecap.c.
| GpStatus WINGDIPAPI GdipSetCustomLineCapStrokeCaps | ( | GpCustomLineCap * | custom, |
| GpLineCap | start, | ||
| GpLineCap | end | ||
| ) |
Definition at line 179 of file customlinecap.c.
| GpStatus WINGDIPAPI GdipSetCustomLineCapStrokeJoin | ( | GpCustomLineCap * | custom, |
| GpLineJoin | join | ||
| ) |
Definition at line 235 of file customlinecap.c.
Referenced by test_linejoin().
| GpStatus WINGDIPAPI GdipSetCustomLineCapWidthScale | ( | GpCustomLineCap * | custom, |
| REAL | width | ||
| ) |
Definition at line 248 of file customlinecap.c.
Referenced by test_scale().
|
static |
Definition at line 75 of file customlinecap.c.
Referenced by GdipCreateAdjustableArrowCap(), and GdipCreateCustomLineCap().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | gdiplus | ) |