/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;
|
/external/pdfium/core/src/fxge/Microsoft SDK/include/ |
GdiPlusPen.h | 11 * Pen API related declarations
18 // class for various pen types
21 class Pen : public GdiplusBase
32 Pen(IN const Color& color,
41 Pen(IN const Brush* brush,
50 ~Pen()
55 Pen* Clone() const
61 return new Pen(clonePen, lastResult);
227 // Set/get pen mode
242 // Set/get pen transform [all...] |
GdiPlusGraphics.h | 463 Status DrawLine(IN const Pen* pen,
470 pen->nativePen, x1, y1, x2,
474 Status DrawLine(IN const Pen* pen,
478 return DrawLine(pen, pt1.X, pt1.Y, pt2.X, pt2.Y);
481 Status DrawLines(IN const Pen* pen,
486 pen->nativePen,
491 Status DrawLine(IN const Pen* pen, [all...] |
GdiPlusGpStubs.h | 23 class Pen;
|
GdiPlusBrush.h | 27 friend class Pen;
129 friend class Pen;
181 friend class Pen;
457 friend class Pen;
873 friend class Pen;
|
GdiPlusPath.h | 742 IN const Pen* pen = NULL) const;
747 IN const Pen* pen = NULL) const;
774 IN const Pen* pen,
785 pen->nativePen,
800 Status Widen(IN const Pen* pen,
808 return SetStatus(DllExports::GdipWidenPathWithMinimumResolutions(nativePath, pen->nativePen, [all...] |
GdiPlusMatrix.h | 23 friend class Pen;
|
GdiPlusHeaders.h | 686 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...] |
/external/chromium_org/third_party/usb_ids/ |
usb.ids | [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...] |