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

Public Attributes | |
| ID2D1TransformNode | ID2D1TransformNode_iface |
| LONG | refcount |
| union { | |
| D2D1_POINT_2L offset | |
| D2D1_BLEND_DESCRIPTION blend_desc | |
| struct { | |
| D2D1_EXTEND_MODE mode_x | |
| D2D1_EXTEND_MODE mode_y | |
| } border | |
| D2D1_RECT_L bounds | |
| }; | |
| UINT32 | input_count |
Definition at line 721 of file d2d1_private.h.
| union { ... } d2d_transform::@253 |
| D2D1_BLEND_DESCRIPTION d2d_transform::blend_desc |
Definition at line 729 of file d2d1_private.h.
Referenced by d2d_blend_transform_create().
| struct { ... } d2d_transform::border |
| D2D1_RECT_L d2d_transform::bounds |
Definition at line 735 of file d2d1_private.h.
Referenced by d2d_bounds_adjustment_transform_GetOutputBounds(), and d2d_bounds_adjustment_transform_SetOutputBounds().
| ID2D1TransformNode d2d_transform::ID2D1TransformNode_iface |
Definition at line 723 of file d2d1_private.h.
Referenced by impl_from_ID2D1BlendTransform(), impl_from_ID2D1BorderTransform(), impl_from_ID2D1BoundsAdjustmentTransform(), and impl_from_ID2D1OffsetTransform().
| UINT32 d2d_transform::input_count |
Definition at line 738 of file d2d1_private.h.
Referenced by d2d_blend_transform_create().
| D2D1_EXTEND_MODE d2d_transform::mode_x |
Definition at line 732 of file d2d1_private.h.
Referenced by d2d_border_transform_create().
| D2D1_EXTEND_MODE d2d_transform::mode_y |
Definition at line 733 of file d2d1_private.h.
Referenced by d2d_border_transform_create().
| D2D1_POINT_2L d2d_transform::offset |
Definition at line 728 of file d2d1_private.h.
| LONG d2d_transform::refcount |
Definition at line 724 of file d2d1_private.h.
Referenced by d2d_blend_transform_AddRef(), d2d_blend_transform_Release(), d2d_border_transform_AddRef(), d2d_border_transform_Release(), d2d_bounds_adjustment_transform_AddRef(), d2d_bounds_adjustment_transform_Release(), d2d_offset_transform_AddRef(), and d2d_offset_transform_Release().