ReactOS 0.4.17-dev-934-g091855f
d2d_factory Struct Reference

#include <d2d1_private.h>

Collaboration diagram for d2d_factory:

Public Attributes

ID2D1Factory7 ID2D1Factory7_iface
 
ID2D1Multithread ID2D1Multithread_iface
 
LONG refcount
 
ID3D10Device1 * device
 
float dpi_x
 
float dpi_y
 
struct list effects
 
INIT_ONCE init_builtins
 
CRITICAL_SECTION cs
 
D2D1_FACTORY_TYPE factory_type
 

Detailed Description

Definition at line 686 of file d2d1_private.h.

Member Data Documentation

◆ cs

CRITICAL_SECTION d2d_factory::cs

Definition at line 700 of file d2d1_private.h.

◆ device

ID3D10Device1* d2d_factory::device

Definition at line 692 of file d2d1_private.h.

◆ dpi_x

float d2d_factory::dpi_x

Definition at line 694 of file d2d1_private.h.

Referenced by d2d_factory_GetDesktopDpi().

◆ dpi_y

float d2d_factory::dpi_y

Definition at line 695 of file d2d1_private.h.

Referenced by d2d_factory_GetDesktopDpi().

◆ effects

struct list d2d_factory::effects

Definition at line 697 of file d2d1_private.h.

◆ factory_type

D2D1_FACTORY_TYPE d2d_factory::factory_type

Definition at line 701 of file d2d1_private.h.

◆ ID2D1Factory7_iface

ID2D1Factory7 d2d_factory::ID2D1Factory7_iface

Definition at line 688 of file d2d1_private.h.

Referenced by impl_from_ID2D1Factory7(), and unsafe_impl_from_ID2D1Factory().

◆ ID2D1Multithread_iface

ID2D1Multithread d2d_factory::ID2D1Multithread_iface

Definition at line 689 of file d2d1_private.h.

Referenced by impl_from_ID2D1Multithread().

◆ init_builtins

INIT_ONCE d2d_factory::init_builtins

Definition at line 698 of file d2d1_private.h.

◆ refcount

LONG d2d_factory::refcount

Definition at line 690 of file d2d1_private.h.

Referenced by d2d_factory_AddRef(), and d2d_factory_Release().


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