ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <math.h>
#include <stdarg.h>
#include "windef.h"
#include "wingdi.h"
#include "winbase.h"
#include "winuser.h"
#include "objbase.h"
#include "ocidl.h"
#include "wincodecsdk.h"
#include "wine/heap.h"
#include "wine/list.h"
#include "gdiplus.h"
Go to the source code of this file.
Classes | |
struct | GpMatrix |
struct | GpPen |
struct | GpGraphics |
struct | GpBrush |
struct | GpHatch |
struct | GpSolidFill |
struct | GpPathGradient |
struct | GpLineGradient |
struct | GpTexture |
struct | GpPath |
struct | GpPathIterator |
struct | GpCustomLineCap |
struct | GpAdjustableArrowCap |
struct | GpImage |
struct | emfplus_object |
struct | GpMetafile |
struct | GpBitmap |
struct | GpCachedBitmap |
struct | color_key |
struct | color_matrix |
struct | color_remap_table |
struct | GpImageAttributes |
struct | GpFont |
struct | GpStringFormat |
struct | GpFontCollection |
struct | GpFontFamily |
struct | region_element |
struct | GpRegion |
struct | memory_buffer |
Macros | |
#define | GP_DEFAULT_PENSTYLE (PS_GEOMETRIC | PS_SOLID | PS_ENDCAP_FLAT | PS_JOIN_MITER) |
#define | MAX_ARC_PTS (13) |
#define | MAX_DASHLEN (16) /* this is a limitation of gdi */ |
#define | INCH_HIMETRIC (2540) |
#define | VERSION_MAGIC 0xdbc01001 |
#define | VERSION_MAGIC2 0xdbc01002 |
#define | VALID_MAGIC(x) (((x) & 0xfffff000) == 0xdbc01000) |
#define | TENSION_CONST (0.3) |
#define | GIF_DISPOSE_UNSPECIFIED 0 |
#define | GIF_DISPOSE_DO_NOT_DISPOSE 1 |
#define | GIF_DISPOSE_RESTORE_TO_BKGND 2 |
#define | GIF_DISPOSE_RESTORE_TO_PREV 3 |
#define | WineCoordinateSpaceGdiDevice ((GpCoordinateSpace)4) |
#define | EmfPlusObjectTableSize 64 |
Typedefs | |
typedef struct region_element | region_element |
typedef enum EmfPlusObjectType | EmfPlusObjectType |
typedef enum RegionType | RegionType |
typedef GpStatus(* | gdip_format_string_callback) (HDC hdc, GDIPCONST WCHAR *string, INT index, INT length, GDIPCONST GpFont *font, GDIPCONST RectF *rect, GDIPCONST GpStringFormat *format, INT lineno, const RectF *bounds, INT *underlined_indexes, INT underlined_index_count, void *user_data) |
Enumerations | |
enum | EmfPlusObjectType { ObjectTypeInvalid , ObjectTypeBrush , ObjectTypePen , ObjectTypePath , ObjectTypeRegion , ObjectTypeImage , ObjectTypeFont , ObjectTypeStringFormat , ObjectTypeImageAttributes , ObjectTypeCustomLineCap , ObjectTypeMax = ObjectTypeCustomLineCap } |
enum | imageattr_noop { IMAGEATTR_NOOP_UNDEFINED , IMAGEATTR_NOOP_SET , IMAGEATTR_NOOP_CLEAR } |
enum | RegionType { RegionDataRect = 0x10000000 , RegionDataPath = 0x10000001 , RegionDataEmptyRect = 0x10000002 , RegionDataInfiniteRect = 0x10000003 } |
Variables | |
const struct GpStringFormat default_drawstring_format | DECLSPEC_HIDDEN |
#define EmfPlusObjectTableSize 64 |
Definition at line 358 of file gdiplus_private.h.
#define GIF_DISPOSE_DO_NOT_DISPOSE 1 |
Definition at line 49 of file gdiplus_private.h.
#define GIF_DISPOSE_RESTORE_TO_BKGND 2 |
Definition at line 50 of file gdiplus_private.h.
#define GIF_DISPOSE_RESTORE_TO_PREV 3 |
Definition at line 51 of file gdiplus_private.h.
#define GIF_DISPOSE_UNSPECIFIED 0 |
Definition at line 48 of file gdiplus_private.h.
#define GP_DEFAULT_PENSTYLE (PS_GEOMETRIC | PS_SOLID | PS_ENDCAP_FLAT | PS_JOIN_MITER) |
Definition at line 38 of file gdiplus_private.h.
#define INCH_HIMETRIC (2540) |
Definition at line 41 of file gdiplus_private.h.
#define MAX_ARC_PTS (13) |
Definition at line 39 of file gdiplus_private.h.
Definition at line 40 of file gdiplus_private.h.
#define TENSION_CONST (0.3) |
Definition at line 46 of file gdiplus_private.h.
Definition at line 45 of file gdiplus_private.h.
#define VERSION_MAGIC 0xdbc01001 |
Definition at line 43 of file gdiplus_private.h.
#define VERSION_MAGIC2 0xdbc01002 |
Definition at line 44 of file gdiplus_private.h.
#define WineCoordinateSpaceGdiDevice ((GpCoordinateSpace)4) |
Definition at line 64 of file gdiplus_private.h.
typedef enum EmfPlusObjectType EmfPlusObjectType |
typedef GpStatus(* gdip_format_string_callback) (HDC hdc, GDIPCONST WCHAR *string, INT index, INT length, GDIPCONST GpFont *font, GDIPCONST RectF *rect, GDIPCONST GpStringFormat *format, INT lineno, const RectF *bounds, INT *underlined_indexes, INT underlined_index_count, void *user_data) |
Definition at line 579 of file gdiplus_private.h.
typedef struct region_element region_element |
Definition at line 122 of file gdiplus_private.h.
typedef enum RegionType RegionType |
Definition at line 360 of file gdiplus_private.h.
Enumerator | |
---|---|
IMAGEATTR_NOOP_UNDEFINED | |
IMAGEATTR_NOOP_SET | |
IMAGEATTR_NOOP_CLEAR |
Definition at line 467 of file gdiplus_private.h.
Enumerator | |
---|---|
RegionDataRect | |
RegionDataPath | |
RegionDataEmptyRect | |
RegionDataInfiniteRect |
Definition at line 527 of file gdiplus_private.h.
PixelFormat apply_image_attributes | ( | const GpImageAttributes * | attributes, |
LPBYTE | data, | ||
UINT | width, | ||
UINT | height, | ||
INT | stride, | ||
ColorAdjustType | type, | ||
PixelFormat | fmt | ||
) |
Definition at line 710 of file graphics.c.
Referenced by brush_fill_pixels(), GdipDrawImagePointsRect(), and GdipGetImageAttributesAdjustedPalette().
INT arc2polybezier | ( | GpPointF * | points, |
REAL | x1, | ||
REAL | y1, | ||
REAL | x2, | ||
REAL | y2, | ||
REAL | startAngle, | ||
REAL | sweepAngle | ||
) |
Definition at line 223 of file gdiplus.c.
Referenced by GdipAddPathArc(), GdipAddPathEllipse(), and GdipAddPathPie().
Definition at line 272 of file gdiplus.c.
Referenced by brush_fill_path().
Definition at line 259 of file gdiplus.c.
Referenced by create_gdi_logbrush(), and get_gdi_brush_color().
|
inlinestatic |
Definition at line 568 of file gdiplus_private.h.
Referenced by GdipCreateRegionRgnData(), metafile_deserialize_region(), metafile_read_region_node(), and read_element().
void calc_curve_bezier | ( | const GpPointF * | pts, |
REAL | tension, | ||
REAL * | x1, | ||
REAL * | y1, | ||
REAL * | x2, | ||
REAL * | y2 | ||
) |
Definition at line 379 of file gdiplus.c.
Referenced by GdipAddPathClosedCurve2(), and GdipAddPathCurve2().
void calc_curve_bezier_endp | ( | REAL | xend, |
REAL | yend, | ||
REAL | xadj, | ||
REAL | yadj, | ||
REAL | tension, | ||
REAL * | x, | ||
REAL * | y | ||
) |
Definition at line 396 of file gdiplus.c.
Referenced by GdipAddPathCurve2().
Definition at line 132 of file gdiplus_private.h.
Referenced by GdipIsVisibleRegionRect().
Definition at line 142 of file gdiplus_private.h.
Referenced by alpha_blend_bmp_pixels().
Definition at line 166 of file gdiplus_private.h.
Referenced by alpha_blend_bmp_pixels().
void convert_32bppARGB_to_32bppPARGB | ( | UINT | width, |
UINT | height, | ||
BYTE * | dst_bits, | ||
INT | dst_stride, | ||
const BYTE * | src_bits, | ||
INT | src_stride | ||
) |
Definition at line 435 of file gdiplus.c.
Referenced by alpha_blend_hdc_pixels(), and convert_pixels().
GpStatus convert_pixels | ( | INT | width, |
INT | height, | ||
INT | dst_stride, | ||
BYTE * | dst_bits, | ||
PixelFormat | dst_format, | ||
INT | src_stride, | ||
const BYTE * | src_bits, | ||
PixelFormat | src_format, | ||
ColorPalette * | palette | ||
) |
Definition at line 562 of file image.c.
Referenced by GdipBitmapLockBits(), GdipBitmapUnlockBits(), GdipCloneBitmapArea(), GdipCreateHBITMAPFromBitmap(), and GdipDrawImagePointsRect().
Definition at line 482 of file gdiplus.c.
Referenced by GdipCreateLineBrush(), GdipDrawImagePointsRect(), GdipEnumerateMetafileSrcRectDestPoints(), and GdipSetPathGradientCenterPoint().
Definition at line 476 of file gdiplus.c.
Referenced by GdipBeginContainer(), GdipCombineRegionRect(), GdipDrawString(), GdipEnumerateMetafileSrcRectDestPoints(), GdipGetRegionBounds(), GdipMeasureCharacterRanges(), and GdipMeasureString().
Definition at line 137 of file gdiplus_private.h.
Referenced by GdipCreateLineBrushFromRectWithAngle(), GdipRotateMatrix(), and unstretch_angle().
void delete_element | ( | region_element * | element | ) |
Definition at line 455 of file gdiplus.c.
Referenced by clone_element(), delete_element(), GdipCombineRegionPath(), GdipCombineRegionRect(), GdipCombineRegionRegion(), GdipDeleteRegion(), GdipGetClip(), GdipSetEmpty(), and GdipSetInfinite().
GpStatus encode_image_png | ( | GpImage * | image, |
IStream * | stream, | ||
GDIPCONST EncoderParameters * | params | ||
) |
Definition at line 4650 of file image.c.
Referenced by METAFILE_CreateCompressedImageStream().
Definition at line 67 of file stringformat.c.
Referenced by DllMain().
Definition at line 1608 of file font.c.
Referenced by DllMain(), and GdipNewInstalledFontCollection().
GpStatus gdi_transform_acquire | ( | GpGraphics * | graphics | ) |
Definition at line 6842 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 6856 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 | ( | 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 5201 of file graphics.c.
Referenced by GdipAddPathString(), GdipDrawString(), GdipMeasureCharacterRanges(), and GdipMeasureString().
Definition at line 127 of file gdiplus_private.h.
Referenced by calc_curve_bezier_endp(), GDI32_GdipDrawDriverString(), GdipCloneBitmapArea(), GdipGetLineRectI(), GdipGetLogFontW(), GdipGetMetafileHeaderFromEmf(), GdipGetMetafileHeaderFromMetafile(), GdipGetPathGradientCenterPointI(), GdipGetPathGradientRectI(), GdipGetPathPointsI(), GdipGetPathWorldBoundsI(), GdipGetRegionBoundsI(), GdipGetVisibleClipBoundsI(), GdipIsVisiblePathPoint(), GdipIsVisibleRegionPoint(), GdipTransformMatrixPointsI(), GdipTransformPointsI(), GdipVectorTransformMatrixPointsI(), get_bitmap_sample_size(), get_font_hfont(), is_integer_path(), prepare_dc(), round_color_matrix(), round_points(), SOFTWARE_GdipDrawThinPath(), and unstretch_angle().
GpStatus gdip_transform_points | ( | GpGraphics * | graphics, |
GpCoordinateSpace | dst_space, | ||
GpCoordinateSpace | src_space, | ||
GpPointF * | points, | ||
INT | count | ||
) |
Definition at line 6948 of file graphics.c.
Referenced by brush_fill_pixels(), draw_cap(), draw_poly(), GDI32_GdipDrawDriverString(), GdipDrawImagePointsRect(), GdipDrawString(), GdipMeasureCharacterRanges(), GdipMeasureDriverString(), GdipMeasureString(), GdipTransformPoints(), get_font_hfont(), get_graphics_bounds(), prepare_dc(), SOFTWARE_GdipDrawDriverString(), and SOFTWARE_GdipDrawPath().
Definition at line 304 of file gdiplus.c.
Referenced by draw_cap(), GdipGetLogFontW(), get_font_hfont(), shorten_line_percent(), and unstretch_angle().
GpStatus get_graphics_transform | ( | GpGraphics * | graphics, |
GpCoordinateSpace | dst_space, | ||
GpCoordinateSpace | src_space, | ||
GpMatrix * | matrix | ||
) |
Definition at line 6871 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().
GpStatus get_hatch_data | ( | GpHatchStyle | hatchstyle, |
const char ** | result | ||
) |
Definition at line 262 of file brush.c.
Referenced by brush_fill_pixels(), and create_hatch_bitmap().
void get_log_fontW | ( | const GpFont * | font, |
GpGraphics * | graphics, | ||
LOGFONTW * | lf | ||
) |
Definition at line 2305 of file graphics.c.
Referenced by GdipAddPathString(), and get_font_hfont().
GpStatus graphics_from_image | ( | GpImage * | image, |
GpGraphics ** | graphics | ||
) |
Definition at line 2484 of file graphics.c.
Referenced by GdipGetImageGraphicsContext(), and METAFILE_GetGraphicsContext().
Definition at line 312 of file gdiplus.c.
Referenced by create_optimal_palette(), decode_frame_wic(), decode_image_gif(), decode_image_png(), encode_image_wic(), GdipCreateStreamOnFile(), GdipGetAllPropertyItems(), GdipGetPropertyIdList(), GdipGetPropertySize(), GdipLoadImageFromStream(), get_decoder_info(), initialize_decoder_wic(), load_emf(), load_wmf(), METAFILE_CreateCompressedImageStream(), METAFILE_FillEmfPlusBitmap(), METAFILE_GraphicsDeleted(), and select_frame_gif().
Definition at line 592 of file gdiplus_private.h.
Referenced by GdipBitmapLockBits(), GdipBitmapUnlockBits(), GdipCreateHBITMAPFromBitmap(), GdipImageRotateFlip(), and GdipImageSelectActiveFrame().
Definition at line 600 of file gdiplus_private.h.
Referenced by GdipBitmapLockBits(), GdipBitmapUnlockBits(), GdipCreateHBITMAPFromBitmap(), GdipImageRotateFlip(), and GdipImageSelectActiveFrame().
Definition at line 56 of file stringformat.c.
Referenced by DllMain().
|
inlinestatic |
Definition at line 561 of file gdiplus_private.h.
Referenced by GdipCreateRegionRgnData(), and metafile_deserialize_region().
Definition at line 405 of file gdiplus.c.
Referenced by format_string_callback(), GdipAddPathArc(), GdipAddPathBezier(), GdipAddPathBeziers(), GdipAddPathEllipse(), GdipAddPathLine(), GdipAddPathLine2(), GdipAddPathPath(), GdipAddPathPie(), GdipAddPathPolygon(), GdipFlattenPath(), GdipPathIterNextMarkerPath(), GdipPathIterNextSubpathPath(), GdipWidenPath(), and read_element().
GpStatus METAFILE_AddSimpleProperty | ( | GpMetafile * | metafile, |
SHORT | prop, | ||
SHORT | val | ||
) |
Definition at line 4269 of file metafile.c.
Referenced by GdipSetCompositingMode(), GdipSetCompositingQuality(), GdipSetInterpolationMode(), GdipSetPixelOffsetMode(), GdipSetSmoothingMode(), and GdipSetTextRenderingHint().
GpStatus METAFILE_BeginContainer | ( | GpMetafile * | metafile, |
GDIPCONST GpRectF * | dstrect, | ||
GDIPCONST GpRectF * | srcrect, | ||
GpUnit | unit, | ||
DWORD | StackIndex | ||
) |
Definition at line 1376 of file metafile.c.
Referenced by GdipBeginContainer().
GpStatus METAFILE_BeginContainerNoParams | ( | GpMetafile * | metafile, |
DWORD | StackIndex | ||
) |
Definition at line 1400 of file metafile.c.
Referenced by begin_container().
GpStatus METAFILE_DrawImagePointsRect | ( | GpMetafile * | metafile, |
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 4190 of file metafile.c.
Referenced by GdipDrawImagePointsRect().
GpStatus METAFILE_DrawPath | ( | GpMetafile * | metafile, |
GpPen * | pen, | ||
GpPath * | path | ||
) |
Definition at line 4476 of file metafile.c.
Referenced by GdipDrawPath().
GpStatus METAFILE_EndContainer | ( | GpMetafile * | metafile, |
DWORD | StackIndex | ||
) |
Definition at line 1423 of file metafile.c.
Referenced by end_container().
GpStatus METAFILE_FillPath | ( | GpMetafile * | metafile, |
GpBrush * | brush, | ||
GpPath * | path | ||
) |
Definition at line 4505 of file metafile.c.
Referenced by GdipFillPath().
GpStatus METAFILE_FillRectangles | ( | GpMetafile * | metafile, |
GpBrush * | brush, | ||
GDIPCONST GpRectF * | rects, | ||
INT | count | ||
) |
Definition at line 1051 of file metafile.c.
Referenced by GdipFillRectangles().
void METAFILE_Free | ( | GpMetafile * | metafile | ) |
Definition at line 590 of file metafile.c.
Referenced by free_image_data().
GpStatus METAFILE_GetDC | ( | GpMetafile * | metafile, |
HDC * | hdc | ||
) |
Definition at line 927 of file metafile.c.
Referenced by GdipGetDC().
GpStatus METAFILE_GetGraphicsContext | ( | GpMetafile * | metafile, |
GpGraphics ** | result | ||
) |
Definition at line 908 of file metafile.c.
Referenced by GdipGetImageGraphicsContext().
GpStatus METAFILE_GraphicsClear | ( | GpMetafile * | metafile, |
ARGB | color | ||
) |
Definition at line 949 of file metafile.c.
Referenced by GdipGraphicsClear().
GpStatus METAFILE_GraphicsDeleted | ( | GpMetafile * | metafile | ) |
Definition at line 1500 of file metafile.c.
Referenced by GdipDeleteGraphics().
GpStatus METAFILE_MultiplyWorldTransform | ( | GpMetafile * | metafile, |
GDIPCONST GpMatrix * | matrix, | ||
MatrixOrder | order | ||
) |
Definition at line 1284 of file metafile.c.
Referenced by GdipMultiplyWorldTransform().
GpStatus METAFILE_ReleaseDC | ( | GpMetafile * | metafile, |
HDC | hdc | ||
) |
Definition at line 1492 of file metafile.c.
Referenced by GdipReleaseDC().
GpStatus METAFILE_ResetWorldTransform | ( | GpMetafile * | metafile | ) |
Definition at line 1354 of file metafile.c.
Referenced by GdipResetWorldTransform().
GpStatus METAFILE_RestoreGraphics | ( | GpMetafile * | metafile, |
DWORD | StackIndex | ||
) |
Definition at line 1469 of file metafile.c.
Referenced by end_container().
GpStatus METAFILE_RotateWorldTransform | ( | GpMetafile * | metafile, |
REAL | angle, | ||
MatrixOrder | order | ||
) |
Definition at line 1307 of file metafile.c.
Referenced by GdipRotateWorldTransform().
GpStatus METAFILE_SaveGraphics | ( | GpMetafile * | metafile, |
DWORD | StackIndex | ||
) |
Definition at line 1446 of file metafile.c.
Referenced by begin_container().
GpStatus METAFILE_ScaleWorldTransform | ( | GpMetafile * | metafile, |
REAL | sx, | ||
REAL | sy, | ||
MatrixOrder | order | ||
) |
Definition at line 1260 of file metafile.c.
Referenced by GdipScaleWorldTransform().
GpStatus METAFILE_SetClipRect | ( | GpMetafile * | metafile, |
REAL | x, | ||
REAL | y, | ||
REAL | width, | ||
REAL | height, | ||
CombineMode | mode | ||
) |
Definition at line 1141 of file metafile.c.
Referenced by GdipSetClipRect().
GpStatus METAFILE_SetClipRegion | ( | GpMetafile * | metafile, |
GpRegion * | region, | ||
CombineMode | mode | ||
) |
Definition at line 1189 of file metafile.c.
Referenced by GdipSetClipRegion().
GpStatus METAFILE_SetPageTransform | ( | GpMetafile * | metafile, |
GpUnit | unit, | ||
REAL | scale | ||
) |
Definition at line 1214 of file metafile.c.
Referenced by GdipSetPageScale(), and GdipSetPageUnit().
GpStatus METAFILE_SetWorldTransform | ( | GpMetafile * | metafile, |
GDIPCONST GpMatrix * | transform | ||
) |
Definition at line 1237 of file metafile.c.
Referenced by GdipSetWorldTransform().
GpStatus METAFILE_TranslateWorldTransform | ( | GpMetafile * | metafile, |
REAL | dx, | ||
REAL | dy, | ||
MatrixOrder | order | ||
) |
Definition at line 1330 of file metafile.c.
Referenced by GdipTranslateWorldTransform().
Definition at line 350 of file gdiplus.c.
Referenced by GdipGetFontHeight(), and units_scale().
GpStatus trace_path | ( | GpGraphics * | graphics, |
GpPath * | path | ||
) |
Definition at line 2087 of file graphics.c.
Referenced by get_path_hrgn().
Definition at line 372 of file gdiplus.c.
Referenced by GdipDrawImagePointRect(), GdipDrawString(), GdipMeasureCharacterRanges(), GdipMeasureString(), get_font_hfont(), and test_GdipMeasureString().
Definition at line 327 of file gdiplus.c.
Referenced by GdipBeginContainer(), GdipCreateFont(), GdipDrawImagePointsRect(), GdipEnumerateMetafileDestPoint(), GdipGetFontHeightGivenDPI(), GdipGetImageDimension(), GdipGetImageHeight(), GdipGetImageWidth(), GdipGetLogFontW(), GdipPlayMetafileRecord(), get_graphics_transform(), get_log_fontW(), METAFILE_DrawImagePointsRect(), METAFILE_PlaybackUpdateWorldTransform(), prepare_dc(), test_font_height_scaling(), test_GdipMeasureString(), test_measured_extra_space(), and units_scale().
Definition at line 2491 of file graphicspath.c.
Referenced by get_element_size(), METAFILE_AddPathObject(), and write_element().
Definition at line 696 of file region.c.
Referenced by GdipGetRegionData(), GdipGetRegionDataSize(), and METAFILE_AddRegionObject().
|
extern |
Definition at line 289 of file d3dcompiler_private.h.