|
ReactOS 0.4.17-dev-218-g5635d24
|
#include <stdarg.h>#include <math.h>#include "windef.h"#include "winbase.h"#include "winuser.h"#include "wingdi.h"#include "objbase.h"#include "gdiplus.h"#include "gdiplus_private.h"#include "wine/debug.h"
Go to the source code of this file.
Classes | |
| struct | path_list_node_t |
| struct | flatten_bezier_job |
| struct | format_string_args |
| struct | path_header |
Macros | |
| #define | SQRT3 1.73205080757 |
| #define | FLAGS_INTPATH 0x4000 |
Typedefs | |
| typedef struct path_list_node_t | path_list_node_t |
| #define FLAGS_INTPATH 0x4000 |
Definition at line 2836 of file graphicspath.c.
| #define SQRT3 1.73205080757 |
Definition at line 36 of file graphicspath.c.
| typedef struct path_list_node_t path_list_node_t |
Definition at line 38 of file graphicspath.c.
|
static |
Definition at line 2113 of file graphicspath.c.
Referenced by widen_anchors().
|
static |
Definition at line 1914 of file graphicspath.c.
Referenced by widen_cap(), and widen_joint().
|
static |
Definition at line 78 of file graphicspath.c.
Referenced by add_anchor(), add_bevel_point(), flatten_bezier(), GdipFlattenPath(), widen_cap(), and widen_joint().
|
static |
Definition at line 297 of file graphicspath.c.
Referenced by GdipAddPathArc(), GdipAddPathBezier(), GdipAddPathBeziers(), GdipAddPathClosedCurve2(), GdipAddPathCurve3(), GdipAddPathLine(), and GdipAddPathLine2().
|
static |
Definition at line 193 of file graphicspath.c.
Referenced by GdipFlattenPath().
|
static |
Definition at line 159 of file graphicspath.c.
Referenced by flatten_bezier().
|
static |
Definition at line 1000 of file graphicspath.c.
Referenced by GdipAddPathString().
|
static |
Definition at line 61 of file graphicspath.c.
Referenced by GdipFlattenPath(), GdipWidenPath(), and widen_flat_path_anchors().
Definition at line 985 of file graphicspath.c.
Referenced by format_string_callback().
| GpStatus WINGDIPAPI GdipAddPathArc | ( | GpPath * | path, |
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height, | ||
| REAL | startAngle, | ||
| REAL | sweepAngle | ||
| ) |
Definition at line 353 of file graphicspath.c.
Referenced by GdipAddPathArcI(), GdipDrawArc(), test_arc(), test_flatten(), test_getregiondata(), test_linei(), test_pathpath(), and test_worldbounds().
| GpStatus WINGDIPAPI GdipAddPathArcI | ( | GpPath * | path, |
| INT | x1, | ||
| INT | y1, | ||
| INT | x2, | ||
| INT | y2, | ||
| REAL | startAngle, | ||
| REAL | sweepAngle | ||
| ) |
Definition at line 387 of file graphicspath.c.
| GpStatus WINGDIPAPI GdipAddPathBezier | ( | GpPath * | path, |
| REAL | x1, | ||
| REAL | y1, | ||
| REAL | x2, | ||
| REAL | y2, | ||
| REAL | x3, | ||
| REAL | y3, | ||
| REAL | x4, | ||
| REAL | y4 | ||
| ) |
Definition at line 396 of file graphicspath.c.
Referenced by GdipAddPathBezierI(), test_bezier(), test_flatten(), and test_nextpathtype().
| GpStatus WINGDIPAPI GdipAddPathBezierI | ( | GpPath * | path, |
| INT | x1, | ||
| INT | y1, | ||
| INT | x2, | ||
| INT | y2, | ||
| INT | x3, | ||
| INT | y3, | ||
| INT | x4, | ||
| INT | y4 | ||
| ) |
Definition at line 419 of file graphicspath.c.
Definition at line 429 of file graphicspath.c.
Referenced by GdipAddPathBeziersI(), GdipDrawBeziers(), and test_beziers().
Definition at line 440 of file graphicspath.c.
| GpStatus WINGDIPAPI GdipAddPathClosedCurve | ( | GpPath * | path, |
| GDIPCONST GpPointF * | points, | ||
| INT | count | ||
| ) |
Definition at line 467 of file graphicspath.c.
Referenced by test_addclosedcurve().
| GpStatus WINGDIPAPI GdipAddPathClosedCurve2 | ( | GpPath * | path, |
| GDIPCONST GpPointF * | points, | ||
| INT | count, | ||
| REAL | tension | ||
| ) |
Definition at line 483 of file graphicspath.c.
Referenced by GdipAddPathClosedCurve(), GdipAddPathClosedCurve2I(), GdipDrawClosedCurve2(), GdipFillClosedCurve2(), and test_addclosedcurve().
| GpStatus WINGDIPAPI GdipAddPathClosedCurve2I | ( | GpPath * | path, |
| GDIPCONST GpPoint * | points, | ||
| INT | count, | ||
| REAL | tension | ||
| ) |
Definition at line 553 of file graphicspath.c.
Referenced by GdipAddPathClosedCurveI().
| GpStatus WINGDIPAPI GdipAddPathClosedCurveI | ( | GpPath * | path, |
| GDIPCONST GpPoint * | points, | ||
| INT | count | ||
| ) |
Definition at line 475 of file graphicspath.c.
Definition at line 581 of file graphicspath.c.
Referenced by test_addcurve().
| GpStatus WINGDIPAPI GdipAddPathCurve2 | ( | GpPath * | path, |
| GDIPCONST GpPointF * | points, | ||
| INT | count, | ||
| REAL | tension | ||
| ) |
Definition at line 667 of file graphicspath.c.
Referenced by GdipDrawCurve2(), and test_addcurve().
| GpStatus WINGDIPAPI GdipAddPathCurve2I | ( | GpPath * | path, |
| GDIPCONST GpPoint * | points, | ||
| INT | count, | ||
| REAL | tension | ||
| ) |
Definition at line 659 of file graphicspath.c.
| GpStatus WINGDIPAPI GdipAddPathCurve3 | ( | GpPath * | path, |
| GDIPCONST GpPointF * | points, | ||
| INT | count, | ||
| INT | offset, | ||
| INT | nseg, | ||
| REAL | tension | ||
| ) |
Definition at line 595 of file graphicspath.c.
Referenced by GdipAddPathCurve(), GdipAddPathCurve2(), GdipAddPathCurve3I(), and test_addcurve().
| GpStatus WINGDIPAPI GdipAddPathCurve3I | ( | GpPath * | path, |
| GDIPCONST GpPoint * | points, | ||
| INT | count, | ||
| INT | offset, | ||
| INT | nseg, | ||
| REAL | tension | ||
| ) |
Definition at line 675 of file graphicspath.c.
Referenced by GdipAddPathCurve2I(), and GdipAddPathCurveI().
Definition at line 703 of file graphicspath.c.
Referenced by GdipAddPathEllipseI(), GdipDrawEllipse(), GdipFillEllipse(), test_combinereplace(), test_ellipse(), test_flatten(), test_hascurve(), test_isvisiblepoint(), test_isvisiblerect(), test_nextpathtype(), test_pathgradientcenterpoint(), test_transform(), and test_translate().
Definition at line 735 of file graphicspath.c.
Definition at line 804 of file graphicspath.c.
Referenced by GdipAddPathLineI(), GdipAddPathPie(), GdipAddPathRectangle(), test_addcurve(), test_arc(), test_drawpath(), test_fillpath(), test_flatten(), test_getpathdata(), test_getregiondata(), test_getsubpathcount(), test_isvalid(), test_nextmarker(), test_nextmarkerpath(), test_nextpathtype(), test_nextsubpath(), test_nextsubpathpath(), test_pen(), test_pen_thickness(), test_polygon(), test_setclippath(), test_widen(), and test_widen_cap().
Definition at line 743 of file graphicspath.c.
Referenced by GdipAddPathLine2I(), GdipAddPathRectangle(), GdipCreatePathGradient(), GdipDrawLines(), test_ellipse(), test_line2(), test_nextpathtype(), test_reverse(), and test_worldbounds().
Definition at line 754 of file graphicspath.c.
Referenced by GdipCreatePathGradientI().
Definition at line 826 of file graphicspath.c.
Referenced by test_GdipFillPath(), test_linei(), and test_rect_line().
Definition at line 833 of file graphicspath.c.
Referenced by test_pathpath().
| GpStatus WINGDIPAPI GdipAddPathPie | ( | GpPath * | path, |
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height, | ||
| REAL | startAngle, | ||
| REAL | sweepAngle | ||
| ) |
Definition at line 864 of file graphicspath.c.
Referenced by GdipAddPathPieI(), GdipDrawPie(), GdipFillPie(), and test_addpie().
| GpStatus WINGDIPAPI GdipAddPathPieI | ( | GpPath * | path, |
| INT | x, | ||
| INT | y, | ||
| INT | width, | ||
| INT | height, | ||
| REAL | startAngle, | ||
| REAL | sweepAngle | ||
| ) |
Definition at line 923 of file graphicspath.c.
Definition at line 932 of file graphicspath.c.
Referenced by GdipAddPathPolygonI(), GdipDrawPolygon(), GdipEnumerateMetafileSrcRectDestPoints(), GdipFillPolygon(), test_incombinedregion(), and test_polygon().
Definition at line 958 of file graphicspath.c.
Referenced by GdipFillPolygonI().
Definition at line 2671 of file graphicspath.c.
Referenced by GdipAddPathRectangleI(), GdipAddPathRectangles(), GdipCreateRegionHrgn(), get_region_hrgn(), test_captype(), test_constructor_destructor(), test_empty_rect(), test_GdipFillPath(), test_getbounds(), test_gethrgn(), test_getregiondata(), test_hascurve(), test_inset(), test_is_outline_visible_path_point(), test_isvisible(), test_lastpoint(), test_linejoin(), test_nextmarker(), test_nextmarkerpath(), test_nextpathtype(), test_pen(), test_rect(), test_scale(), test_strokecap(), and transform_region_element().
Definition at line 2722 of file graphicspath.c.
Referenced by test_getregiondata(), and test_rect_line().
Definition at line 2730 of file graphicspath.c.
Referenced by GdipAddPathRectanglesI(), GdipDrawRectangles(), GdipFillRectangles(), and test_rect().
Definition at line 2768 of file graphicspath.c.
| GpStatus WINGDIPAPI GdipAddPathString | ( | GpPath * | path, |
| GDIPCONST WCHAR * | string, | ||
| INT | length, | ||
| GDIPCONST GpFontFamily * | family, | ||
| INT | style, | ||
| REAL | emSize, | ||
| GDIPCONST RectF * | layoutRect, | ||
| GDIPCONST GpStringFormat * | format | ||
| ) |
Definition at line 1116 of file graphicspath.c.
Referenced by GdipAddPathStringI().
| GpStatus WINGDIPAPI GdipAddPathStringI | ( | GpPath * | path, |
| GDIPCONST WCHAR * | string, | ||
| INT | length, | ||
| GDIPCONST GpFontFamily * | family, | ||
| INT | style, | ||
| REAL | emSize, | ||
| GDIPCONST Rect * | layoutRect, | ||
| GDIPCONST GpStringFormat * | format | ||
| ) |
Definition at line 1219 of file graphicspath.c.
| GpStatus WINGDIPAPI GdipClearPathMarkers | ( | GpPath * | path | ) |
Definition at line 2811 of file graphicspath.c.
| GpStatus WINGDIPAPI GdipClonePath | ( | GpPath * | path, |
| GpPath ** | clone | ||
| ) |
Definition at line 1245 of file graphicspath.c.
Referenced by brush_fill_pixels(), clone_element(), GdipAddPathRectangle(), GdipAddPathRectangles(), GdipAddPathString(), GdipCloneBrush(), GdipCreatePathGradientFromPath(), GdipCreateRegionPath(), GdipIsOutlineVisiblePathPoint(), GdipSetClipPath(), GdipWidenPath(), SOFTWARE_GdipDrawPath(), and SOFTWARE_GdipDrawThinPath().
| GpStatus WINGDIPAPI GdipClosePathFigure | ( | GpPath * | path | ) |
Definition at line 1264 of file graphicspath.c.
Referenced by GdipAddPathPie(), test_ellipse(), test_flatten(), test_getregiondata(), test_line2(), test_linei(), test_nextsubpathpath(), test_pen_thickness(), and test_reverse().
| GpStatus WINGDIPAPI GdipClosePathFigures | ( | GpPath * | path | ) |
Definition at line 1279 of file graphicspath.c.
| GpStatus WINGDIPAPI GdipCreatePath | ( | GpFillMode | fill, |
| GpPath ** | path | ||
| ) |
Definition at line 1298 of file graphicspath.c.
Referenced by GdipCreatePathGradient(), GdipCreatePathGradientI(), GdipCreateRegionHrgn(), GdipDrawArc(), GdipDrawBeziers(), GdipDrawClosedCurve2(), GdipDrawCurve2(), GdipDrawEllipse(), GdipDrawLines(), GdipDrawPie(), GdipDrawPolygon(), GdipDrawRectangles(), GdipEnumerateMetafileSrcRectDestPoints(), GdipFillClosedCurve2(), GdipFillEllipse(), GdipFillPie(), GdipFillPolygon(), GdipFillPolygonI(), GdipFillRectangles(), get_region_hrgn(), metafile_deserialize_path(), read_element(), test_addclosedcurve(), test_addcurve(), test_addpie(), test_arc(), test_bezier(), test_beziers(), test_captype(), test_combinereplace(), test_constructor_destructor(), test_drawpath(), test_ellipse(), test_empty_rect(), test_fillpath(), test_flatten(), test_GdipFillPath(), test_Get_Release_DC(), test_getbounds(), test_gethrgn(), test_getpathdata(), test_getregiondata(), test_getsubpathcount(), test_hascurve(), test_incombinedregion(), test_inset(), test_is_outline_visible_path_point(), test_isvalid(), test_isvisible(), test_isvisiblepoint(), test_isvisiblerect(), test_lastpoint(), test_line2(), test_linei(), test_linejoin(), test_nextmarker(), test_nextmarkerpath(), test_nextpathtype(), test_nextsubpath(), test_nextsubpathpath(), test_pathgradientcenterpoint(), test_pathgradientpath(), test_pathpath(), test_pen(), test_pen_thickness(), test_polygon(), test_rect(), test_rect_line(), test_reverse(), test_scale(), test_setclippath(), test_strokecap(), test_transform(), test_translate(), test_widen(), test_widen_cap(), test_worldbounds(), transform_region_element(), and widen_flat_path_anchors().
| GpStatus WINGDIPAPI GdipCreatePath2 | ( | GDIPCONST GpPointF * | points, |
| GDIPCONST BYTE * | types, | ||
| INT | count, | ||
| GpFillMode | fill, | ||
| GpPath ** | path | ||
| ) |
Definition at line 1314 of file graphicspath.c.
Referenced by GdipClonePath(), GdipCreatePath2I(), metafile_deserialize_path(), and test_createpath2().
| GpStatus WINGDIPAPI GdipCreatePath2I | ( | GDIPCONST GpPoint * | points, |
| GDIPCONST BYTE * | types, | ||
| INT | count, | ||
| GpFillMode | fill, | ||
| GpPath ** | path | ||
| ) |
Definition at line 1371 of file graphicspath.c.
| GpStatus WINGDIPAPI GdipDeletePath | ( | GpPath * | path | ) |
Definition at line 1394 of file graphicspath.c.
Referenced by brush_fill_pixels(), delete_element(), GdipAddPathRectangle(), GdipAddPathRectangles(), GdipAddPathString(), GdipCloneBrush(), GdipCreatePathGradient(), GdipCreatePathGradientFromPath(), GdipCreatePathGradientI(), GdipCreateRegionHrgn(), GdipDeleteBrush(), GdipDrawArc(), GdipDrawBeziers(), GdipDrawClosedCurve2(), GdipDrawCurve2(), GdipDrawEllipse(), GdipDrawLines(), GdipDrawPie(), GdipDrawPolygon(), GdipDrawRectangles(), GdipEnumerateMetafileSrcRectDestPoints(), GdipFillClosedCurve2(), GdipFillEllipse(), GdipFillPie(), GdipFillPolygon(), GdipFillPolygonI(), GdipFillRectangles(), GdipIsOutlineVisiblePathPoint(), GdipSetClipPath(), GdipWidenPath(), get_region_hrgn(), metafile_deserialize_custom_line_cap(), metafile_free_object_table_entry(), SOFTWARE_GdipDrawPath(), SOFTWARE_GdipDrawThinPath(), test_addclosedcurve(), test_addcurve(), test_addpie(), test_arc(), test_bezier(), test_beziers(), test_captype(), test_combinereplace(), test_constructor_destructor(), test_createpath2(), test_drawpath(), test_ellipse(), test_empty_rect(), test_fillpath(), test_flatten(), test_GdipFillPath(), test_Get_Release_DC(), test_getbounds(), test_gethrgn(), test_getpathdata(), test_getregiondata(), test_getsubpathcount(), test_hascurve(), test_incombinedregion(), test_inset(), test_is_outline_visible_path_point(), test_isvalid(), test_isvisible(), test_isvisiblepoint(), test_isvisiblerect(), test_lastpoint(), test_line2(), test_linei(), test_linejoin(), test_nextmarker(), test_nextmarkerpath(), test_nextpathtype(), test_nextsubpath(), test_nextsubpathpath(), test_pathgradientcenterpoint(), test_pathgradientpath(), test_pathpath(), test_pen(), test_pen_thickness(), test_polygon(), test_rect(), test_rect_line(), test_reverse(), test_scale(), test_setclippath(), test_strokecap(), test_transform(), test_translate(), test_widen(), test_widen_cap(), test_worldbounds(), transform_region_element(), and widen_flat_path_anchors().
| GpStatus WINGDIPAPI GdipFlattenPath | ( | GpPath * | path, |
| GpMatrix * | matrix, | ||
| REAL | flatness | ||
| ) |
Definition at line 1408 of file graphicspath.c.
Referenced by brush_fill_pixels(), GdipWidenPath(), SOFTWARE_GdipDrawThinPath(), and test_flatten().
| GpStatus WINGDIPAPI GdipGetPathData | ( | GpPath * | path, |
| GpPathData * | pathData | ||
| ) |
Definition at line 1493 of file graphicspath.c.
Referenced by test_createpath2(), and test_getpathdata().
| GpStatus WINGDIPAPI GdipGetPathFillMode | ( | GpPath * | path, |
| GpFillMode * | fillmode | ||
| ) |
Definition at line 1508 of file graphicspath.c.
| GpStatus WINGDIPAPI GdipGetPathLastPoint | ( | GpPath * | path, |
| GpPointF * | lastPoint | ||
| ) |
Definition at line 1520 of file graphicspath.c.
Referenced by test_lastpoint().
| GpStatus WINGDIPAPI GdipGetPathPoints | ( | GpPath * | path, |
| GpPointF * | points, | ||
| INT | count | ||
| ) |
Definition at line 1536 of file graphicspath.c.
Referenced by _ok_path_fudge(), and GdipGetPathPointsI().
| GpStatus WINGDIPAPI GdipGetPathPointsI | ( | GpPath * | path, |
| GpPoint * | points, | ||
| INT | count | ||
| ) |
Definition at line 1551 of file graphicspath.c.
| GpStatus WINGDIPAPI GdipGetPathTypes | ( | GpPath * | path, |
| BYTE * | types, | ||
| INT | count | ||
| ) |
Definition at line 1576 of file graphicspath.c.
Referenced by _ok_path_fudge().
| GpStatus WINGDIPAPI GdipGetPathWorldBounds | ( | GpPath * | path, |
| GpRectF * | bounds, | ||
| GDIPCONST GpMatrix * | matrix, | ||
| GDIPCONST GpPen * | pen | ||
| ) |
Definition at line 1595 of file graphicspath.c.
Referenced by GdipGetPathGradientRect(), GdipGetPathWorldBoundsI(), and test_worldbounds().
| GpStatus WINGDIPAPI GdipGetPathWorldBoundsI | ( | GpPath * | path, |
| GpRect * | bounds, | ||
| GDIPCONST GpMatrix * | matrix, | ||
| GDIPCONST GpPen * | pen | ||
| ) |
Definition at line 1678 of file graphicspath.c.
| GpStatus WINGDIPAPI GdipGetPointCount | ( | GpPath * | path, |
| INT * | count | ||
| ) |
Definition at line 1698 of file graphicspath.c.
Referenced by _ok_path_fudge(), test_createpath2(), test_empty_rect(), test_getpathdata(), test_nextmarkerpath(), test_nextsubpathpath(), test_widen(), and test_widen_cap().
| GpStatus WINGDIPAPI GdipIsOutlineVisiblePathPoint | ( | GpPath * | path, |
| REAL | x, | ||
| REAL | y, | ||
| GpPen * | pen, | ||
| GpGraphics * | graphics, | ||
| BOOL * | result | ||
| ) |
Definition at line 1774 of file graphicspath.c.
Referenced by GdipIsOutlineVisiblePathPointI(), and test_is_outline_visible_path_point().
| GpStatus WINGDIPAPI GdipIsOutlineVisiblePathPointI | ( | GpPath * | path, |
| INT | x, | ||
| INT | y, | ||
| GpPen * | pen, | ||
| GpGraphics * | graphics, | ||
| BOOL * | result | ||
| ) |
Definition at line 1766 of file graphicspath.c.
| GpStatus WINGDIPAPI GdipIsVisiblePathPoint | ( | GpPath * | path, |
| REAL | x, | ||
| REAL | y, | ||
| GpGraphics * | graphics, | ||
| BOOL * | result | ||
| ) |
Definition at line 1826 of file graphicspath.c.
Referenced by GdipIsOutlineVisiblePathPoint(), GdipIsVisiblePathPointI(), test_empty_rect(), and test_isvisible().
| GpStatus WINGDIPAPI GdipIsVisiblePathPointI | ( | GpPath * | path, |
| INT | x, | ||
| INT | y, | ||
| GpGraphics * | graphics, | ||
| BOOL * | result | ||
| ) |
| GpStatus WINGDIPAPI GdipResetPath | ( | GpPath * | path | ) |
Definition at line 1864 of file graphicspath.c.
Referenced by GdipPathIterNextMarkerPath(), GdipPathIterNextSubpathPath(), test_addcurve(), test_addpie(), test_arc(), test_flatten(), test_GdipFillPath(), test_line2(), test_transform(), test_translate(), test_widen(), and test_widen_cap().
| GpStatus WINGDIPAPI GdipReversePath | ( | GpPath * | path | ) |
Definition at line 1710 of file graphicspath.c.
Referenced by test_reverse().
| GpStatus WINGDIPAPI GdipSetPathFillMode | ( | GpPath * | path, |
| GpFillMode | fill | ||
| ) |
Definition at line 1878 of file graphicspath.c.
| GpStatus WINGDIPAPI GdipSetPathMarker | ( | GpPath * | path | ) |
Definition at line 2793 of file graphicspath.c.
Referenced by test_nextmarker(), and test_nextmarkerpath().
| GpStatus WINGDIPAPI GdipStartPathFigure | ( | GpPath * | path | ) |
Definition at line 1852 of file graphicspath.c.
Referenced by test_flatten(), test_getsubpathcount(), test_nextpathtype(), and test_widen_cap().
| GpStatus WINGDIPAPI GdipTransformPath | ( | GpPath * | path, |
| GpMatrix * | matrix | ||
| ) |
Definition at line 1890 of file graphicspath.c.
Referenced by brush_fill_pixels(), GdipFlattenPath(), GdipSetClipPath(), GdipWidenPath(), SOFTWARE_GdipDrawPath(), and test_flatten().
| GpStatus WINGDIPAPI GdipWarpPath | ( | GpPath * | path, |
| GpMatrix * | matrix, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count, | ||
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height, | ||
| WarpMode | warpmode, | ||
| REAL | flatness | ||
| ) |
Definition at line 1904 of file graphicspath.c.
Definition at line 2587 of file graphicspath.c.
Referenced by GdipIsOutlineVisiblePathPoint(), SOFTWARE_GdipDrawPath(), test_widen(), and test_widen_cap().
| GpStatus WINGDIPAPI GdipWindingModeOutline | ( | GpPath * | path, |
| GpMatrix * | matrix, | ||
| REAL | flatness | ||
| ) |
Definition at line 2830 of file graphicspath.c.
|
static |
Definition at line 46 of file graphicspath.c.
Referenced by GdipFlattenPath(), GdipWidenPath(), and widen_flat_path_anchors().
Definition at line 2846 of file graphicspath.c.
Referenced by write_path_data().
|
static |
|
static |
Definition at line 109 of file graphicspath.c.
Referenced by GdipFlattenPath(), GdipWidenPath(), and widen_flat_path_anchors().
| void widen_anchors | ( | GpPath * | flat_path, |
| GpPen * | pen, | ||
| REAL | pen_width, | ||
| path_list_node_t ** | last_point | ||
| ) |
Definition at line 2522 of file graphicspath.c.
Referenced by GdipWidenPath(), and widen_flat_path_anchors().
|
static |
Definition at line 1987 of file graphicspath.c.
Referenced by widen_open_figure().
|
static |
Definition at line 2341 of file graphicspath.c.
Referenced by add_anchor(), and GdipWidenPath().
|
static |
Definition at line 2383 of file graphicspath.c.
Referenced by GdipWidenPath().
| GpStatus widen_flat_path_anchors | ( | GpPath * | flat_path, |
| GpPen * | pen, | ||
| REAL | pen_width, | ||
| GpPath ** | anchors | ||
| ) |
Definition at line 2551 of file graphicspath.c.
Referenced by SOFTWARE_GdipDrawThinPath().
|
static |
Definition at line 1945 of file graphicspath.c.
Referenced by widen_closed_figure(), and widen_open_figure().
|
static |
Definition at line 2308 of file graphicspath.c.
Referenced by add_anchor(), GdipWidenPath(), and widen_dashed_figure().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | gdiplus | ) |
Definition at line 2863 of file graphicspath.c.
Referenced by get_element_size(), METAFILE_AddPathObject(), and write_element().