ReactOS 0.4.17-dev-934-g091855f
d2d_transform_graph Struct Reference

#include <d2d1_private.h>

Collaboration diagram for d2d_transform_graph:

Public Attributes

ID2D1TransformGraph ID2D1TransformGraph_iface
 
LONG refcount
 
struct d2d_transform_node_connection * inputs
 
unsigned int input_count
 
struct d2d_transform_node * output
 
bool passthrough
 
unsigned int passthrough_input
 
struct list nodes
 

Detailed Description

Definition at line 771 of file d2d1_private.h.

Member Data Documentation

◆ ID2D1TransformGraph_iface

ID2D1TransformGraph d2d_transform_graph::ID2D1TransformGraph_iface

Definition at line 773 of file d2d1_private.h.

Referenced by impl_from_ID2D1TransformGraph().

◆ input_count

unsigned int d2d_transform_graph::input_count

Definition at line 777 of file d2d1_private.h.

Referenced by d2d_transform_graph_create().

◆ inputs

struct d2d_transform_node_connection* d2d_transform_graph::inputs

Definition at line 776 of file d2d1_private.h.

◆ nodes

struct list d2d_transform_graph::nodes

Definition at line 784 of file d2d1_private.h.

◆ output

struct d2d_transform_node* d2d_transform_graph::output

Definition at line 779 of file d2d1_private.h.

◆ passthrough

bool d2d_transform_graph::passthrough

Definition at line 781 of file d2d1_private.h.

◆ passthrough_input

unsigned int d2d_transform_graph::passthrough_input

Definition at line 782 of file d2d1_private.h.

◆ refcount

LONG d2d_transform_graph::refcount

Definition at line 774 of file d2d1_private.h.

Referenced by d2d_transform_graph_AddRef(), and d2d_transform_graph_Release().


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