Searched defs:Pen (Results 1 - 4 of 4) 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...]
/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...]
/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 146 milliseconds