HomeSort by relevance Sort by last modified time
    Searched refs:Pen (Results 1 - 13 of 13) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspen.h 4 * GDI+ Pen class
33 class Pen: public GdiplusBase
39 Pen(const Color& color, REAL width = 1.0f):
46 Pen(const Brush *brush, REAL width = 1.0f):
53 ~Pen()
57 Pen* Clone() const
63 Pen *result = new Pen(clonePen, lastStatus);
80 // TODO: implement Pen::GetBrush()
83 // // where is the pen brush allocated (static,member,new,other)
    [all...]
gdiplusgraphics.h 131 Status DrawArc(const Pen *pen, REAL x, REAL y, REAL width, REAL height,
135 nativeGraphics, pen ? pen->nativePen : NULL,
138 Status DrawArc(const Pen *pen, INT x, INT y, INT width, INT height,
142 nativeGraphics, pen ? pen->nativePen : NULL,
145 Status DrawArc(const Pen *pen, const RectF& rect
    [all...]
gdipluspath.h 34 // This avoids a cyclic dependency on Graphics and Pen.
375 const Pen *pen = NULL) const
380 pen ? pen->nativePen : NULL));
383 const Pen *pen = NULL) const
388 pen ? pen->nativePen : NULL));
447 BOOL IsOutlineVisible(REAL x, REAL y, const Pen *pen
    [all...]
gdiplusmatrix.h 42 friend class Pen;
gdiplusheaders.h 49 class Pen;
263 friend class Pen;
gdipluscolor.h 50 friend class Pen;
gdiplusimpl.h     [all...]
gdiplusbrush.h 41 friend class Pen;
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
AssignableFromTest.java 49 assertTrue(assignableFrom.apply(testMethodFor(Pen.class)));
81 private class Pen extends TestCase implements WritingInstrument {
  /external/sonivox/jet_tools/JetCreator/
JetSegGraph.py 265 dc.SetPen(wx.Pen(Marker.sColor))
275 dc.SetPen(wx.Pen(EOS_BAR))
282 dc.SetPen(wx.Pen(APP_BAR))
306 dc.SetPen(wx.Pen('#5C5142'))
329 dc.SetPen(wx.Pen(PROGRESS_BAR))
354 dc.SetPen(wx.Pen(PROGRESS_BAR))
  /external/fonttools/Lib/fontTools/pens/
basePen.py 1 """fontTools.pens.basePen.py -- Tools and base classes to build pen objects.
3 The Pen Protocol
5 A Pen is a kind of object that standardizes the way how to "draw" outlines:
13 outline.draw(pen) # 'outline' draws itself onto 'pen'
17 draw() method) as well as a pen itself: you *build* an outline using pen
20 The AbstractPen class defines the Pen protocol. It implements almost
23 "this class implements the Pen protocol.". An examples of an AbstractPen
27 draw (for example a pen renders outlines using a native graphics engine)
354 pen = _TestPen(None) variable
360 pen = _TestPen(None) variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 119 'RawTurtle', 'Turtle', 'RawPen', 'Pen', 'Shape', 'Vec2D']
132 'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',
2250 def pen(self, pen=None, **pendict): member in class:TPen
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 119 'RawTurtle', 'Turtle', 'RawPen', 'Pen', 'Shape', 'Vec2D']
132 'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',
2250 def pen(self, pen=None, **pendict): member in class:TPen
    [all...]

Completed in 537 milliseconds