|
ReactOS 0.4.17-dev-243-g1369312
|
#include <stdarg.h>#include <math.h>#include <limits.h>#include <assert.h>#include "windef.h"#include "winbase.h"#include "winuser.h"#include "wingdi.h"#include "objbase.h"#include "ocidl.h"#include "olectl.h"#include "ole2.h"#include "winreg.h"#include "shlwapi.h"#include "mlang.h"#include "gdiplus.h"#include "gdiplus_private.h"#include "wine/debug.h"#include "wine/list.h"
Go to the source code of this file.
Classes | |
| struct | _GraphicsContainerItem |
| struct | measure_ranges_args |
| struct | measure_string_args |
| struct | draw_string_args |
Macros | |
| #define | COBJMACROS |
| #define | ANCHOR_WIDTH (2.0) |
| #define | MAX_ITERS (50) |
Typedefs | |
| typedef enum GraphicsContainerType | GraphicsContainerType |
| typedef struct _GraphicsContainerItem | GraphicsContainerItem |
Enumerations | |
| enum | GraphicsContainerType { BEGIN_CONTAINER , SAVE_GRAPHICS } |
Variables | |
| static const COLORREF | DC_BACKGROUND_KEY = 0x0d0b0c |
| #define ANCHOR_WIDTH (2.0) |
Definition at line 51 of file graphics.c.
| #define COBJMACROS |
Definition at line 33 of file graphics.c.
| #define MAX_ITERS (50) |
Definition at line 52 of file graphics.c.
| Enumerator | |
|---|---|
| BEGIN_CONTAINER | |
| SAVE_GRAPHICS | |
Definition at line 2146 of file graphics.c.
|
static |
Definition at line 460 of file graphics.c.
Referenced by alpha_blend_pixels_hrgn().
|
static |
Definition at line 498 of file graphics.c.
Referenced by alpha_blend_pixels_hrgn().
|
static |
Definition at line 651 of file graphics.c.
Referenced by GdipDrawImagePointsRect(), GdipReleaseDC(), SOFTWARE_GdipDrawDriverString(), and SOFTWARE_GdipDrawThinPath().
|
static |
Definition at line 547 of file graphics.c.
Referenced by alpha_blend_pixels(), and SOFTWARE_GdipFillRegion().
| PixelFormat apply_image_attributes | ( | const GpImageAttributes * | attributes, |
| LPBYTE | data, | ||
| UINT | width, | ||
| UINT | height, | ||
| INT | stride, | ||
| ColorAdjustType | type, | ||
| PixelFormat | fmt | ||
| ) |
Definition at line 796 of file graphics.c.
Referenced by brush_fill_pixels(), GdipDrawImagePointsRect(), and GdipGetImageAttributesAdjustedPalette().
|
static |
Definition at line 6241 of file graphics.c.
Referenced by GdipBeginContainer2(), and GdipSaveGraphics().
Definition at line 657 of file graphics.c.
Referenced by blend_line_gradient(), brush_fill_pixels(), init_hatch_palette(), and resample_bitmap_pixel().
|
static |
Definition at line 677 of file graphics.c.
Referenced by brush_fill_pixels().
Definition at line 1143 of file graphics.c.
Referenced by GDI32_GdipFillPath(), GDI32_GdipFillRegion(), and GdipDrawPath().
Definition at line 1244 of file graphics.c.
Referenced by SOFTWARE_GdipFillPath(), and SOFTWARE_GdipFillRegion().
|
static |
Definition at line 1171 of file graphics.c.
Referenced by GDI32_GdipFillPath(), and GDI32_GdipFillRegion().
|
static |
Definition at line 1259 of file graphics.c.
Referenced by SOFTWARE_GdipDrawDriverString(), SOFTWARE_GdipDrawThinPath(), and SOFTWARE_GdipFillRegion().
Definition at line 784 of file graphics.c.
Referenced by apply_image_attributes().
Definition at line 94 of file graphics.c.
Referenced by draw_cap(), and draw_poly().
Definition at line 281 of file graphics.c.
Referenced by brush_fill_path().
|
static |
Definition at line 234 of file graphics.c.
Referenced by create_gdi_brush(), and prepare_dc().
Definition at line 175 of file graphics.c.
Referenced by create_gdi_logbrush().
|
static |
Definition at line 2204 of file graphics.c.
Referenced by end_container(), and GdipDeleteGraphics().
|
static |
Definition at line 1687 of file graphics.c.
Referenced by draw_poly().
|
static |
Definition at line 7875 of file graphics.c.
Referenced by draw_string_callback(), and GdipDrawDriverString().
|
static |
Definition at line 1993 of file graphics.c.
Referenced by GDI32_GdipDrawPath(), GDI32_GdipFillPath(), and trace_path().
|
static |
Definition at line 5985 of file graphics.c.
Referenced by GdipDrawString().
|
static |
Definition at line 6351 of file graphics.c.
Referenced by GdipEndContainer(), and GdipRestoreGraphics().
|
static |
Definition at line 5426 of file graphics.c.
Referenced by draw_string_callback(), gdip_format_string(), and measure_ranges_callback().
Definition at line 270 of file graphics.c.
Referenced by create_gdi_brush(), and prepare_dc().
|
static |
Definition at line 7563 of file graphics.c.
Referenced by draw_driver_string().
|
static |
Definition at line 3702 of file graphics.c.
Referenced by GdipDrawPath().
|
static |
Definition at line 4460 of file graphics.c.
Referenced by GdipFillPath().
|
static |
Definition at line 4758 of file graphics.c.
Referenced by GdipFillRegion().
|
static |
Definition at line 381 of file graphics.c.
Referenced by alpha_blend_hdc_pixels(), brush_fill_path(), and GdipDrawImagePointsRect().
| GpStatus gdi_dc_acquire | ( | GpGraphics * | graphics, |
| HDC * | hdc | ||
| ) |
Definition at line 54 of file graphics.c.
Referenced by alpha_blend_pixels_hrgn(), brush_fill_path(), draw_cap(), draw_poly(), GDI32_GdipDrawDriverString(), GDI32_GdipDrawPath(), GDI32_GdipFillPath(), GDI32_GdipFillRegion(), gdi_alpha_blend(), gdi_transform_acquire(), GdipDrawImagePointsRect(), GdipDrawString(), GdipMeasureCharacterRanges(), GdipMeasureString(), get_path_hrgn(), and trace_path().
| void gdi_dc_release | ( | GpGraphics * | graphics, |
| HDC | hdc | ||
| ) |
Definition at line 75 of file graphics.c.
Referenced by alpha_blend_pixels_hrgn(), brush_fill_path(), draw_cap(), draw_poly(), GDI32_GdipDrawDriverString(), GDI32_GdipDrawPath(), GDI32_GdipFillPath(), GDI32_GdipFillRegion(), gdi_alpha_blend(), gdi_transform_release(), GdipDrawImagePointsRect(), GdipDrawString(), GdipMeasureCharacterRanges(), GdipMeasureString(), get_path_hrgn(), and trace_path().
| GpStatus gdi_transform_acquire | ( | GpGraphics * | graphics | ) |
Definition at line 7228 of file graphics.c.
Referenced by GDI32_GdipDrawDriverString(), GDI32_GdipDrawPath(), GDI32_GdipFillPath(), GdipDrawImagePointsRect(), GdipDrawString(), GdipMeasureCharacterRanges(), GdipMeasureString(), get_path_hrgn(), SOFTWARE_GdipDrawDriverString(), SOFTWARE_GdipDrawThinPath(), and SOFTWARE_GdipFillRegion().
| GpStatus gdi_transform_release | ( | GpGraphics * | graphics | ) |
Definition at line 7250 of file graphics.c.
Referenced by GDI32_GdipDrawDriverString(), GDI32_GdipDrawPath(), GDI32_GdipFillPath(), GdipDrawImagePointsRect(), GdipDrawString(), GdipMeasureCharacterRanges(), GdipMeasureString(), get_path_hrgn(), SOFTWARE_GdipDrawDriverString(), SOFTWARE_GdipDrawThinPath(), and SOFTWARE_GdipFillRegion().
| GpStatus gdip_format_string | ( | GpGraphics * | graphics, |
| HDC | hdc, | ||
| GDIPCONST WCHAR * | string, | ||
| INT | length, | ||
| GDIPCONST GpFont * | font, | ||
| GDIPCONST RectF * | rect, | ||
| GDIPCONST GpStringFormat * | format, | ||
| int | ignore_empty_clip, | ||
| gdip_format_string_callback | callback, | ||
| void * | user_data | ||
| ) |
Definition at line 5478 of file graphics.c.
Referenced by GdipAddPathString(), GdipDrawString(), GdipMeasureCharacterRanges(), and GdipMeasureString().
| GpStatus gdip_transform_points | ( | GpGraphics * | graphics, |
| GpCoordinateSpace | dst_space, | ||
| GpCoordinateSpace | src_space, | ||
| GpPointF * | points, | ||
| INT | count | ||
| ) |
Definition at line 7344 of file graphics.c.
Referenced by brush_fill_pixels(), draw_cap(), draw_poly(), GDI32_GdipDrawDriverString(), GdipDrawImagePointsRect(), GdipDrawString(), GdipMeasureDriverString(), GdipTransformPoints(), get_graphics_bounds(), prepare_dc(), SOFTWARE_GdipDrawDriverString(), SOFTWARE_GdipDrawPath(), and transform_properties().
| GpStatus WINGDIPAPI GdipBeginContainer | ( | GpGraphics * | graphics, |
| GDIPCONST GpRectF * | dstrect, | ||
| GDIPCONST GpRectF * | srcrect, | ||
| GpUnit | unit, | ||
| GraphicsContainer * | state | ||
| ) |
Definition at line 6280 of file graphics.c.
Referenced by GdipBeginContainerI(), test_container_rects(), and test_containers().
| GpStatus WINGDIPAPI GdipBeginContainer2 | ( | GpGraphics * | graphics, |
| GraphicsContainer * | state | ||
| ) |
Definition at line 6273 of file graphics.c.
Referenced by GdipEnumerateMetafileSrcRectDestPoints(), GdipPlayMetafileRecord(), test_BeginContainer2(), test_containers(), and test_save_restore().
| GpStatus WINGDIPAPI GdipBeginContainerI | ( | GpGraphics * | graphics, |
| GDIPCONST GpRect * | dstrect, | ||
| GDIPCONST GpRect * | srcrect, | ||
| GpUnit | unit, | ||
| GraphicsContainer * | state | ||
| ) |
Definition at line 6323 of file graphics.c.
| GpStatus WINGDIPAPI GdipComment | ( | GpGraphics * | graphics, |
| UINT | sizeData, | ||
| GDIPCONST BYTE * | data | ||
| ) |
Definition at line 6345 of file graphics.c.
| GpStatus WINGDIPAPI GdipCreateFromHDC | ( | HDC | hdc, |
| GpGraphics ** | graphics | ||
| ) |
Definition at line 2434 of file graphics.c.
Referenced by check_metafile(), GdipAddPathString(), GdipCreateFromHWND(), get_path_hrgn(), test_alpha_hdc(), test_BeginContainer2(), test_bitmapfromgraphics(), test_clip_xform(), test_cliphrgn_transform(), test_clipping(), test_clipping_2(), test_constructor_destructor(), test_container_rects(), test_createfont_charset(), test_font_height_scaling(), test_font_metrics(), test_font_substitution(), test_font_transform(), test_fromhrgn(), test_gdi_interop_hdc(), test_GdipCreateRegionRgnData(), test_GdipDrawArc(), test_GdipDrawArcI(), test_GdipDrawBezierI(), test_GdipDrawCurve(), test_GdipDrawCurve2(), test_GdipDrawCurve2I(), test_GdipDrawCurve3(), test_GdipDrawCurve3I(), test_GdipDrawCurveI(), test_GdipDrawImageFX(), test_GdipDrawImagePointsRect(), test_GdipDrawImagePointsRectOnMemoryDC(), test_GdipDrawLineI(), test_GdipDrawLinesI(), test_GdipDrawString(), test_GdipFillClosedCurve(), test_GdipFillClosedCurve2(), test_GdipFillClosedCurve2I(), test_GdipFillClosedCurveI(), test_GdipFillPath(), test_GdipFillRectangles(), test_GdipFillRectanglesOnMemoryDCSolidBrush(), test_GdipFillRectanglesOnMemoryDCTextureBrush(), test_GdipGetNearestColor(), test_GdipGetVisibleClipBounds(), test_GdipGetVisibleClipBounds_memoryDC(), test_GdipGetVisibleClipBounds_screen(), test_GdipGetVisibleClipBounds_window(), test_GdipGraphicsSetAbort(), test_GdipIsVisiblePoint(), test_GdipIsVisibleRect(), test_Get_Release_DC(), test_get_set_clip(), test_get_set_interpolation(), test_get_set_textrenderinghint(), test_getbounds(), test_gethrgn(), test_hatchBrushStyles(), test_hdc_caching(), test_isempty(), test_isequal(), test_isinfinite(), test_isvisible(), test_isvisiblepoint(), test_isvisiblerect(), test_logfont(), test_measure_string(), test_measured_extra_space(), test_printer_dc(), test_renderingOrigin(), test_save_restore(), test_set_page_transform(), test_string_functions(), test_textcontrast(), test_texturewrap(), test_transform(), test_transformpoints(), test_translate(), and ZoomWnd_OnDraw().
| GpStatus WINGDIPAPI GdipCreateFromHDC2 | ( | HDC | hdc, |
| HANDLE | hDevice, | ||
| GpGraphics ** | graphics | ||
| ) |
Definition at line 2455 of file graphics.c.
Referenced by GdipCreateFromHDC().
| GpStatus WINGDIPAPI GdipCreateFromHWND | ( | HWND | hwnd, |
| GpGraphics ** | graphics | ||
| ) |
Definition at line 2561 of file graphics.c.
Referenced by GdipCreateFromHWNDICM(), test_constructor_destructor(), and test_transform().
| GpStatus WINGDIPAPI GdipCreateFromHWNDICM | ( | HWND | hwnd, |
| GpGraphics ** | graphics | ||
| ) |
Definition at line 2586 of file graphics.c.
Referenced by test_constructor_destructor().
| HPALETTE WINGDIPAPI GdipCreateHalftonePalette | ( | void | ) |
Definition at line 7406 of file graphics.c.
| GpStatus WINGDIPAPI GdipCreateStreamOnFile | ( | GDIPCONST WCHAR * | filename, |
| UINT | access, | ||
| IStream ** | stream | ||
| ) |
Definition at line 2593 of file graphics.c.
Referenced by GdipCreateBitmapFromFile(), GdipCreateMetafileFromFile(), GdipLoadImageFromFile(), and GdipSaveImageToFile().
| GpStatus WINGDIPAPI GdipDeleteGraphics | ( | GpGraphics * | graphics | ) |
Definition at line 2616 of file graphics.c.
Referenced by check_metafile(), GdipAddPathString(), GdipGetImageThumbnail(), get_path_hrgn(), METAFILE_DrawImagePointsRect(), test_alpha_hdc(), test_BeginContainer2(), test_bitmapfromgraphics(), test_clear(), test_clip_xform(), test_cliphrgn_transform(), test_clipping(), test_clipping_2(), test_colorkey(), test_colormatrix(), test_constructor_destructor(), test_container_rects(), test_containers(), test_converttoemfplus(), test_createfont_charset(), test_drawdriverstring(), test_drawellipse(), test_DrawImage(), test_drawimage(), test_DrawImage_scale(), test_DrawImage_SourceCopy(), test_drawpath(), test_drawrectangle(), test_emfonly(), test_empty(), test_fillellipse(), test_fillpath(), test_fillrect(), test_fillregion(), test_font_height_scaling(), test_font_metrics(), test_font_substitution(), test_font_transform(), test_frameunit(), test_fromhrgn(), test_fromMemoryBitmap(), test_gamma(), test_gdi_interop_bitmap(), test_gdi_interop_hdc(), test_GdipCreateRegionRgnData(), test_GdipDrawArc(), test_GdipDrawArcI(), test_GdipDrawBezierI(), test_GdipDrawCurve(), test_GdipDrawCurve2(), test_GdipDrawCurve2I(), test_GdipDrawCurve3(), test_GdipDrawCurve3I(), test_GdipDrawCurveI(), test_GdipDrawImageFX(), test_GdipDrawImagePointRect(), test_GdipDrawImagePointsRect(), test_GdipDrawImagePointsRectOnMemoryDC(), test_GdipDrawLineI(), test_GdipDrawLinesI(), test_GdipDrawString(), test_GdipFillClosedCurve(), test_GdipFillClosedCurve2(), test_GdipFillClosedCurve2I(), test_GdipFillClosedCurveI(), test_GdipFillPath(), test_GdipFillRectangles(), test_GdipFillRectanglesOnBitmapTextureBrush(), test_GdipFillRectanglesOnMemoryDCSolidBrush(), test_GdipFillRectanglesOnMemoryDCTextureBrush(), test_GdipGetNearestColor(), test_GdipGetVisibleClipBounds(), test_GdipGetVisibleClipBounds_memoryDC(), test_GdipGetVisibleClipBounds_screen(), test_GdipGetVisibleClipBounds_window(), test_GdipGraphicsSetAbort(), test_GdipIsVisiblePoint(), test_GdipIsVisibleRect(), test_GdipMeasureString(), test_gditransform(), test_Get_Release_DC(), test_get_set_clip(), test_get_set_interpolation(), test_get_set_textrenderinghint(), test_getbounds(), test_getdc(), test_getdc_scaled(), test_gethrgn(), test_graphics_clear(), test_hatchBrushStyles(), test_hdc_caching(), test_is_outline_visible_path_point(), test_isempty(), test_isequal(), test_isinfinite(), test_isvisible(), test_isvisiblepoint(), test_isvisiblerect(), test_lineargradient(), test_logfont(), test_measure_string(), test_measured_extra_space(), test_nullframerect(), test_offsetclip(), test_pagetransform(), test_pen(), test_pen_thickness(), test_printer_dc(), test_properties(), test_remaptable(), test_renderingOrigin(), test_resetclip(), test_resolution(), test_restoredc(), test_save_restore(), test_set_page_transform(), test_setclippath(), test_string_functions(), test_textcontrast(), test_texturewrap(), test_transform(), test_transformpoints(), test_translate(), test_unknownfontdecode(), test_worldtransform(), and ZoomWnd_OnDraw().
| GpStatus WINGDIPAPI GdipDrawArc | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height, | ||
| REAL | startAngle, | ||
| REAL | sweepAngle | ||
| ) |
Definition at line 2662 of file graphics.c.
Referenced by GdipDrawArcI(), GdipPlayMetafileRecord(), test_GdipDrawArc(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawArcI | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| INT | x, | ||
| INT | y, | ||
| INT | width, | ||
| INT | height, | ||
| REAL | startAngle, | ||
| REAL | sweepAngle | ||
| ) |
Definition at line 2695 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), test_GdipDrawArcI(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawBezier | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| REAL | x1, | ||
| REAL | y1, | ||
| REAL | x2, | ||
| REAL | y2, | ||
| REAL | x3, | ||
| REAL | y3, | ||
| REAL | x4, | ||
| REAL | y4 | ||
| ) |
Definition at line 2704 of file graphics.c.
Referenced by GdipDrawBezierI(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawBezierI | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| INT | x1, | ||
| INT | y1, | ||
| INT | x2, | ||
| INT | y2, | ||
| INT | x3, | ||
| INT | y3, | ||
| INT | x4, | ||
| INT | y4 | ||
| ) |
Definition at line 2729 of file graphics.c.
Referenced by test_GdipDrawBezierI(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawBeziers | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count | ||
| ) |
Definition at line 2738 of file graphics.c.
Referenced by GdipDrawBezier(), GdipDrawBeziersI(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawBeziersI | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPoint * | points, | ||
| INT | count | ||
| ) |
Definition at line 2763 of file graphics.c.
Referenced by test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawClosedCurve | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count | ||
| ) |
Definition at line 2794 of file graphics.c.
Referenced by test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawClosedCurve2 | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count, | ||
| REAL | tension | ||
| ) |
Definition at line 2810 of file graphics.c.
Referenced by GdipDrawClosedCurve(), GdipDrawClosedCurve2I(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawClosedCurve2I | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPoint * | points, | ||
| INT | count, | ||
| REAL | tension | ||
| ) |
Definition at line 2836 of file graphics.c.
Referenced by GdipDrawClosedCurveI(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawClosedCurveI | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPoint * | points, | ||
| INT | count | ||
| ) |
Definition at line 2802 of file graphics.c.
Referenced by test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawCurve | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count | ||
| ) |
Definition at line 2864 of file graphics.c.
Referenced by GdipDrawCurveI(), test_GdipDrawCurve(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawCurve2 | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count, | ||
| REAL | tension | ||
| ) |
Definition at line 2900 of file graphics.c.
Referenced by GdipDrawCurve(), GdipDrawCurve2I(), GdipDrawCurve3(), test_GdipDrawCurve2(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawCurve2I | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPoint * | points, | ||
| INT | count, | ||
| REAL | tension | ||
| ) |
Definition at line 2928 of file graphics.c.
Referenced by GdipDrawCurve3I(), test_GdipDrawCurve2I(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawCurve3 | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count, | ||
| INT | offset, | ||
| INT | numberOfSegments, | ||
| REAL | tension | ||
| ) |
Definition at line 2955 of file graphics.c.
Referenced by test_GdipDrawCurve3().
| GpStatus WINGDIPAPI GdipDrawCurve3I | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPoint * | points, | ||
| INT | count, | ||
| INT | offset, | ||
| INT | numberOfSegments, | ||
| REAL | tension | ||
| ) |
Definition at line 2968 of file graphics.c.
Referenced by test_GdipDrawCurve3I().
| GpStatus WINGDIPAPI GdipDrawCurveI | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPoint * | points, | ||
| INT | count | ||
| ) |
Definition at line 2872 of file graphics.c.
Referenced by test_GdipDrawCurveI(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawDriverString | ( | GpGraphics * | graphics, |
| GDIPCONST UINT16 * | text, | ||
| INT | length, | ||
| GDIPCONST GpFont * | font, | ||
| GDIPCONST GpBrush * | brush, | ||
| GDIPCONST PointF * | positions, | ||
| INT | flags, | ||
| GDIPCONST GpMatrix * | matrix | ||
| ) |
Definition at line 7903 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), test_drawdriverstring(), test_GdipDrawString(), and test_unknownfontdecode().
| GpStatus WINGDIPAPI GdipDrawEllipse | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height | ||
| ) |
Definition at line 2985 of file graphics.c.
Referenced by GdipDrawEllipseI(), GdipPlayMetafileRecord(), test_drawellipse(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawEllipseI | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| INT | x, | ||
| INT | y, | ||
| INT | width, | ||
| INT | height | ||
| ) |
Definition at line 3017 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawImage | ( | GpGraphics * | graphics, |
| GpImage * | image, | ||
| REAL | x, | ||
| REAL | y | ||
| ) |
Definition at line 3026 of file graphics.c.
Referenced by GdipDrawCachedBitmap(), and GdipDrawImageI().
| GpStatus WINGDIPAPI GdipDrawImageFX | ( | GpGraphics * | graphics, |
| GpImage * | image, | ||
| GpRectF * | src_rect, | ||
| GpMatrix * | transform, | ||
| CGpEffect * | effect, | ||
| GpImageAttributes * | imageattr, | ||
| GpUnit | src_unit | ||
| ) |
Definition at line 3042 of file graphics.c.
Referenced by test_GdipDrawImageFX().
| GpStatus WINGDIPAPI GdipDrawImageI | ( | GpGraphics * | graphics, |
| GpImage * | image, | ||
| INT | x, | ||
| INT | y | ||
| ) |
Definition at line 3087 of file graphics.c.
Referenced by test_DrawImage(), test_DrawImage_scale(), and test_DrawImage_SourceCopy().
| GpStatus WINGDIPAPI GdipDrawImagePointRect | ( | GpGraphics * | graphics, |
| GpImage * | image, | ||
| REAL | x, | ||
| REAL | y, | ||
| REAL | srcx, | ||
| REAL | srcy, | ||
| REAL | srcwidth, | ||
| REAL | srcheight, | ||
| GpUnit | srcUnit | ||
| ) |
Definition at line 3095 of file graphics.c.
Referenced by GdipDrawImage(), and GdipDrawImagePointRectI().
| GpStatus WINGDIPAPI GdipDrawImagePointRectI | ( | GpGraphics * | graphics, |
| GpImage * | image, | ||
| INT | x, | ||
| INT | y, | ||
| INT | srcx, | ||
| INT | srcy, | ||
| INT | srcwidth, | ||
| INT | srcheight, | ||
| GpUnit | srcUnit | ||
| ) |
Definition at line 3122 of file graphics.c.
Referenced by test_GdipDrawImagePointRect().
| GpStatus WINGDIPAPI GdipDrawImagePoints | ( | GpGraphics * | graphics, |
| GpImage * | image, | ||
| GDIPCONST GpPointF * | dstpoints, | ||
| INT | count | ||
| ) |
Definition at line 3129 of file graphics.c.
Referenced by GdipDrawImagePointsI().
| GpStatus WINGDIPAPI GdipDrawImagePointsI | ( | GpGraphics * | graphics, |
| GpImage * | image, | ||
| GDIPCONST GpPoint * | dstpoints, | ||
| INT | count | ||
| ) |
Definition at line 3146 of file graphics.c.
| GpStatus WINGDIPAPI GdipDrawImagePointsRect | ( | GpGraphics * | graphics, |
| GpImage * | image, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count, | ||
| REAL | srcx, | ||
| REAL | srcy, | ||
| REAL | srcwidth, | ||
| REAL | srcheight, | ||
| GpUnit | srcUnit, | ||
| GDIPCONST GpImageAttributes * | imageAttributes, | ||
| DrawImageAbort | callback, | ||
| VOID * | callbackData | ||
| ) |
Definition at line 3173 of file graphics.c.
Referenced by GdipDrawImageFX(), GdipDrawImagePointRect(), GdipDrawImagePoints(), GdipDrawImagePointsRectI(), GdipDrawImageRectRect(), GdipDrawImageRectRectI(), GdipPlayMetafileRecord(), test_clear(), test_drawimage(), test_emfonly(), test_fillrect(), test_GdipDrawImagePointsRect(), and test_getdc().
| GpStatus WINGDIPAPI GdipDrawImagePointsRectI | ( | GpGraphics * | graphics, |
| GpImage * | image, | ||
| GDIPCONST GpPoint * | points, | ||
| INT | count, | ||
| INT | srcx, | ||
| INT | srcy, | ||
| INT | srcwidth, | ||
| INT | srcheight, | ||
| GpUnit | srcUnit, | ||
| GDIPCONST GpImageAttributes * | imageAttributes, | ||
| DrawImageAbort | callback, | ||
| VOID * | callbackData | ||
| ) |
Definition at line 3523 of file graphics.c.
| GpStatus WINGDIPAPI GdipDrawImageRect | ( | GpGraphics * | graphics, |
| GpImage * | image, | ||
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height | ||
| ) |
Definition at line 3597 of file graphics.c.
Referenced by GdipDrawImageRectI().
| GpStatus WINGDIPAPI GdipDrawImageRectI | ( | GpGraphics * | graphics, |
| GpImage * | image, | ||
| INT | x, | ||
| INT | y, | ||
| INT | width, | ||
| INT | height | ||
| ) |
Definition at line 3618 of file graphics.c.
| GpStatus WINGDIPAPI GdipDrawImageRectRect | ( | GpGraphics * | graphics, |
| GpImage * | image, | ||
| REAL | dstx, | ||
| REAL | dsty, | ||
| REAL | dstwidth, | ||
| REAL | dstheight, | ||
| REAL | srcx, | ||
| REAL | srcy, | ||
| REAL | srcwidth, | ||
| REAL | srcheight, | ||
| GpUnit | srcUnit, | ||
| GDIPCONST GpImageAttributes * | imageattr, | ||
| DrawImageAbort | callback, | ||
| VOID * | callbackData | ||
| ) |
Definition at line 3551 of file graphics.c.
Referenced by GdipDrawImageRect(), and ZoomWnd_OnDraw().
| GpStatus WINGDIPAPI GdipDrawImageRectRectI | ( | GpGraphics * | graphics, |
| GpImage * | image, | ||
| INT | dstx, | ||
| INT | dsty, | ||
| INT | dstwidth, | ||
| INT | dstheight, | ||
| INT | srcx, | ||
| INT | srcy, | ||
| INT | srcwidth, | ||
| INT | srcheight, | ||
| GpUnit | srcUnit, | ||
| GDIPCONST GpImageAttributes * | imageAttributes, | ||
| DrawImageAbort | callback, | ||
| VOID * | callbackData | ||
| ) |
Definition at line 3574 of file graphics.c.
Referenced by GdipGetImageThumbnail(), METAFILE_DrawImagePointsRect(), test_colorkey(), test_colormatrix(), test_gamma(), test_GdipDrawImagePointsRectOnMemoryDC(), and test_remaptable().
| GpStatus WINGDIPAPI GdipDrawLine | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| REAL | x1, | ||
| REAL | y1, | ||
| REAL | x2, | ||
| REAL | y2 | ||
| ) |
Definition at line 3626 of file graphics.c.
Referenced by GdipDrawLineI(), test_Get_Release_DC(), and test_pen_thickness().
| GpStatus WINGDIPAPI GdipDrawLineI | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| INT | x1, | ||
| INT | y1, | ||
| INT | x2, | ||
| INT | y2 | ||
| ) |
Definition at line 3646 of file graphics.c.
Referenced by test_emfonly(), test_GdipDrawLineI(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawLines | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count | ||
| ) |
Definition at line 3654 of file graphics.c.
Referenced by GdipDrawLine(), GdipDrawLinesI(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawLinesI | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPoint * | points, | ||
| INT | count | ||
| ) |
Definition at line 3679 of file graphics.c.
Referenced by test_GdipDrawLinesI(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawPath | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GpPath * | path | ||
| ) |
Definition at line 4207 of file graphics.c.
Referenced by GdipDrawArc(), GdipDrawBeziers(), GdipDrawClosedCurve2(), GdipDrawCurve2(), GdipDrawEllipse(), GdipDrawLines(), GdipDrawPie(), GdipDrawPolygon(), GdipDrawRectangles(), GdipPlayMetafileRecord(), test_drawpath(), test_Get_Release_DC(), test_pen(), and test_pen_thickness().
| GpStatus WINGDIPAPI GdipDrawPie | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height, | ||
| REAL | startAngle, | ||
| REAL | sweepAngle | ||
| ) |
Definition at line 4232 of file graphics.c.
Referenced by GdipDrawPieI(), GdipPlayMetafileRecord(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawPieI | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| INT | x, | ||
| INT | y, | ||
| INT | width, | ||
| INT | height, | ||
| REAL | startAngle, | ||
| REAL | sweepAngle | ||
| ) |
Definition at line 4258 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawPolygon | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count | ||
| ) |
Definition at line 6938 of file graphics.c.
Referenced by GdipDrawPolygonI(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawPolygonI | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPoint * | points, | ||
| INT | count | ||
| ) |
Definition at line 6964 of file graphics.c.
Referenced by test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawRectangle | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height | ||
| ) |
Definition at line 4267 of file graphics.c.
Referenced by GdipDrawRectangleI(), test_drawrectangle(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawRectangleI | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| INT | x, | ||
| INT | y, | ||
| INT | width, | ||
| INT | height | ||
| ) |
Definition at line 4278 of file graphics.c.
Referenced by test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawRectangles | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpRectF * | rects, | ||
| INT | count | ||
| ) |
Definition at line 4286 of file graphics.c.
Referenced by GdipDrawRectangle(), GdipDrawRectanglesI(), GdipPlayMetafileRecord(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawRectanglesI | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpRect * | rects, | ||
| INT | count | ||
| ) |
Definition at line 4314 of file graphics.c.
Referenced by test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawString | ( | GpGraphics * | graphics, |
| GDIPCONST WCHAR * | string, | ||
| INT | length, | ||
| GDIPCONST GpFont * | font, | ||
| GDIPCONST RectF * | rect, | ||
| GDIPCONST GpStringFormat * | format, | ||
| GDIPCONST GpBrush * | brush | ||
| ) |
Definition at line 6043 of file graphics.c.
Referenced by test_GdipDrawString(), and test_string_functions().
| GpStatus WINGDIPAPI GdipEndContainer | ( | GpGraphics * | graphics, |
| GraphicsContainer | state | ||
| ) |
Definition at line 6394 of file graphics.c.
Referenced by GdipEnumerateMetafileSrcRectDestPoints(), GdipPlayMetafileRecord(), test_BeginContainer2(), test_container_rects(), test_containers(), and test_save_restore().
| GpStatus WINGDIPAPI GdipFillClosedCurve | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count | ||
| ) |
Definition at line 4400 of file graphics.c.
Referenced by test_GdipFillClosedCurve(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillClosedCurve2 | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count, | ||
| REAL | tension, | ||
| GpFillMode | fill | ||
| ) |
Definition at line 4339 of file graphics.c.
Referenced by GdipFillClosedCurve(), GdipFillClosedCurve2I(), GdipPlayMetafileRecord(), test_GdipFillClosedCurve2(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillClosedCurve2I | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| GDIPCONST GpPoint * | points, | ||
| INT | count, | ||
| REAL | tension, | ||
| GpFillMode | fill | ||
| ) |
Definition at line 4368 of file graphics.c.
Referenced by GdipFillClosedCurveI(), test_GdipFillClosedCurve2I(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillClosedCurveI | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| GDIPCONST GpPoint * | points, | ||
| INT | count | ||
| ) |
Definition at line 4408 of file graphics.c.
Referenced by test_GdipFillClosedCurveI(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillEllipse | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height | ||
| ) |
Definition at line 4416 of file graphics.c.
Referenced by GdipFillEllipseI(), GdipPlayMetafileRecord(), test_fillellipse(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillEllipseI | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| INT | x, | ||
| INT | y, | ||
| INT | width, | ||
| INT | height | ||
| ) |
Definition at line 4452 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillPath | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| GpPath * | path | ||
| ) |
Definition at line 4529 of file graphics.c.
Referenced by GdipFillClosedCurve2(), GdipFillEllipse(), GdipFillPie(), GdipFillPolygon(), GdipFillPolygonI(), GdipFillRectangles(), GdipPlayMetafileRecord(), SOFTWARE_GdipDrawPath(), test_fillpath(), test_GdipFillPath(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillPie | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height, | ||
| REAL | startAngle, | ||
| REAL | sweepAngle | ||
| ) |
Definition at line 4562 of file graphics.c.
Referenced by GdipFillPieI(), GdipPlayMetafileRecord(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillPieI | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| INT | x, | ||
| INT | y, | ||
| INT | width, | ||
| INT | height, | ||
| REAL | startAngle, | ||
| REAL | sweepAngle | ||
| ) |
Definition at line 4599 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillPolygon | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count, | ||
| GpFillMode | fillMode | ||
| ) |
Definition at line 4608 of file graphics.c.
Referenced by GdipFillPolygon2(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillPolygon2 | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count | ||
| ) |
Definition at line 4666 of file graphics.c.
Referenced by test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillPolygon2I | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| GDIPCONST GpPoint * | points, | ||
| INT | count | ||
| ) |
Definition at line 4674 of file graphics.c.
Referenced by test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillPolygonI | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| GDIPCONST GpPoint * | points, | ||
| INT | count, | ||
| GpFillMode | fillMode | ||
| ) |
Definition at line 4637 of file graphics.c.
Referenced by GdipFillPolygon2I(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillRectangle | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height | ||
| ) |
Definition at line 4682 of file graphics.c.
Referenced by draw_string_callback(), GdipGraphicsClear(), test_clipping(), test_containers(), test_Get_Release_DC(), test_pagetransform(), test_transform(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipFillRectangleI | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| INT | x, | ||
| INT | y, | ||
| INT | width, | ||
| INT | height | ||
| ) |
Definition at line 4693 of file graphics.c.
Referenced by test_fillrect(), test_gdi_interop_bitmap(), test_gdi_interop_hdc(), test_GdipFillRectanglesOnBitmapTextureBrush(), test_GdipFillRectanglesOnMemoryDCSolidBrush(), test_GdipFillRectanglesOnMemoryDCTextureBrush(), test_Get_Release_DC(), test_hatchBrushStyles(), test_hdc_caching(), test_nullframerect(), test_pagetransform(), test_printer_dc(), test_renderingOrigin(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipFillRectangles | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| GDIPCONST GpRectF * | rects, | ||
| INT | count | ||
| ) |
Definition at line 4704 of file graphics.c.
Referenced by GdipFillRectangle(), GdipFillRectangleI(), GdipFillRectanglesI(), GdipPlayMetafileRecord(), test_GdipFillRectangles(), test_Get_Release_DC(), and test_lineargradient().
| GpStatus WINGDIPAPI GdipFillRectanglesI | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| GDIPCONST GpRect * | rects, | ||
| INT | count | ||
| ) |
Definition at line 4733 of file graphics.c.
Referenced by test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillRegion | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| GpRegion * | region | ||
| ) |
Definition at line 4891 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), SOFTWARE_GdipFillPath(), test_fillregion(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFlush | ( | GpGraphics * | graphics, |
| GpFlushIntention | intention | ||
| ) |
Definition at line 4924 of file graphics.c.
Referenced by test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipGetClip | ( | GpGraphics * | graphics, |
| GpRegion * | region | ||
| ) |
Definition at line 7195 of file graphics.c.
Referenced by GdipEnumerateMetafileSrcRectDestPoints(), GdipGetClipBounds(), test_clip_xform(), test_clipping(), test_clipping_2(), test_Get_Release_DC(), and test_get_set_clip().
| GpStatus WINGDIPAPI GdipGetClipBounds | ( | GpGraphics * | graphics, |
| GpRectF * | rect | ||
| ) |
Definition at line 4945 of file graphics.c.
Referenced by GdipGetClipBoundsI(), test_BeginContainer2(), test_clipping(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipGetClipBoundsI | ( | GpGraphics * | graphics, |
| GpRect * | rect | ||
| ) |
Definition at line 4972 of file graphics.c.
Referenced by test_clipping(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipGetCompositingMode | ( | GpGraphics * | graphics, |
| CompositingMode * | mode | ||
| ) |
Definition at line 4993 of file graphics.c.
Referenced by gdi_alpha_blend(), GdipGraphicsClear(), test_BeginContainer2(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipGetCompositingQuality | ( | GpGraphics * | graphics, |
| CompositingQuality * | quality | ||
| ) |
Definition at line 5010 of file graphics.c.
Referenced by test_BeginContainer2(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipGetDC | ( | GpGraphics * | graphics, |
| HDC * | hdc | ||
| ) |
Definition at line 7050 of file graphics.c.
Referenced by METAFILE_PlaybackGetDC(), test_alpha_hdc(), test_emfonly(), test_fromMemoryBitmap(), test_gdi_interop_bitmap(), test_gdi_interop_hdc(), test_GdipDrawString(), test_gditransform(), test_Get_Release_DC(), test_getdc(), test_getdc_scaled(), test_nullframerect(), and test_restoredc().
| GpStatus WINGDIPAPI GdipGetDpiX | ( | GpGraphics * | graphics, |
| REAL * | dpi | ||
| ) |
Definition at line 6988 of file graphics.c.
Referenced by create_graphics(), GdipCreateBitmapFromGraphics(), test_bitmapfromgraphics(), test_container_rects(), test_containers(), test_Get_Release_DC(), test_measured_extra_space(), test_pagetransform(), test_printer_dc(), and test_resolution().
| GpStatus WINGDIPAPI GdipGetDpiY | ( | GpGraphics * | graphics, |
| REAL * | dpi | ||
| ) |
Definition at line 7002 of file graphics.c.
Referenced by create_graphics(), GdipCreateBitmapFromGraphics(), GdipGetFontHeight(), test_bitmapfromgraphics(), test_container_rects(), test_containers(), test_font_height_scaling(), test_Get_Release_DC(), test_pagetransform(), test_printer_dc(), and test_resolution().
| GpStatus WINGDIPAPI GdipGetInterpolationMode | ( | GpGraphics * | graphics, |
| InterpolationMode * | mode | ||
| ) |
Definition at line 5027 of file graphics.c.
Referenced by test_BeginContainer2(), test_Get_Release_DC(), test_get_set_interpolation(), and test_save_restore().
| GpStatus WINGDIPAPI GdipGetNearestColor | ( | GpGraphics * | graphics, |
| ARGB * | argb | ||
| ) |
Definition at line 5044 of file graphics.c.
Referenced by test_GdipGetNearestColor(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipGetPageScale | ( | GpGraphics * | graphics, |
| REAL * | scale | ||
| ) |
Definition at line 5065 of file graphics.c.
Referenced by test_BeginContainer2(), test_Get_Release_DC(), test_pagetransform(), and test_set_page_transform().
| GpStatus WINGDIPAPI GdipGetPageUnit | ( | GpGraphics * | graphics, |
| GpUnit * | unit | ||
| ) |
Definition at line 5080 of file graphics.c.
Referenced by test_BeginContainer2(), test_clipping(), test_clipping_2(), test_Get_Release_DC(), test_pagetransform(), test_printer_dc(), and test_set_page_transform().
| GpStatus WINGDIPAPI GdipGetPixelOffsetMode | ( | GpGraphics * | graphics, |
| PixelOffsetMode * | mode | ||
| ) |
Definition at line 5096 of file graphics.c.
Referenced by test_BeginContainer2(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipGetRenderingOrigin | ( | GpGraphics * | graphics, |
| INT * | x, | ||
| INT * | y | ||
| ) |
Definition at line 6641 of file graphics.c.
Referenced by test_renderingOrigin().
| GpStatus WINGDIPAPI GdipGetSmoothingMode | ( | GpGraphics * | graphics, |
| SmoothingMode * | mode | ||
| ) |
Definition at line 5113 of file graphics.c.
Referenced by test_BeginContainer2(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipGetTextContrast | ( | GpGraphics * | graphics, |
| UINT * | contrast | ||
| ) |
Definition at line 5128 of file graphics.c.
Referenced by test_BeginContainer2(), and test_textcontrast().
| GpStatus WINGDIPAPI GdipGetTextRenderingHint | ( | GpGraphics * | graphics, |
| TextRenderingHint * | hint | ||
| ) |
Definition at line 5141 of file graphics.c.
Referenced by test_BeginContainer2(), test_Get_Release_DC(), and test_get_set_textrenderinghint().
| GpStatus WINGDIPAPI GdipGetVisibleClipBounds | ( | GpGraphics * | graphics, |
| GpRectF * | rect | ||
| ) |
Definition at line 5157 of file graphics.c.
Referenced by GdipGetVisibleClipBoundsI(), GdipGraphicsClear(), test_alpha_hdc(), test_cliphrgn_transform(), test_clipping(), test_GdipGetVisibleClipBounds(), test_GdipGetVisibleClipBounds_screen(), and test_GdipGetVisibleClipBounds_window().
| GpStatus WINGDIPAPI GdipGetVisibleClipBoundsI | ( | GpGraphics * | graphics, |
| GpRect * | rect | ||
| ) |
Definition at line 5194 of file graphics.c.
Referenced by test_GdipGetVisibleClipBounds(), test_GdipGetVisibleClipBounds_memoryDC(), test_GdipGetVisibleClipBounds_screen(), and test_GdipGetVisibleClipBounds_window().
| GpStatus WINGDIPAPI GdipGetWorldTransform | ( | GpGraphics * | graphics, |
| GpMatrix * | matrix | ||
| ) |
Definition at line 5215 of file graphics.c.
Referenced by test_BeginContainer2(), test_Get_Release_DC(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipGraphicsClear | ( | GpGraphics * | graphics, |
| ARGB | color | ||
| ) |
Definition at line 5229 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), test_alpha_hdc(), test_clear(), test_clip_xform(), test_fromMemoryBitmap(), test_GdipDrawString(), test_Get_Release_DC(), test_graphics_clear(), and test_pen_thickness().
| GpStatus WINGDIPAPI GdipGraphicsSetAbort | ( | GpGraphics * | graphics, |
| GdiplusAbort * | pabort | ||
| ) |
Definition at line 7965 of file graphics.c.
| GpStatus WINGDIPAPI GdipIsClipEmpty | ( | GpGraphics * | graphics, |
| BOOL * | res | ||
| ) |
Definition at line 5266 of file graphics.c.
Referenced by test_isempty().
| GpStatus WINGDIPAPI GdipIsVisibleClipEmpty | ( | GpGraphics * | graphics, |
| BOOL * | res | ||
| ) |
Definition at line 7920 of file graphics.c.
| GpStatus WINGDIPAPI GdipIsVisiblePoint | ( | GpGraphics * | graphics, |
| REAL | x, | ||
| REAL | y, | ||
| BOOL * | result | ||
| ) |
Definition at line 5276 of file graphics.c.
Referenced by GdipIsVisiblePointI(), test_cliphrgn_transform(), test_GdipIsVisiblePoint(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipIsVisiblePointI | ( | GpGraphics * | graphics, |
| INT | x, | ||
| INT | y, | ||
| BOOL * | result | ||
| ) |
Definition at line 5309 of file graphics.c.
Referenced by test_GdipIsVisiblePoint(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipIsVisibleRect | ( | GpGraphics * | graphics, |
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height, | ||
| BOOL * | result | ||
| ) |
Definition at line 5314 of file graphics.c.
Referenced by GdipIsVisibleRectI(), and test_GdipIsVisibleRect().
| GpStatus WINGDIPAPI GdipIsVisibleRectI | ( | GpGraphics * | graphics, |
| INT | x, | ||
| INT | y, | ||
| INT | width, | ||
| INT | height, | ||
| BOOL * | result | ||
| ) |
Definition at line 5353 of file graphics.c.
Referenced by test_GdipIsVisibleRect().
| GpStatus WINGDIPAPI GdipMeasureCharacterRanges | ( | GpGraphics * | graphics, |
| GDIPCONST WCHAR * | string, | ||
| INT | length, | ||
| GDIPCONST GpFont * | font, | ||
| GDIPCONST RectF * | layoutRect, | ||
| GDIPCONST GpStringFormat * | stringFormat, | ||
| INT | regionCount, | ||
| GpRegion ** | regions | ||
| ) |
Definition at line 5758 of file graphics.c.
Referenced by test_font_height_scaling(), test_measure_string(), and test_string_functions().
| GpStatus WINGDIPAPI GdipMeasureDriverString | ( | GpGraphics * | graphics, |
| GDIPCONST UINT16 * | text, | ||
| INT | length, | ||
| GDIPCONST GpFont * | font, | ||
| GDIPCONST PointF * | positions, | ||
| INT | flags, | ||
| GDIPCONST GpMatrix * | matrix, | ||
| RectF * | boundingBox | ||
| ) |
Definition at line 7456 of file graphics.c.
Referenced by test_font_transform(), and test_string_functions().
| GpStatus WINGDIPAPI GdipMeasureString | ( | GpGraphics * | graphics, |
| GDIPCONST WCHAR * | string, | ||
| INT | length, | ||
| GDIPCONST GpFont * | font, | ||
| GDIPCONST RectF * | rect, | ||
| GDIPCONST GpStringFormat * | format, | ||
| RectF * | bounds, | ||
| INT * | codepointsfitted, | ||
| INT * | linesfilled | ||
| ) |
Definition at line 5890 of file graphics.c.
Referenced by GdipDrawString(), test_font_height_scaling(), test_font_transform(), test_GdipMeasureString(), test_measure_string(), test_measured_extra_space(), and test_string_functions().
| GpStatus WINGDIPAPI GdipMultiplyWorldTransform | ( | GpGraphics * | graphics, |
| GDIPCONST GpMatrix * | matrix, | ||
| GpMatrixOrder | order | ||
| ) |
Definition at line 7016 of file graphics.c.
Referenced by test_Get_Release_DC(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipReleaseDC | ( | GpGraphics * | graphics, |
| HDC | hdc | ||
| ) |
Definition at line 7141 of file graphics.c.
Referenced by METAFILE_PlaybackReleaseDC(), test_alpha_hdc(), test_emfonly(), test_fromMemoryBitmap(), test_gdi_interop_bitmap(), test_gdi_interop_hdc(), test_GdipDrawString(), test_gditransform(), test_Get_Release_DC(), test_getdc(), test_getdc_scaled(), test_nullframerect(), and test_restoredc().
| GpStatus WINGDIPAPI GdipResetClip | ( | GpGraphics * | graphics | ) |
Definition at line 6172 of file graphics.c.
Referenced by test_clip_xform(), test_GdipGetVisibleClipBounds_window(), test_Get_Release_DC(), test_get_set_clip(), and test_resetclip().
| GpStatus WINGDIPAPI GdipResetPageTransform | ( | GpGraphics * | graphics | ) |
Definition at line 7940 of file graphics.c.
Referenced by test_Get_Release_DC(), test_getbounds(), and test_set_page_transform().
| GpStatus WINGDIPAPI GdipResetWorldTransform | ( | GpGraphics * | graphics | ) |
Definition at line 6194 of file graphics.c.
Referenced by GdipEnumerateMetafileSrcRectDestPoints(), test_clip_xform(), test_container_rects(), test_GdipDrawString(), test_Get_Release_DC(), test_getbounds(), test_is_outline_visible_path_point(), test_isvisible(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipRestoreGraphics | ( | GpGraphics * | graphics, |
| GraphicsState | state | ||
| ) |
Definition at line 6400 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), test_clipping(), test_containers(), and test_save_restore().
| GpStatus WINGDIPAPI GdipRotateWorldTransform | ( | GpGraphics * | graphics, |
| REAL | angle, | ||
| GpMatrixOrder | order | ||
| ) |
Definition at line 6217 of file graphics.c.
Referenced by test_GdipDrawString(), test_Get_Release_DC(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipSaveGraphics | ( | GpGraphics * | graphics, |
| GraphicsState * | state | ||
| ) |
Definition at line 6267 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), test_clipping(), test_containers(), and test_save_restore().
| GpStatus WINGDIPAPI GdipScaleWorldTransform | ( | GpGraphics * | graphics, |
| REAL | sx, | ||
| REAL | sy, | ||
| GpMatrixOrder | order | ||
| ) |
Definition at line 6406 of file graphics.c.
Referenced by test_clip_xform(), test_container_rects(), test_containers(), test_font_height_scaling(), test_GdipDrawString(), test_GdipGetVisibleClipBounds_window(), test_Get_Release_DC(), test_getbounds(), test_getdc_scaled(), test_gethrgn(), test_is_outline_visible_path_point(), test_isvisible(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipSetClipGraphics | ( | GpGraphics * | graphics, |
| GpGraphics * | srcgraphics, | ||
| CombineMode | mode | ||
| ) |
Definition at line 6429 of file graphics.c.
| GpStatus WINGDIPAPI GdipSetClipHrgn | ( | GpGraphics * | graphics, |
| HRGN | hrgn, | ||
| CombineMode | mode | ||
| ) |
Definition at line 6774 of file graphics.c.
Referenced by test_cliphrgn_transform(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipSetClipPath | ( | GpGraphics * | graphics, |
| GpPath * | path, | ||
| CombineMode | mode | ||
| ) |
Definition at line 6806 of file graphics.c.
Referenced by test_Get_Release_DC(), test_get_set_clip(), and test_setclippath().
| GpStatus WINGDIPAPI GdipSetClipRect | ( | GpGraphics * | graphics, |
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height, | ||
| CombineMode | mode | ||
| ) |
Definition at line 6842 of file graphics.c.
Referenced by GdipSetClipRectI(), test_BeginContainer2(), test_clip_xform(), test_clipping(), test_GdipGetVisibleClipBounds_screen(), test_GdipGetVisibleClipBounds_window(), test_GdipIsVisiblePoint(), test_GdipIsVisibleRect(), test_Get_Release_DC(), and test_isvisible().
| GpStatus WINGDIPAPI GdipSetClipRectI | ( | GpGraphics * | graphics, |
| INT | x, | ||
| INT | y, | ||
| INT | width, | ||
| INT | height, | ||
| CombineMode | mode | ||
| ) |
Definition at line 6884 of file graphics.c.
Referenced by test_GdipFillRectanglesOnBitmapTextureBrush(), test_GdipFillRectanglesOnMemoryDCSolidBrush(), test_GdipFillRectanglesOnMemoryDCTextureBrush(), test_GdipGetVisibleClipBounds_memoryDC(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipSetClipRegion | ( | GpGraphics * | graphics, |
| GpRegion * | region, | ||
| CombineMode | mode | ||
| ) |
Definition at line 6899 of file graphics.c.
Referenced by test_clipping(), test_clipping_2(), test_Get_Release_DC(), and test_get_set_clip().
| GpStatus WINGDIPAPI GdipSetCompositingMode | ( | GpGraphics * | graphics, |
| CompositingMode | mode | ||
| ) |
Definition at line 6440 of file graphics.c.
Referenced by GdipGraphicsClear(), GdipPlayMetafileRecord(), test_BeginContainer2(), test_DrawImage_SourceCopy(), test_Get_Release_DC(), and test_properties().
| GpStatus WINGDIPAPI GdipSetCompositingQuality | ( | GpGraphics * | graphics, |
| CompositingQuality | quality | ||
| ) |
Definition at line 6469 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), test_BeginContainer2(), test_Get_Release_DC(), and test_properties().
| GpStatus WINGDIPAPI GdipSetInterpolationMode | ( | GpGraphics * | graphics, |
| InterpolationMode | mode | ||
| ) |
Definition at line 6498 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), test_BeginContainer2(), test_DrawImage(), test_DrawImage_scale(), test_DrawImage_SourceCopy(), test_GdipDrawImagePointRect(), test_Get_Release_DC(), test_get_set_interpolation(), test_properties(), test_save_restore(), and ZoomWnd_OnDraw().
| GpStatus WINGDIPAPI GdipSetPageScale | ( | GpGraphics * | graphics, |
| REAL | scale | ||
| ) |
Definition at line 6533 of file graphics.c.
Referenced by create_graphics(), GdipEnumerateMetafileSrcRectDestPoints(), test_BeginContainer2(), test_clipping(), test_clipping_2(), test_Get_Release_DC(), test_getbounds(), test_pagetransform(), test_pen_thickness(), test_set_page_transform(), and test_transformpoints().
| GpStatus WINGDIPAPI GdipSetPageUnit | ( | GpGraphics * | graphics, |
| GpUnit | unit | ||
| ) |
Definition at line 6560 of file graphics.c.
Referenced by create_graphics(), GdipEnumerateMetafileSrcRectDestPoints(), test_BeginContainer2(), test_clipping(), test_clipping_2(), test_container_rects(), test_font_height_scaling(), test_font_transform(), test_Get_Release_DC(), test_getbounds(), test_is_outline_visible_path_point(), test_measured_extra_space(), test_pagetransform(), test_pen_thickness(), test_set_page_transform(), and test_transformpoints().
| GpStatus WINGDIPAPI GdipSetPixelOffsetMode | ( | GpGraphics * | graphics, |
| PixelOffsetMode | mode | ||
| ) |
Definition at line 6587 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), test_BeginContainer2(), test_DrawImage_scale(), test_Get_Release_DC(), and test_properties().
| GpStatus WINGDIPAPI GdipSetRenderingOrigin | ( | GpGraphics * | graphics, |
| INT | x, | ||
| INT | y | ||
| ) |
Definition at line 6616 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), test_properties(), and test_renderingOrigin().
| GpStatus WINGDIPAPI GdipSetSmoothingMode | ( | GpGraphics * | graphics, |
| SmoothingMode | mode | ||
| ) |
Definition at line 6654 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), test_BeginContainer2(), test_Get_Release_DC(), test_properties(), and ZoomWnd_OnDraw().
| GpStatus WINGDIPAPI GdipSetTextContrast | ( | GpGraphics * | graphics, |
| UINT | contrast | ||
| ) |
Definition at line 6684 of file graphics.c.
Referenced by test_BeginContainer2().
| GpStatus WINGDIPAPI GdipSetTextRenderingHint | ( | GpGraphics * | graphics, |
| TextRenderingHint | hint | ||
| ) |
Definition at line 6696 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), test_BeginContainer2(), test_Get_Release_DC(), test_get_set_textrenderinghint(), and test_properties().
| GpStatus WINGDIPAPI GdipSetWorldTransform | ( | GpGraphics * | graphics, |
| GpMatrix * | matrix | ||
| ) |
Definition at line 6724 of file graphics.c.
Referenced by METAFILE_PlaybackUpdateWorldTransform(), test_BeginContainer2(), test_clipping(), test_clipping_2(), test_DrawImage_scale(), test_font_transform(), test_gdi_interop_bitmap(), test_gdi_interop_hdc(), test_Get_Release_DC(), test_isinfinite(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipTransformPoints | ( | GpGraphics * | graphics, |
| GpCoordinateSpace | dst_space, | ||
| GpCoordinateSpace | src_space, | ||
| GpPointF * | points, | ||
| INT | count | ||
| ) |
Definition at line 7356 of file graphics.c.
Referenced by GdipEnumerateMetafileSrcRectDestPoints(), GdipIsVisiblePoint(), GdipIsVisibleRect(), GdipTransformPointsI(), METAFILE_FillRectangles(), test_clipping(), test_clipping_2(), test_container_rects(), test_font_height_scaling(), test_GdipMeasureString(), test_Get_Release_DC(), test_pen_thickness(), test_transform(), and test_transformpoints().
| GpStatus WINGDIPAPI GdipTransformPointsI | ( | GpGraphics * | graphics, |
| GpCoordinateSpace | dst_space, | ||
| GpCoordinateSpace | src_space, | ||
| GpPoint * | points, | ||
| INT | count | ||
| ) |
Definition at line 7373 of file graphics.c.
Referenced by test_transformpoints().
| GpStatus WINGDIPAPI GdipTranslateClip | ( | GpGraphics * | graphics, |
| REAL | dx, | ||
| REAL | dy | ||
| ) |
Definition at line 7421 of file graphics.c.
Referenced by GdipTranslateClipI(), test_Get_Release_DC(), and test_offsetclip().
| GpStatus WINGDIPAPI GdipTranslateClipI | ( | GpGraphics * | graphics, |
| INT | dx, | ||
| INT | dy | ||
| ) |
Definition at line 7446 of file graphics.c.
Referenced by test_Get_Release_DC(), and test_offsetclip().
| GpStatus WINGDIPAPI GdipTranslateWorldTransform | ( | GpGraphics * | graphics, |
| REAL | dx, | ||
| REAL | dy, | ||
| GpMatrixOrder | order | ||
| ) |
Definition at line 6748 of file graphics.c.
Referenced by test_GdipIsVisiblePoint(), test_GdipIsVisibleRect(), test_Get_Release_DC(), test_is_outline_visible_path_point(), test_isvisiblepoint(), test_isvisiblerect(), test_transformpoints(), and test_worldtransform().
|
static |
Definition at line 5359 of file graphics.c.
Referenced by gdip_format_string().
|
static |
Definition at line 956 of file graphics.c.
Referenced by GdipDrawImagePointsRect().
|
static |
Definition at line 419 of file graphics.c.
Referenced by alpha_blend_pixels_hrgn(), GDI32_GdipDrawDriverString(), GDI32_GdipDrawPath(), GDI32_GdipFillPath(), GDI32_GdipFillRegion(), and GdipDrawImagePointsRect().
| void get_font_hfont | ( | GpGraphics * | graphics, |
| GDIPCONST GpFont * | font, | ||
| GDIPCONST GpStringFormat * | format, | ||
| HFONT * | hfont, | ||
| LOGFONTW * | lfw_return, | ||
| GDIPCONST GpMatrix * | matrix | ||
| ) |
Definition at line 2385 of file graphics.c.
Referenced by font_link_get_text_extent_point(), format_string_callback(), GDI32_GdipDrawDriverString(), GdipDrawString(), GdipMeasureCharacterRanges(), GdipMeasureDriverString(), GdipMeasureString(), generate_font_link_info(), and SOFTWARE_GdipDrawDriverString().
Definition at line 119 of file graphics.c.
Referenced by create_gdi_logbrush(), draw_poly(), and GDI32_GdipDrawDriverString().
Definition at line 2441 of file graphics.c.
Referenced by GdipCreateFromHDC2().
|
static |
Definition at line 2287 of file graphics.c.
Referenced by GdipGetDC(), and get_visible_clip_region().
|
static |
Definition at line 2240 of file graphics.c.
Referenced by GdipDrawImagePointsRect(), get_graphics_bounds(), SOFTWARE_GdipDrawThinPath(), and SOFTWARE_GdipFillRegion().
| GpStatus get_graphics_transform | ( | GpGraphics * | graphics, |
| GpCoordinateSpace | dst_space, | ||
| GpCoordinateSpace | src_space, | ||
| GpMatrix * | matrix | ||
| ) |
Definition at line 7266 of file graphics.c.
Referenced by brush_fill_pixels(), gdip_transform_points(), GdipGetClip(), GdipGetVisibleClipBounds(), GdipIsOutlineVisiblePathPoint(), GdipSetClipHrgn(), GdipSetClipPath(), GdipSetClipRect(), GdipSetClipRegion(), get_clip_hrgn(), metafile_set_clip_region(), SOFTWARE_GdipDrawPath(), SOFTWARE_GdipDrawThinPath(), and SOFTWARE_GdipFillRegion().
| void get_log_fontW | ( | const GpFont * | font, |
| GpGraphics * | graphics, | ||
| LOGFONTW * | lf | ||
| ) |
Definition at line 2353 of file graphics.c.
Referenced by GdipAddPathString(), GdipGetLogFontW(), and get_font_hfont().
|
static |
Definition at line 2324 of file graphics.c.
Referenced by GdipGetVisibleClipBounds(), GdipIsVisibleClipEmpty(), GdipIsVisiblePoint(), and GdipIsVisibleRect().
| GpStatus graphics_from_image | ( | GpImage * | image, |
| GpGraphics ** | graphics | ||
| ) |
Definition at line 2520 of file graphics.c.
Referenced by GdipGetImageGraphicsContext(), and METAFILE_GetGraphicsContext().
|
static |
Definition at line 2170 of file graphics.c.
Referenced by begin_container(), and GdipBeginContainer().
Definition at line 164 of file graphics.c.
Referenced by brush_fill_pixels(), and create_hatch_bitmap().
Definition at line 1137 of file graphics.c.
Referenced by brush_fill_pixels().
|
static |
Definition at line 157 of file graphics.c.
Referenced by alpha_blend_pixels_hrgn(), begin_container(), draw_driver_string(), end_container(), GdipBeginContainer(), GdipDeleteGraphics(), GdipDrawArc(), GdipDrawEllipse(), GdipDrawImagePointsRect(), GdipDrawPath(), GdipDrawRectangles(), GdipFillEllipse(), GdipFillPath(), GdipFillPie(), GdipFillRectangles(), GdipFillRegion(), GdipGetDC(), GdipGraphicsClear(), GdipMultiplyWorldTransform(), GdipReleaseDC(), GdipResetClip(), GdipResetPageTransform(), GdipResetWorldTransform(), GdipRotateWorldTransform(), GdipScaleWorldTransform(), GdipSetClipPath(), GdipSetClipRect(), GdipSetClipRegion(), GdipSetCompositingMode(), GdipSetCompositingQuality(), GdipSetInterpolationMode(), GdipSetPageScale(), GdipSetPageUnit(), GdipSetPixelOffsetMode(), GdipSetRenderingOrigin(), GdipSetSmoothingMode(), GdipSetTextRenderingHint(), GdipSetWorldTransform(), GdipTranslateClip(), GdipTranslateWorldTransform(), and get_visible_clip_region().
|
static |
Definition at line 5724 of file graphics.c.
Referenced by GdipMeasureCharacterRanges().
|
static |
Definition at line 5850 of file graphics.c.
Referenced by GdipMeasureString().
|
static |
Definition at line 3166 of file graphics.c.
Referenced by GdipDrawImagePointsRect().
|
static |
Definition at line 294 of file graphics.c.
Referenced by GDI32_GdipDrawPath().
|
static |
Definition at line 5464 of file graphics.c.
Referenced by gdip_format_string().
|
static |
Definition at line 1068 of file graphics.c.
Referenced by brush_fill_pixels(), and GdipDrawImagePointsRect().
|
static |
Definition at line 2210 of file graphics.c.
Referenced by end_container().
|
static |
Definition at line 358 of file graphics.c.
Referenced by context_destroy_gl_resources(), and GDI32_GdipDrawPath().
|
static |
Definition at line 739 of file graphics.c.
Referenced by apply_image_attributes().
Definition at line 364 of file graphics.c.
Referenced by draw_cap(), draw_poly(), GdipDrawImagePointsRect(), GdipDrawString(), and SOFTWARE_GdipDrawDriverString().
|
static |
Definition at line 1022 of file graphics.c.
Referenced by resample_bitmap_pixel().
Definition at line 1956 of file graphics.c.
Referenced by draw_poly().
Definition at line 1930 of file graphics.c.
Referenced by draw_poly().
Definition at line 1911 of file graphics.c.
Referenced by shorten_bezier_amt(), and shorten_line_amt().
|
static |
Definition at line 7662 of file graphics.c.
Referenced by draw_driver_string().
|
static |
Definition at line 4120 of file graphics.c.
Referenced by GdipDrawPath().
|
static |
Definition at line 3737 of file graphics.c.
Referenced by SOFTWARE_GdipDrawPath().
|
static |
Definition at line 4507 of file graphics.c.
Referenced by GdipFillPath().
|
static |
Definition at line 4808 of file graphics.c.
Referenced by GdipFillRegion().
| GpStatus trace_path | ( | GpGraphics * | graphics, |
| GpPath * | path | ||
| ) |
Definition at line 2127 of file graphics.c.
Referenced by get_path_hrgn().
Definition at line 756 of file graphics.c.
Referenced by apply_image_attributes().
| void transform_properties | ( | GpGraphics * | graphics, |
| GDIPCONST GpMatrix * | matrix, | ||
| BOOL | graphics_transform, | ||
| REAL * | rel_width, | ||
| REAL * | rel_height, | ||
| REAL * | angle | ||
| ) |
Definition at line 5696 of file graphics.c.
Referenced by GdipDrawString(), GdipGetLogFontW(), GdipMeasureCharacterRanges(), GdipMeasureString(), and get_font_hfont().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | gdiplus | ) |
Definition at line 7048 of file graphics.c.
Referenced by GdipGetDC(), and GdipReleaseDC().