Searched defs:pen (Results 1 - 11 of 11) sorted by relevance

/external/fonttools/Lib/fontTools/pens/
H A DboundsPen.py19 'bounds' attribute of the pen object. It's a 4-tuple:
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
90 draw(pen)
93 pen = BoundsPen(None) variable in class:BoundsPen
[all...]
H A DtransformPen.py12 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()
H A DbasePen.py1 """fontTools.pens.basePen.py -- Tools and base classes to build pen objects.
13 outline.draw(pen) # 'outline' draws itself onto 'pen'
17 draw() method) as well as a pen itself: you *build* an outline using pen
27 draw (for example a pen renders outlines using a native graphics engine).
29 a pen that fully conforms to the pen protocol. Note that if you subclass
50 end each sub path with a call to pen.closePath() or pen
354 pen = _TestPen(None) variable
360 pen = _TestPen(None) variable
[all...]
H A DreportLabPen.py9 """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)
/external/fonttools/Tools/fontTools/pens/
H A DboundsPen.py19 'bounds' attribute of the pen object. It's a 4-tuple:
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
90 draw(pen)
93 pen = BoundsPen(None) variable in class:BoundsPen
[all...]
H A DtransformPen.py12 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()
H A DbasePen.py1 """fontTools.pens.basePen.py -- Tools and base classes to build pen objects.
13 outline.draw(pen) # 'outline' draws itself onto 'pen'
17 draw() method) as well as a pen itself: you *build* an outline using pen
27 draw (for example a pen renders outlines using a native graphics engine).
29 a pen that fully conforms to the pen protocol. Note that if you subclass
50 end each sub path with a call to pen.closePath() or pen
354 pen = _TestPen(None) variable
360 pen = _TestPen(None) variable
[all...]
H A DreportLabPen.py9 """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)
/external/libvterm/src/
H A Dvterm_internal.h101 struct VTermPen pen; member in struct:VTermState
116 struct VTermPen pen; member in struct:VTermState::__anon9669
H A Dscreen.c12 /* 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:__anon9665
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
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 281 milliseconds