ReactOS 0.4.17-dev-934-g091855f
d2d_bitmap Struct Reference

#include <d2d1_private.h>

Collaboration diagram for d2d_bitmap:

Public Attributes

ID2D1Bitmap1 ID2D1Bitmap1_iface
 
LONG refcount
 
ID2D1Factory * factory
 
ID3D11ShaderResourceView * srv
 
ID3D11RenderTargetView * rtv
 
IDXGISurface * surface
 
ID3D11Resource * resource
 
D3D11_MAPPED_SUBRESOURCE mapped_resource
 
D2D1_SIZE_U pixel_size
 
D2D1_PIXEL_FORMAT format
 
float dpi_x
 
float dpi_y
 
D2D1_BITMAP_OPTIONS options
 

Detailed Description

Definition at line 423 of file d2d1_private.h.

Member Data Documentation

◆ dpi_x

float d2d_bitmap::dpi_x

Definition at line 436 of file d2d1_private.h.

Referenced by d2d_bitmap_create_shared(), and d2d_bitmap_GetDpi().

◆ dpi_y

float d2d_bitmap::dpi_y

Definition at line 437 of file d2d1_private.h.

Referenced by d2d_bitmap_create_shared(), and d2d_bitmap_GetDpi().

◆ factory

ID2D1Factory* d2d_bitmap::factory

Definition at line 428 of file d2d1_private.h.

Referenced by d2d_bitmap_create_shared().

◆ format

◆ ID2D1Bitmap1_iface

ID2D1Bitmap1 d2d_bitmap::ID2D1Bitmap1_iface

Definition at line 425 of file d2d1_private.h.

Referenced by impl_from_ID2D1Bitmap1(), and unsafe_impl_from_ID2D1Bitmap().

◆ mapped_resource

D3D11_MAPPED_SUBRESOURCE d2d_bitmap::mapped_resource

Definition at line 433 of file d2d1_private.h.

Referenced by d2d_bitmap_Map().

◆ options

D2D1_BITMAP_OPTIONS d2d_bitmap::options

Definition at line 438 of file d2d1_private.h.

Referenced by d2d_bitmap_create_shared(), and d2d_device_context_SetTarget().

◆ pixel_size

D2D1_SIZE_U d2d_bitmap::pixel_size

◆ refcount

LONG d2d_bitmap::refcount

Definition at line 426 of file d2d1_private.h.

Referenced by d2d_bitmap_AddRef(), and d2d_bitmap_Release().

◆ resource

ID3D11Resource* d2d_bitmap::resource

◆ rtv

ID3D11RenderTargetView* d2d_bitmap::rtv

Definition at line 430 of file d2d1_private.h.

◆ srv

ID3D11ShaderResourceView* d2d_bitmap::srv

Definition at line 429 of file d2d1_private.h.

◆ surface


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