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

Public Attributes | |
| ID2D1GradientStopCollection | ID2D1GradientStopCollection_iface |
| LONG | refcount |
| ID2D1Factory * | factory |
| ID3D11ShaderResourceView * | view |
| D2D1_GRADIENT_STOP * | stops |
| UINT32 | stop_count |
Definition at line 306 of file d2d1_private.h.
| ID2D1Factory* d2d_gradient::factory |
Definition at line 311 of file d2d1_private.h.
Referenced by d2d_gradient_create(), d2d_gradient_GetFactory(), and d2d_gradient_Release().
| ID2D1GradientStopCollection d2d_gradient::ID2D1GradientStopCollection_iface |
Definition at line 308 of file d2d1_private.h.
Referenced by d2d_gradient_create(), impl_from_ID2D1GradientStopCollection(), and unsafe_impl_from_ID2D1GradientStopCollection().
| LONG d2d_gradient::refcount |
Definition at line 309 of file d2d1_private.h.
Referenced by d2d_gradient_AddRef(), d2d_gradient_create(), and d2d_gradient_Release().
| UINT32 d2d_gradient::stop_count |
Definition at line 314 of file d2d1_private.h.
Referenced by d2d_device_context_CreateGradientStopCollection(), d2d_gradient_create(), d2d_gradient_GetGradientStopCount(), and d2d_gradient_GetGradientStops().
| D2D1_GRADIENT_STOP* d2d_gradient::stops |
Definition at line 313 of file d2d1_private.h.
Referenced by d2d_device_context_CreateGradientStopCollection(), d2d_gradient_create(), d2d_gradient_GetGradientStops(), and d2d_gradient_Release().
| ID3D11ShaderResourceView* d2d_gradient::view |
Definition at line 312 of file d2d1_private.h.
Referenced by d2d_gradient_bind(), d2d_gradient_create(), and d2d_gradient_Release().