ReactOS 0.4.17-dev-243-g1369312
GpGraphics Struct Reference

#include <gdiplus_private.h>

Collaboration diagram for GpGraphics:

Public Attributes

HDC hdc
 
HWND hwnd
 
INT hdc_refs
 
BOOL owndc
 
BOOL alpha_hdc
 
BOOL printer_display
 
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 254 of file gdiplus_private.h.

Member Data Documentation

◆ alpha_hdc

BOOL GpGraphics::alpha_hdc

◆ busy

◆ clip

◆ compmode

◆ compqual

CompositingQuality GpGraphics::compqual

◆ containers

struct list GpGraphics::containers

◆ contid

GraphicsContainer GpGraphics::contid

Definition at line 277 of file gdiplus_private.h.

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

◆ gdi_clip

HRGN GpGraphics::gdi_clip

Definition at line 281 of file gdiplus_private.h.

Referenced by GdipDeleteGraphics(), and get_clip_hrgn().

◆ gdi_transform

GpMatrix GpGraphics::gdi_transform

Definition at line 280 of file gdiplus_private.h.

Referenced by GdipGetLogFontW(), and get_graphics_transform().

◆ gdi_transform_acquire_count

INT GpGraphics::gdi_transform_acquire_count

Definition at line 279 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 279 of file gdiplus_private.h.

Referenced by gdi_transform_acquire(), and gdi_transform_release().

◆ hdc

◆ hdc_refs

INT GpGraphics::hdc_refs

Definition at line 257 of file gdiplus_private.h.

Referenced by gdi_dc_acquire(), gdi_dc_release(), and GdipDeleteGraphics().

◆ hwnd

◆ image

◆ image_type

ImageType GpGraphics::image_type

Definition at line 262 of file gdiplus_private.h.

Referenced by is_metafile_graphics().

◆ interpolation

◆ origin_x

◆ origin_y

◆ owndc

BOOL GpGraphics::owndc

◆ pixeloffset

◆ printer_display

◆ scale

◆ smoothing

SmoothingMode GpGraphics::smoothing

◆ temp_bits

BYTE* GpGraphics::temp_bits

Definition at line 286 of file gdiplus_private.h.

Referenced by GdipGetDC(), and GdipReleaseDC().

◆ temp_hbitmap

HBITMAP GpGraphics::temp_hbitmap

Definition at line 283 of file gdiplus_private.h.

Referenced by GdipGetDC(), and GdipReleaseDC().

◆ temp_hbitmap_height

int GpGraphics::temp_hbitmap_height

Definition at line 285 of file gdiplus_private.h.

Referenced by GdipGetDC(), and GdipReleaseDC().

◆ temp_hbitmap_width

int GpGraphics::temp_hbitmap_width

Definition at line 284 of file gdiplus_private.h.

Referenced by GdipGetDC(), and GdipReleaseDC().

◆ temp_hdc

HDC GpGraphics::temp_hdc

Definition at line 287 of file gdiplus_private.h.

Referenced by GdipDeleteGraphics(), GdipGetDC(), and GdipReleaseDC().

◆ textcontrast

UINT GpGraphics::textcontrast

Definition at line 275 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: