ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <stdarg.h>
#include <math.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "wine/debug.h"
#include "wingdi.h"
#include "objbase.h"
#include "winreg.h"
#include "shlwapi.h"
#include "gdiplus.h"
#include "gdiplus_private.h"
Go to the source code of this file.
Variables | |
static const REAL | mm_per_inch = 25.4 |
static const REAL | point_per_inch = 72.0 |
|
static |
Definition at line 162 of file gdiplus.c.
Referenced by arc2polybezier().
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().
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().
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().
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().
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().
Definition at line 58 of file gdiplus.c.
void *WINGDIPAPI GdipAlloc | ( | SIZE_T | size | ) |
Definition at line 142 of file gdiplus.c.
Referenced by GdipPlayMetafileRecord(), get_encoder_clsid(), get_region_type(), GetBitmapPixelBuffer(), metafile_deserialize_path(), METAFILE_PlaybackObject(), png_metadata_reader(), test_encoders(), test_GdipCreateBitmapFromHBITMAP(), test_GdipDrawImagePointsRectOnMemoryDC(), test_GdipDrawLinesI(), test_GdipFillRectanglesOnBitmapTextureBrush(), test_GdipFillRectanglesOnMemoryDCTextureBrush(), test_GdipInitializePalette(), test_getadjustedpalette(), test_getpathdata(), test_remaptable(), and test_SavingImages().
void WINGDIPAPI GdipFree | ( | void * | ptr | ) |
Definition at line 150 of file gdiplus.c.
Referenced by GdipPlayMetafileRecord(), get_encoder_clsid(), get_region_type(), METAFILE_PlaybackObject(), png_metadata_reader(), test_encoders(), test_GdipCreateBitmapFromHBITMAP(), test_GdipDrawImagePointsRectOnMemoryDC(), test_GdipDrawLinesI(), test_GdipFillRectanglesOnBitmapTextureBrush(), test_GdipFillRectanglesOnMemoryDCSolidBrush(), test_GdipFillRectanglesOnMemoryDCTextureBrush(), test_GdipInitializePalette(), test_getadjustedpalette(), test_getpathdata(), test_remaptable(), and test_SavingImages().
Definition at line 304 of file gdiplus.c.
Referenced by draw_cap(), GdipGetLogFontW(), get_font_hfont(), shorten_line_percent(), and unstretch_angle().
Definition at line 110 of file gdiplus.c.
Definition at line 125 of file gdiplus.c.
Status WINAPI GdiplusStartup | ( | ULONG_PTR * | token, |
const struct GdiplusStartupInput * | input, | ||
struct GdiplusStartupOutput * | output | ||
) |
Definition at line 81 of file gdiplus.c.
Referenced by BackgroundPageProc(), ImageView_Main(), START_TEST(), and test_startup().
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 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().
Definition at line 41 of file gdiplus.c.
Referenced by GdiplusNotificationHook(), and GdiplusStartup().
Definition at line 50 of file gdiplus.c.
Referenced by GdiplusNotificationUnhook(), and GdiplusStartup().
Definition at line 350 of file gdiplus.c.
Referenced by GdipGetFontHeight(), and units_scale().
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().
WINE_DEFAULT_DEBUG_CHANNEL | ( | gdiplus | ) |
Definition at line 38 of file gdiplus.c.
Referenced by pixels_to_units(), and units_to_pixels().
Definition at line 39 of file gdiplus.c.
Referenced by pixels_to_units(), and units_to_pixels().