|
ReactOS 0.4.17-dev-243-g1369312
|
#include <gdiplus_private.h>

Definition at line 254 of file gdiplus_private.h.
| BOOL GpGraphics::alpha_hdc |
Definition at line 259 of file gdiplus_private.h.
Referenced by draw_driver_string(), GdipDrawImagePointsRect(), GdipDrawPath(), GdipFillPath(), and GdipFillRegion().
| BOOL GpGraphics::busy |
Definition at line 273 of file gdiplus_private.h.
Referenced by GdipDeleteGraphics(), GdipDrawArc(), GdipDrawBezier(), GdipDrawBeziers(), GdipDrawBeziersI(), GdipDrawClosedCurve2(), GdipDrawCurve2(), GdipDrawEllipse(), GdipDrawLines(), GdipDrawPath(), GdipDrawPie(), GdipDrawPolygon(), GdipDrawRectangles(), GdipDrawString(), GdipFillClosedCurve2(), GdipFillEllipse(), GdipFillPath(), GdipFillPie(), GdipFillPolygon(), GdipFillPolygonI(), GdipFillRegion(), GdipFlush(), GdipGetClip(), GdipGetClipBounds(), GdipGetCompositingMode(), GdipGetCompositingQuality(), GdipGetDC(), GdipGetDpiX(), GdipGetDpiY(), GdipGetInterpolationMode(), GdipGetNearestColor(), GdipGetPageScale(), GdipGetPageUnit(), GdipGetPixelOffsetMode(), GdipGetSmoothingMode(), GdipGetTextRenderingHint(), GdipGetVisibleClipBounds(), GdipGetWorldTransform(), GdipGraphicsClear(), GdipIsVisiblePoint(), GdipIsVisibleRect(), GdipMultiplyWorldTransform(), GdipReleaseDC(), GdipResetClip(), GdipResetPageTransform(), GdipResetWorldTransform(), GdipRotateWorldTransform(), GdipScaleWorldTransform(), GdipSetClipHrgn(), GdipSetClipPath(), GdipSetClipRect(), GdipSetClipRectI(), GdipSetClipRegion(), GdipSetCompositingMode(), GdipSetCompositingQuality(), GdipSetInterpolationMode(), GdipSetPageScale(), GdipSetPageUnit(), GdipSetPixelOffsetMode(), GdipSetSmoothingMode(), GdipSetTextRenderingHint(), GdipSetWorldTransform(), GdipTransformPoints(), GdipTranslateClip(), and GdipTranslateWorldTransform().
| GpRegion* GpGraphics::clip |
Definition at line 274 of file gdiplus_private.h.
Referenced by GdipDeleteGraphics(), GdipGetClip(), GdipIsClipEmpty(), GdipResetClip(), GdipSetClipGraphics(), GdipSetClipHrgn(), GdipSetClipPath(), GdipSetClipRect(), GdipSetClipRegion(), GdipTranslateClip(), get_clip_hrgn(), get_visible_clip_region(), and restore_container().
| CompositingMode GpGraphics::compmode |
Definition at line 267 of file gdiplus_private.h.
Referenced by alpha_blend_bmp_pixels(), GdipGetCompositingMode(), GdipSetCompositingMode(), and restore_container().
| CompositingQuality GpGraphics::compqual |
Definition at line 264 of file gdiplus_private.h.
Referenced by GdipGetCompositingQuality(), GdipSetCompositingQuality(), and restore_container().
Definition at line 276 of file gdiplus_private.h.
Referenced by begin_container(), end_container(), GdipBeginContainer(), and GdipDeleteGraphics().
| GraphicsContainer GpGraphics::contid |
Definition at line 277 of file gdiplus_private.h.
Referenced by begin_container(), GdipBeginContainer(), and restore_container().
| HRGN GpGraphics::gdi_clip |
Definition at line 281 of file gdiplus_private.h.
Referenced by GdipDeleteGraphics(), and get_clip_hrgn().
| GpMatrix GpGraphics::gdi_transform |
Definition at line 280 of file gdiplus_private.h.
Referenced by GdipGetLogFontW(), and get_graphics_transform().
| INT GpGraphics::gdi_transform_acquire_count |
Definition at line 279 of file gdiplus_private.h.
Referenced by gdi_transform_acquire(), and gdi_transform_release().
| INT GpGraphics::gdi_transform_save |
Definition at line 279 of file gdiplus_private.h.
Referenced by gdi_transform_acquire(), and gdi_transform_release().
| HDC GpGraphics::hdc |
Definition at line 255 of file gdiplus_private.h.
Referenced by alpha_blend_hdc_pixels(), GDI32_GdipDrawPath(), gdi_dc_acquire(), gdi_dc_release(), gdi_transform_release(), GdipGetDC(), GdipReleaseDC(), get_graphics_device_bounds(), get_path_hrgn(), and has_gdi_dc().
| INT GpGraphics::hdc_refs |
Definition at line 257 of file gdiplus_private.h.
Referenced by gdi_dc_acquire(), gdi_dc_release(), and GdipDeleteGraphics().
| HWND GpGraphics::hwnd |
Definition at line 256 of file gdiplus_private.h.
Referenced by gdi_dc_acquire(), gdi_dc_release(), GdipDeleteGraphics(), GdipGetDC(), GdipReleaseDC(), and get_graphics_device_bounds().
| GpImage* GpGraphics::image |
Definition at line 261 of file gdiplus_private.h.
Referenced by alpha_blend_bmp_pixels(), alpha_blend_pixels_hrgn(), begin_container(), draw_driver_string(), end_container(), GdipBeginContainer(), GdipDeleteGraphics(), GdipDrawArc(), GdipDrawEllipse(), GdipDrawImagePointsRect(), GdipDrawPath(), GdipDrawRectangles(), GdipFillEllipse(), GdipFillPath(), GdipFillPie(), GdipFillRectangles(), GdipFillRegion(), GdipGetDC(), GdipGetNearestColor(), GdipGraphicsClear(), GdipMultiplyWorldTransform(), GdipReleaseDC(), GdipResetClip(), GdipResetPageTransform(), GdipResetWorldTransform(), GdipRotateWorldTransform(), GdipScaleWorldTransform(), GdipSetClipPath(), GdipSetClipRect(), GdipSetClipRegion(), GdipSetCompositingMode(), GdipSetCompositingQuality(), GdipSetInterpolationMode(), GdipSetPageScale(), GdipSetPageUnit(), GdipSetPixelOffsetMode(), GdipSetRenderingOrigin(), GdipSetSmoothingMode(), GdipSetTextRenderingHint(), GdipSetWorldTransform(), GdipTranslateClip(), GdipTranslateWorldTransform(), get_graphics_device_bounds(), is_metafile_graphics(), test_DrawImage(), test_DrawImage_scale(), test_DrawImage_SourceCopy(), test_GdipDrawImagePointRect(), and test_GdipDrawImagePointsRectOnMemoryDC().
| ImageType GpGraphics::image_type |
Definition at line 262 of file gdiplus_private.h.
Referenced by is_metafile_graphics().
| InterpolationMode GpGraphics::interpolation |
Definition at line 265 of file gdiplus_private.h.
Referenced by brush_fill_pixels(), GdipDrawImagePointsRect(), GdipGetInterpolationMode(), GdipSetInterpolationMode(), and restore_container().
| INT GpGraphics::origin_x |
Definition at line 278 of file gdiplus_private.h.
Referenced by brush_fill_path(), brush_fill_pixels(), GdipGetRenderingOrigin(), GdipSetRenderingOrigin(), prepare_dc(), and restore_container().
| INT GpGraphics::origin_y |
Definition at line 278 of file gdiplus_private.h.
Referenced by brush_fill_path(), brush_fill_pixels(), GdipGetRenderingOrigin(), GdipSetRenderingOrigin(), prepare_dc(), and restore_container().
| BOOL GpGraphics::owndc |
Definition at line 258 of file gdiplus_private.h.
Referenced by gdi_dc_acquire(), gdi_dc_release(), GdipDeleteGraphics(), GdipGetDC(), GdipReleaseDC(), and has_gdi_dc().
| PixelOffsetMode GpGraphics::pixeloffset |
Definition at line 266 of file gdiplus_private.h.
Referenced by brush_fill_pixels(), GdipDrawImagePointsRect(), GdipGetPixelOffsetMode(), GdipSetPixelOffsetMode(), and restore_container().
| BOOL GpGraphics::printer_display |
Definition at line 260 of file gdiplus_private.h.
Referenced by GdipBeginContainer(), GdipDrawImagePointRect(), GdipDrawImagePointsRect(), GdipDrawString(), GdipGetLogFontW(), GdipMeasureCharacterRanges(), GdipMeasureString(), get_font_hfont(), get_graphics_transform(), get_log_fontW(), and prepare_dc().
| REAL GpGraphics::scale |
Definition at line 270 of file gdiplus_private.h.
Referenced by GdipDrawImagePointsRect(), GdipGetLogFontW(), GdipGetPageScale(), GdipResetPageTransform(), GdipSetPageScale(), GdipSetPageUnit(), get_font_hfont(), get_graphics_transform(), prepare_dc(), and restore_container().
| SmoothingMode GpGraphics::smoothing |
Definition at line 263 of file gdiplus_private.h.
Referenced by GdipGetSmoothingMode(), GdipSetSmoothingMode(), and restore_container().
| BYTE* GpGraphics::temp_bits |
Definition at line 286 of file gdiplus_private.h.
Referenced by GdipGetDC(), and GdipReleaseDC().
| HBITMAP GpGraphics::temp_hbitmap |
Definition at line 283 of file gdiplus_private.h.
Referenced by GdipGetDC(), and GdipReleaseDC().
| int GpGraphics::temp_hbitmap_height |
Definition at line 285 of file gdiplus_private.h.
Referenced by GdipGetDC(), and GdipReleaseDC().
| int GpGraphics::temp_hbitmap_width |
Definition at line 284 of file gdiplus_private.h.
Referenced by GdipGetDC(), and GdipReleaseDC().
| HDC GpGraphics::temp_hdc |
Definition at line 287 of file gdiplus_private.h.
Referenced by GdipDeleteGraphics(), GdipGetDC(), and GdipReleaseDC().
| UINT GpGraphics::textcontrast |
Definition at line 275 of file gdiplus_private.h.
Referenced by GdipGetTextContrast(), GdipSetTextContrast(), and restore_container().
| TextRenderingHint GpGraphics::texthint |
Definition at line 268 of file gdiplus_private.h.
Referenced by GdipGetTextRenderingHint(), GdipSetTextRenderingHint(), and restore_container().
| GpUnit GpGraphics::unit |
Definition at line 269 of file gdiplus_private.h.
Referenced by GdipDrawImagePointRect(), GdipDrawString(), GdipGetLogFontW(), GdipGetPageUnit(), GdipMeasureCharacterRanges(), GdipMeasureString(), GdipResetPageTransform(), GdipSetPageScale(), GdipSetPageUnit(), get_font_hfont(), get_graphics_transform(), get_log_fontW(), prepare_dc(), and restore_container().
| GpMatrix GpGraphics::worldtrans |
Definition at line 272 of file gdiplus_private.h.
Referenced by GdipBeginContainer(), GdipGetLogFontW(), GdipGetWorldTransform(), GdipMultiplyWorldTransform(), GdipResetWorldTransform(), GdipRotateWorldTransform(), GdipScaleWorldTransform(), GdipSetWorldTransform(), GdipTranslateWorldTransform(), get_graphics_transform(), prepare_dc(), and restore_container().
| REAL GpGraphics::xres |
Definition at line 271 of file gdiplus_private.h.
Referenced by GdipBeginContainer(), GdipDrawImagePointRect(), GdipDrawImagePointsRect(), GdipDrawString(), GdipGetDpiX(), GdipGetLogFontW(), GdipMeasureCharacterRanges(), GdipMeasureString(), get_font_hfont(), get_graphics_transform(), get_log_fontW(), and prepare_dc().
| REAL GpGraphics::yres |
Definition at line 271 of file gdiplus_private.h.
Referenced by GdipBeginContainer(), GdipDrawImagePointRect(), GdipDrawImagePointsRect(), GdipGetDpiY(), GdipGetLogFontW(), get_font_hfont(), get_graphics_transform(), and get_log_fontW().