|
ReactOS 0.4.17-dev-934-g091855f
|
#include <d2d1_private.h>

Public Attributes | |
| ID2D1StrokeStyle1 | ID2D1StrokeStyle1_iface |
| LONG | refcount |
| ID2D1Factory * | factory |
| D2D1_STROKE_STYLE_PROPERTIES1 | desc |
| float * | dashes |
| UINT32 | dash_count |
Definition at line 387 of file d2d1_private.h.
| UINT32 d2d_stroke_style::dash_count |
Definition at line 395 of file d2d1_private.h.
Referenced by d2d_factory_CreateStrokeStyle(), d2d_factory_CreateStrokeStyle1(), d2d_stroke_style_GetDashes(), and d2d_stroke_style_init().
| float* d2d_stroke_style::dashes |
Definition at line 394 of file d2d1_private.h.
Referenced by d2d_factory_CreateStrokeStyle(), d2d_factory_CreateStrokeStyle1(), d2d_stroke_style_GetDashes(), and d2d_stroke_style_init().
| D2D1_STROKE_STYLE_PROPERTIES1 d2d_stroke_style::desc |
Definition at line 393 of file d2d1_private.h.
Referenced by d2d_device_context_DrawGeometry().
| ID2D1Factory* d2d_stroke_style::factory |
Definition at line 392 of file d2d1_private.h.
| ID2D1StrokeStyle1 d2d_stroke_style::ID2D1StrokeStyle1_iface |
Definition at line 389 of file d2d1_private.h.
Referenced by impl_from_ID2D1StrokeStyle1(), and unsafe_impl_from_ID2D1StrokeStyle().
| LONG d2d_stroke_style::refcount |
Definition at line 390 of file d2d1_private.h.
Referenced by d2d_stroke_style_AddRef(), and d2d_stroke_style_Release().