Searched refs:GpPoint (Results 1 – 8 of 8) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | gdiplusflat.h | 322 GDIPCONST GpPoint *, 415 GDIPCONST GpPoint *, 674 GdipAddPathBeziersI(GpPath *, GDIPCONST GpPoint *, INT); 678 GdipAddPathClosedCurveI(GpPath *, GDIPCONST GpPoint *, INT); 686 GdipAddPathCurveI(GpPath *, GDIPCONST GpPoint *, INT); 690 GdipAddPathCurve2I(GpPath *, GDIPCONST GpPoint *, INT, REAL); 706 GdipAddPathLine2I(GpPath *, GDIPCONST GpPoint *, INT); 716 GdipAddPathPolygonI(GpPath *, GDIPCONST GpPoint *, INT); 780 GdipGetPathPointsI(GpPath *, GpPoint *, INT); 945 …GdipCreateLineBrushI(GDIPCONST GpPoint *, GDIPCONST GpPoint *, ARGB, ARGB, GpWrapMode, GpLineGradi… [all …]
|
H A D | gdiplusgpstubs.h | 139 typedef Point GpPoint; typedef
|
/reactos/dll/win32/gdiplus/ |
H A D | matrix.c | 104 GpStatus WINGDIPAPI GdipCreateMatrix3I(GDIPCONST GpRect *rect, GDIPCONST GpPoint *pt, in GdipCreateMatrix3I() 386 GpStatus WINGDIPAPI GdipTransformMatrixPointsI(GpMatrix *matrix, GpPoint *pts, INT count) in GdipTransformMatrixPointsI() 467 GpStatus WINGDIPAPI GdipVectorTransformMatrixPointsI(GpMatrix *matrix, GpPoint *pts, INT count) in GdipVectorTransformMatrixPointsI()
|
H A D | graphicspath.c | 319 GpStatus WINGDIPAPI GdipAddPathBeziersI(GpPath *path, GDIPCONST GpPoint *points, in GdipAddPathBeziersI() 354 GpStatus WINGDIPAPI GdipAddPathClosedCurveI(GpPath *path, GDIPCONST GpPoint *points, in GdipAddPathClosedCurveI() 432 GpStatus WINGDIPAPI GdipAddPathClosedCurve2I(GpPath *path, GDIPCONST GpPoint *points, in GdipAddPathClosedCurve2I() 470 GpStatus WINGDIPAPI GdipAddPathCurveI(GpPath *path, GDIPCONST GpPoint *points, INT count) in GdipAddPathCurveI() 533 GpStatus WINGDIPAPI GdipAddPathCurve2I(GpPath *path, GDIPCONST GpPoint *points, in GdipAddPathCurve2I() 572 GpStatus WINGDIPAPI GdipAddPathCurve3I(GpPath *path, GDIPCONST GpPoint *points, in GdipAddPathCurve3I() 654 GpStatus WINGDIPAPI GdipAddPathLine2I(GpPath *path, GDIPCONST GpPoint *points, INT count) in GdipAddPathLine2I() 870 GpStatus WINGDIPAPI GdipAddPathPolygonI(GpPath *path, GDIPCONST GpPoint *points, INT count) in GdipAddPathPolygonI() 1245 GpStatus WINGDIPAPI GdipCreatePath2I(GDIPCONST GpPoint* points, in GdipCreatePath2I() 1437 GpStatus WINGDIPAPI GdipGetPathPointsI(GpPath *path, GpPoint* points, INT count) in GdipGetPathPointsI() [all …]
|
H A D | brush.c | 415 GpStatus WINGDIPAPI GdipCreateLineBrushI(GDIPCONST GpPoint* startpoint, in GdipCreateLineBrushI() 416 GDIPCONST GpPoint* endpoint, ARGB startcolor, ARGB endcolor, in GdipCreateLineBrushI() 691 GpStatus WINGDIPAPI GdipCreatePathGradientI(GDIPCONST GpPoint* points, in GdipCreatePathGradientI() 1101 GpPoint *point) in GdipGetPathGradientCenterPointI() 1683 GpPoint *point) in GdipSetPathGradientCenterPointI()
|
H A D | graphics.c | 2714 GDIPCONST GpPoint *points, INT count) in GdipDrawBeziersI() 2753 GDIPCONST GpPoint *points, INT count) in GdipDrawClosedCurveI() 2787 GDIPCONST GpPoint *points, INT count, REAL tension) in GdipDrawClosedCurve2I() 2823 GDIPCONST GpPoint *points, INT count) in GdipDrawCurveI() 2879 GDIPCONST GpPoint *points, INT count, REAL tension) in GdipDrawCurve2I() 3045 GDIPCONST GpPoint *dstpoints, INT count) in GdipDrawImagePointsI() 3627 GpPoint *points, INT count) in GdipDrawLinesI() 3845 GpPoint start_pointi, end_pointi; in SOFTWARE_GdipDrawThinPath() 4287 GDIPCONST GpPoint *points, INT count) in GdipFillClosedCurveI() 4497 GDIPCONST GpPoint *points, INT count, GpFillMode fillMode) in GdipFillPolygonI() [all …]
|
H A D | metafile.c | 3619 GDIPCONST GpMetafile *metafile, GDIPCONST GpPoint *dest, in GdipEnumerateMetafileDestPointI()
|
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | graphics.c | 475 GpPoint points[3]; in test_GdipFillClosedCurve2I() 941 GpPoint points[3]; in test_GdipDrawCurve3I() 1088 GpPoint points[3]; in test_GdipDrawCurve2I() 1216 GpPoint points[3]; in test_GdipDrawCurveI() 1368 GpPoint *ptf = NULL; in test_GdipDrawLinesI() 1492 GpPoint points[3]; in test_GdipFillClosedCurveI() 1614 GpPoint pt[5]; in test_Get_Release_DC() 1912 GpPoint pt[2]; in test_transformpoints()
|