Searched defs:pen (Results 1 – 4 of 4) sorted by relevance
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
D | gdiplusgraphics.h | 131 Status DrawArc(const Pen *pen, REAL x, REAL y, REAL width, REAL height, in DrawArc() 138 Status DrawArc(const Pen *pen, INT x, INT y, INT width, INT height, in DrawArc() 145 Status DrawArc(const Pen *pen, const RectF& rect, in DrawArc() 153 Status DrawArc(const Pen *pen, const Rect& rect, in DrawArc() 161 Status DrawBezier(const Pen *pen, in DrawBezier() 169 Status DrawBezier(const Pen *pen, in DrawBezier() 177 Status DrawBezier(const Pen *pen, in DrawBezier() 186 Status DrawBezier(const Pen *pen, in DrawBezier() 195 Status DrawBeziers(const Pen *pen, const PointF *points, INT count) in DrawBeziers() 201 Status DrawBeziers(const Pen *pen, const Point *points, INT count) in DrawBeziers() [all …]
|
D | gdipluspen.h | 324 Pen(GpPen *pen, Status status): nativePen(pen), lastStatus(status) {} in Pen()
|
D | gdiplusimpl.h | 1497 __inline__ BOOL GraphicsPath::IsOutlineVisible(REAL x, REAL y, const Pen *pen, in IsOutlineVisible() 1507 __inline__ BOOL GraphicsPath::IsOutlineVisible(INT x, INT y, const Pen *pen, in IsOutlineVisible() 1517 __inline__ BOOL GraphicsPath::IsOutlineVisible(const PointF& point, const Pen *pen, in IsOutlineVisible() 1528 __inline__ BOOL GraphicsPath::IsOutlineVisible(const Point& point, const Pen *pen, in IsOutlineVisible()
|
/prebuilts/build-tools/common/py3-stdlib/ |
D | turtle.py | 2343 def pen(self, pen=None, **pendict): argument
|