|
ReactOS 0.4.17-dev-934-g091855f
|
#include "d2d1_private.h"
Go to the source code of this file.
Variables | |
| static const struct ID2D1StrokeStyle1Vtbl | d2d_stroke_style_vtbl |
|
static |
Definition at line 47 of file stroke.c.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| HRESULT d2d_stroke_style_init | ( | struct d2d_stroke_style * | style, |
| ID2D1Factory * | factory, | ||
| const D2D1_STROKE_STYLE_PROPERTIES1 * | desc, | ||
| const float * | dashes, | ||
| UINT32 | dash_count | ||
| ) |
Definition at line 202 of file stroke.c.
Referenced by d2d_factory_CreateStrokeStyle(), and d2d_factory_CreateStrokeStyle1().
|
static |
Definition at line 28 of file stroke.c.
|
static |
|
inlinestatic |
Definition at line 23 of file stroke.c.
Referenced by d2d_stroke_style_AddRef(), d2d_stroke_style_GetDashCap(), d2d_stroke_style_GetDashes(), d2d_stroke_style_GetDashesCount(), d2d_stroke_style_GetDashOffset(), d2d_stroke_style_GetDashStyle(), d2d_stroke_style_GetEndCap(), d2d_stroke_style_GetFactory(), d2d_stroke_style_GetLineJoin(), d2d_stroke_style_GetMiterLimit(), d2d_stroke_style_GetStartCap(), d2d_stroke_style_GetStrokeTransformType(), and d2d_stroke_style_Release().
| struct d2d_stroke_style * unsafe_impl_from_ID2D1StrokeStyle | ( | ID2D1StrokeStyle * | iface | ) |
Definition at line 194 of file stroke.c.
Referenced by d2d_device_context_DrawGeometry().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | d2d | ) |
Definition at line 176 of file stroke.c.
Referenced by d2d_stroke_style_init(), and unsafe_impl_from_ID2D1StrokeStyle().