ReactOS 0.4.17-dev-934-g091855f
d2d_gradient Struct Reference

#include <d2d1_private.h>

Collaboration diagram for d2d_gradient:

Public Attributes

ID2D1GradientStopCollection ID2D1GradientStopCollection_iface
 
LONG refcount
 
ID2D1Factory * factory
 
ID3D11ShaderResourceView * view
 
D2D1_GRADIENT_STOP * stops
 
UINT32 stop_count
 

Detailed Description

Definition at line 306 of file d2d1_private.h.

Member Data Documentation

◆ factory

ID2D1Factory* d2d_gradient::factory

◆ ID2D1GradientStopCollection_iface

ID2D1GradientStopCollection d2d_gradient::ID2D1GradientStopCollection_iface

◆ refcount

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().

◆ stop_count

◆ stops

◆ view

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().


The documentation for this struct was generated from the following file: