Searched refs:Pen (Results 1 - 18 of 18) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/gdiplus/
H A Dgdipluspen.h4 * GDI+ Pen class
33 class Pen: public GdiplusBase class in inherits:GdiplusBase
39 Pen(const Color& color, REAL width = 1.0f): function in class:Pen
46 Pen(const Brush *brush, REAL width = 1.0f): function in class:Pen
53 ~Pen()
57 Pen* Clone() const
63 Pen *result = new Pen(clonePen, lastStatus);
80 // TODO: implement Pen::GetBrush()
324 Pen(GpPe function in class:Pen
[all...]
H A Dgdiplusgraphics.h131 Status DrawArc(const Pen *pen, REAL x, REAL y, REAL width, REAL height,
138 Status DrawArc(const Pen *pen, INT x, INT y, INT width, INT height,
145 Status DrawArc(const Pen *pen, const RectF& rect,
153 Status DrawArc(const Pen *pen, const Rect& rect,
161 Status DrawBezier(const Pen *pen,
169 Status DrawBezier(const Pen *pen,
177 Status DrawBezier(const Pen *pen,
186 Status DrawBezier(const Pen *pen,
195 Status DrawBeziers(const Pen *pen, const PointF *points, INT count)
201 Status DrawBeziers(const Pen *pe
[all...]
H A Dgdipluspath.h34 // This avoids a cyclic dependency on Graphics and Pen.
375 const Pen *pen = NULL) const
383 const Pen *pen = NULL) const
447 BOOL IsOutlineVisible(REAL x, REAL y, const Pen *pen,
449 BOOL IsOutlineVisible(INT x, INT y, const Pen *pen,
451 BOOL IsOutlineVisible(const PointF& point, const Pen *pen,
453 BOOL IsOutlineVisible(const Point& point, const Pen *pen,
507 Status Widen(const Pen *pen, const Matrix *matrix = NULL,
H A Dgdiplusmatrix.h42 friend class Pen;
H A Dgdipluscolor.h50 friend class Pen;
H A Dgdiplusimpl.h1497 __inline__ BOOL GraphicsPath::IsOutlineVisible(REAL x, REAL y, const Pen *pen,
1507 __inline__ BOOL GraphicsPath::IsOutlineVisible(INT x, INT y, const Pen *pen,
1517 __inline__ BOOL GraphicsPath::IsOutlineVisible(const PointF& point, const Pen *pen,
1528 __inline__ BOOL GraphicsPath::IsOutlineVisible(const Point& point, const Pen *pen,
H A Dgdiplusheaders.h49 class Pen;
263 friend class Pen;
H A Dgdiplusbrush.h41 friend class Pen;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
H A Dgdipluspen.h4 * GDI+ Pen class
33 class Pen: public GdiplusBase class in inherits:GdiplusBase
39 Pen(const Color& color, REAL width = 1.0f): function in class:Pen
46 Pen(const Brush *brush, REAL width = 1.0f): function in class:Pen
53 ~Pen()
57 Pen* Clone() const
63 Pen *result = new Pen(clonePen, lastStatus);
80 // TODO: implement Pen::GetBrush()
324 Pen(GpPe function in class:Pen
[all...]
H A Dgdiplusgraphics.h131 Status DrawArc(const Pen *pen, REAL x, REAL y, REAL width, REAL height,
138 Status DrawArc(const Pen *pen, INT x, INT y, INT width, INT height,
145 Status DrawArc(const Pen *pen, const RectF& rect,
153 Status DrawArc(const Pen *pen, const Rect& rect,
161 Status DrawBezier(const Pen *pen,
169 Status DrawBezier(const Pen *pen,
177 Status DrawBezier(const Pen *pen,
186 Status DrawBezier(const Pen *pen,
195 Status DrawBeziers(const Pen *pen, const PointF *points, INT count)
201 Status DrawBeziers(const Pen *pe
[all...]
H A Dgdipluspath.h34 // This avoids a cyclic dependency on Graphics and Pen.
375 const Pen *pen = NULL) const
383 const Pen *pen = NULL) const
447 BOOL IsOutlineVisible(REAL x, REAL y, const Pen *pen,
449 BOOL IsOutlineVisible(INT x, INT y, const Pen *pen,
451 BOOL IsOutlineVisible(const PointF& point, const Pen *pen,
453 BOOL IsOutlineVisible(const Point& point, const Pen *pen,
507 Status Widen(const Pen *pen, const Matrix *matrix = NULL,
H A Dgdiplusmatrix.h42 friend class Pen;
H A Dgdipluscolor.h50 friend class Pen;
H A Dgdiplusimpl.h1497 __inline__ BOOL GraphicsPath::IsOutlineVisible(REAL x, REAL y, const Pen *pen,
1507 __inline__ BOOL GraphicsPath::IsOutlineVisible(INT x, INT y, const Pen *pen,
1517 __inline__ BOOL GraphicsPath::IsOutlineVisible(const PointF& point, const Pen *pen,
1528 __inline__ BOOL GraphicsPath::IsOutlineVisible(const Point& point, const Pen *pen,
H A Dgdiplusheaders.h49 class Pen;
263 friend class Pen;
H A Dgdiplusbrush.h41 friend class Pen;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A Dturtle.py119 'RawTurtle', 'Turtle', 'RawPen', 'Pen', 'Shape', 'Vec2D']
3709 Pen = Turtle variable
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A Dturtle.py119 'RawTurtle', 'Turtle', 'RawPen', 'Pen', 'Shape', 'Vec2D']
3709 Pen = Turtle variable

Completed in 183 milliseconds