ReactOS 0.4.17-dev-934-g091855f
d2d_command_list Struct Reference

#include <d2d1_private.h>

Collaboration diagram for d2d_command_list:

Public Attributes

ID2D1CommandList ID2D1CommandList_iface
 
LONG refcount
 
ID2D1Factory * factory
 
enum d2d_command_list_state state
 
unsigned int flags
 
size_t size
 
size_t capacity
 
void * data
 
size_t objects_count
 
size_t objects_capacity
 
IUnknown ** objects
 

Detailed Description

Definition at line 830 of file d2d1_private.h.

Member Data Documentation

◆ capacity

size_t d2d_command_list::capacity

Definition at line 840 of file d2d1_private.h.

Referenced by d2d_array_reserve(), and d2d_command_list_require_space().

◆ data

void* d2d_command_list::data

◆ factory

ID2D1Factory* d2d_command_list::factory

Definition at line 835 of file d2d1_private.h.

Referenced by d2d_command_list_GetFactory(), and d2d_command_list_Release().

◆ flags

unsigned int d2d_command_list::flags

Definition at line 837 of file d2d1_private.h.

Referenced by d2d_command_list_set_text_rendering_params_internal().

◆ ID2D1CommandList_iface

ID2D1CommandList d2d_command_list::ID2D1CommandList_iface

◆ objects

IUnknown** d2d_command_list::objects

Definition at line 845 of file d2d1_private.h.

Referenced by d2d_command_list_reference_object(), and d2d_command_list_Release().

◆ objects_capacity

size_t d2d_command_list::objects_capacity

Definition at line 844 of file d2d1_private.h.

Referenced by d2d_command_list_reference_object().

◆ objects_count

size_t d2d_command_list::objects_count

Definition at line 843 of file d2d1_private.h.

Referenced by d2d_command_list_reference_object(), and d2d_command_list_Release().

◆ refcount

LONG d2d_command_list::refcount

Definition at line 833 of file d2d1_private.h.

Referenced by d2d_command_list_AddRef(), and d2d_command_list_Release().

◆ size

size_t d2d_command_list::size

Definition at line 839 of file d2d1_private.h.

Referenced by d2d_command_list_require_space(), and d2d_command_list_Stream().

◆ state


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