ReactOS 0.4.15-dev-7924-g5949c20
GpGraphics Struct Reference

#include <gdiplus_private.h>

Collaboration diagram for GpGraphics:

Public Attributes

HDC hdc
 
HWND hwnd
 
BOOL owndc
 
BOOL alpha_hdc
 
GpImageimage
 
ImageType image_type
 
SmoothingMode smoothing
 
CompositingQuality compqual
 
InterpolationMode interpolation
 
PixelOffsetMode pixeloffset
 
CompositingMode compmode
 
TextRenderingHint texthint
 
GpUnit unit
 
REAL scale
 
REAL xres
 
REAL yres
 
GpMatrix worldtrans
 
BOOL busy
 
GpRegionclip
 
UINT textcontrast
 
struct list containers
 
GraphicsContainer contid
 
INT origin_x
 
INT origin_y
 
INT gdi_transform_acquire_count
 
INT gdi_transform_save
 
GpMatrix gdi_transform
 
HRGN gdi_clip
 
HBITMAP temp_hbitmap
 
int temp_hbitmap_width
 
int temp_hbitmap_height
 
BYTEtemp_bits
 
HDC temp_hdc
 

Detailed Description

Definition at line 223 of file gdiplus_private.h.

Member Data Documentation

◆ alpha_hdc

BOOL GpGraphics::alpha_hdc

◆ busy

BOOL GpGraphics::busy

◆ clip

◆ compmode

CompositingMode GpGraphics::compmode

◆ compqual

CompositingQuality GpGraphics::compqual

◆ containers

struct list GpGraphics::containers

◆ contid

GraphicsContainer GpGraphics::contid

Definition at line 244 of file gdiplus_private.h.

Referenced by begin_container(), GdipBeginContainer(), and restore_container().

◆ gdi_clip

HRGN GpGraphics::gdi_clip

Definition at line 248 of file gdiplus_private.h.

Referenced by GdipDeleteGraphics(), and get_clip_hrgn().

◆ gdi_transform

GpMatrix GpGraphics::gdi_transform

Definition at line 247 of file gdiplus_private.h.

Referenced by GdipCreateFromHDC2(), and get_graphics_transform().

◆ gdi_transform_acquire_count

INT GpGraphics::gdi_transform_acquire_count

Definition at line 246 of file gdiplus_private.h.

Referenced by gdi_transform_acquire(), and gdi_transform_release().

◆ gdi_transform_save

INT GpGraphics::gdi_transform_save

Definition at line 246 of file gdiplus_private.h.

Referenced by gdi_transform_acquire(), and gdi_transform_release().

◆ hdc

◆ hwnd

HWND GpGraphics::hwnd

Definition at line 225 of file gdiplus_private.h.

Referenced by GdipDeleteGraphics(), and get_graphics_device_bounds().

◆ image

◆ image_type

ImageType GpGraphics::image_type

Definition at line 229 of file gdiplus_private.h.

Referenced by GdipDeleteGraphics(), and get_visible_clip_region().

◆ interpolation

◆ origin_x

INT GpGraphics::origin_x

◆ origin_y

INT GpGraphics::origin_y

◆ owndc

BOOL GpGraphics::owndc

Definition at line 226 of file gdiplus_private.h.

Referenced by GdipDeleteGraphics().

◆ pixeloffset

◆ scale

◆ smoothing

SmoothingMode GpGraphics::smoothing

◆ temp_bits

BYTE* GpGraphics::temp_bits

Definition at line 253 of file gdiplus_private.h.

Referenced by GdipGetDC(), and GdipReleaseDC().

◆ temp_hbitmap

HBITMAP GpGraphics::temp_hbitmap

Definition at line 250 of file gdiplus_private.h.

Referenced by GdipGetDC(), and GdipReleaseDC().

◆ temp_hbitmap_height

int GpGraphics::temp_hbitmap_height

Definition at line 252 of file gdiplus_private.h.

Referenced by GdipGetDC(), and GdipReleaseDC().

◆ temp_hbitmap_width

int GpGraphics::temp_hbitmap_width

Definition at line 251 of file gdiplus_private.h.

Referenced by GdipGetDC(), and GdipReleaseDC().

◆ temp_hdc

HDC GpGraphics::temp_hdc

Definition at line 254 of file gdiplus_private.h.

Referenced by GdipGetDC(), and GdipReleaseDC().

◆ textcontrast

UINT GpGraphics::textcontrast

Definition at line 242 of file gdiplus_private.h.

Referenced by GdipGetTextContrast(), GdipSetTextContrast(), and restore_container().

◆ texthint

TextRenderingHint GpGraphics::texthint

◆ unit

◆ worldtrans

◆ xres

◆ yres


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