HomeSort by relevance Sort by last modified time
    Searched defs:GraphicsPath (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusPath.h 18 class GraphicsPath : public GdiplusBase
29 GraphicsPath(IN FillMode fillMode = FillModeAlternate)
35 GraphicsPath(IN const PointF* points,
48 GraphicsPath(IN const Point* points,
61 ~GraphicsPath()
69 GraphicsPath* Clone() const
75 return new GraphicsPath(clonepath);
615 Status AddPath(IN const GraphicsPath* addingPath,
981 GraphicsPath(const GraphicsPath& path)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspath.h 4 * GDI+ GraphicsPath class
33 // Note that some methods of GraphicsPath are implemented in gdiplusimpl.h.
36 class GraphicsPath: public GdiplusBase
45 GraphicsPath(FillMode fillMode = FillModeAlternate):
50 GraphicsPath(const PointF *points, const BYTE *types, INT count,
57 GraphicsPath(const Point *points, const BYTE *types, INT count,
64 ~GraphicsPath()
68 GraphicsPath* Clone() const
74 GraphicsPath *result = new GraphicsPath(clonePath, lastStatus)
    [all...]

Completed in 58 milliseconds