Searched defs:GraphicsPath (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/gdiplus/
H A Dgdipluspath.h4 * GDI+ GraphicsPath class
33 // Note that some methods of GraphicsPath are implemented in gdiplusimpl.h.
36 class GraphicsPath: public GdiplusBase class in inherits:GdiplusBase
45 GraphicsPath(FillMode fillMode = FillModeAlternate): function in class:GraphicsPath
50 GraphicsPath(const PointF *points, const BYTE *types, INT count, function in class:GraphicsPath
57 GraphicsPath(const Point *points, const BYTE *types, INT count, function in class:GraphicsPath
64 ~GraphicsPath()
68 GraphicsPath* Clone() const
74 GraphicsPath *result = new GraphicsPath(clonePat
517 GraphicsPath(GpPath *path, Status status): function in class:GraphicsPath
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
H A Dgdipluspath.h4 * GDI+ GraphicsPath class
33 // Note that some methods of GraphicsPath are implemented in gdiplusimpl.h.
36 class GraphicsPath: public GdiplusBase class in inherits:GdiplusBase
45 GraphicsPath(FillMode fillMode = FillModeAlternate): function in class:GraphicsPath
50 GraphicsPath(const PointF *points, const BYTE *types, INT count, function in class:GraphicsPath
57 GraphicsPath(const Point *points, const BYTE *types, INT count, function in class:GraphicsPath
64 ~GraphicsPath()
68 GraphicsPath* Clone() const
74 GraphicsPath *result = new GraphicsPath(clonePat
517 GraphicsPath(GpPath *path, Status status): function in class:GraphicsPath
[all...]

Completed in 59 milliseconds