/external/fonttools/Lib/fontTools/pens/ |
boundsPen.py | 13 """Pen to calculate the "control bounds" of a shape. This is the 19 'bounds' attribute of the pen object. It's a 4-tuple: 54 """Pen to calculate the bounds of a shape. It calculates the 60 'bounds' attribute of the pen object. It's a 4-tuple: 82 def draw(pen): 83 pen.moveTo((0, 0)) 84 pen.lineTo((0, 100)) 85 pen.qCurveTo((50, 75), (60, 50), (50, 25), (0, 0)) 86 pen.curveTo((-50, 25), (-60, 50), (-50, 75), (0, 100)) 87 pen.closePath( 89 pen = ControlBoundsPen(None) variable in class:BoundsPen 93 pen = BoundsPen(None) variable in class:BoundsPen [all...] |
reportLabPen.py | 9 """A pen for drawing onto a reportlab.graphics.shapes.Path object.""" 56 pen = ReportLabPen(gs, Path(fillColor=colors.red, strokeWidth=5)) variable 58 g.draw(pen) 65 g = Group(pen.path)
|
transformPen.py | 11 """Pen that transforms all coordinates using a Affine transformation, 12 and passes them to another pen. 16 """The 'outPen' argument is another pen object. It will receive the 61 pen = TransformPen(_TestPen(None), (2, 0, 0.5, 2, -10, 0)) variable in class:TransformPen 62 pen.moveTo((0, 0)) 63 pen.lineTo((0, 100)) 64 pen.curveTo((50, 75), (60, 50), (50, 25), (0, 0)) 65 pen.closePath()
|
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/libvterm/src/ |
screen.c | 12 /* State of the pen at some moment in time, also used in a cell */ 26 /* Extra state storage that isn't strictly pen-related */ 36 ScreenPen pen; member in struct:__anon18155 68 ScreenPen pen; member in struct:VTermScreen 92 new_cell->pen = screen->pen; 183 cell->pen = screen->pen; 198 cell->pen.protected_cell = info->protected_cell; 199 cell->pen.dwl = info->dwl [all...] |
vterm_internal.h | 101 struct VTermPen pen; member in struct:VTermState 116 struct VTermPen pen; member in struct:VTermState::__anon18159
|
/external/ImageMagick/coders/ |
wmf.c | 927 draw_stroke_color_string(WmfDrawingWand,"none"); /* Default pen is BLACK_PEN */ 1990 *pen = 0; local [all...] |
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...] |
/external/ImageMagick/Magick++/lib/ |
Image.cpp | 3714 pen; local 3733 OpaquePaintImage(image(),&opaque,&pen,invert_ ? MagickTrue : MagickFalse, local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |