HomeSort by relevance Sort by last modified time
    Searched refs:pen (Results 1 - 25 of 36) sorted by null

1 2

  /external/libvterm/src/
pen.c 129 VTermColor *colp = (attr == VTERM_ATTR_BACKGROUND) ? &state->pen.bg : &state->pen.fg;
148 state->pen.bold = 0; setpenattr_bool(state, VTERM_ATTR_BOLD, 0);
149 state->pen.underline = 0; setpenattr_int( state, VTERM_ATTR_UNDERLINE, 0);
150 state->pen.italic = 0; setpenattr_bool(state, VTERM_ATTR_ITALIC, 0);
151 state->pen.blink = 0; setpenattr_bool(state, VTERM_ATTR_BLINK, 0);
152 state->pen.reverse = 0; setpenattr_bool(state, VTERM_ATTR_REVERSE, 0);
153 state->pen.strike = 0; setpenattr_bool(state, VTERM_ATTR_STRIKE, 0);
154 state->pen.font = 0; setpenattr_int( state, VTERM_ATTR_FONT, 0);
158 state->pen.fg = state->default_fg; setpenattr_col(state, VTERM_ATTR_FOREGROUND, state->default_fg)
    [all...]
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:__anon26331
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::__anon26335
  /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...]
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...]
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)
  /external/python/cpython3/Lib/turtledemo/
forest.py 65 def doit1(level, pen):
66 pen.hideturtle()
67 start(pen, 20, -208)
68 t = tree( [pen], 80, level, 0.1, [[ (45,0.69), (0,0.65), (-45,0.71) ]] )
71 def doit2(level, pen):
72 pen.hideturtle()
73 start(pen, -135, -130)
74 t = tree( [pen], 120, level, 0.1, [[ (45,0.69), (-45,0.71) ]] )
77 def doit3(level, pen):
78 pen.hideturtle(
    [all...]
paint.py 10 - right mouse button toogles betweem pen up
12 pen down (line is drawn). If pen up follows
13 at least two pen-down moves, the polygon that
25 if pen()["pendown"]:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
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...]
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...]
gdiplusimpl.h     [all...]
  /external/python/cpython2/Demo/turtle/
tdemo_paint.py 10 - right mouse button toogles betweem pen up
12 pen down (line is drawn). If pen up follows
13 at least two pen-down moves, the polygon that
25 if pen()["pendown"]:
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
hisi_pwrc_sram.S 42 pen: ldr x4, [x3, x0, LSL #3] label
43 cbz x4, pen
  /external/ImageMagick/PerlMagick/t/ps/
read.t 52 $x=$image->Set(font=>"$font", pen=>'#0000FF', dither=>'False');
  /external/ImageMagick/PerlMagick/t/x11/
read.t 28 $x=$image->Set(font=>"$font", pen=>'#0000FF', dither=>'False');
  /external/fonttools/Lib/fontTools/misc/
psCharStrings.py 263 def draw(self, pen):
265 extractor = T2OutlineExtractor(pen, subrs, self.globalSubrs,
479 def draw(self, pen):
480 extractor = T1OutlineExtractor(pen, self.subrs)
637 def __init__(self, pen, localSubrs, globalSubrs, nominalWidthX, defaultWidthX):
639 self.pen = pen
658 self.pen.moveTo(self._nextPoint(point))
664 self.pen.lineTo(self._nextPoint(point))
670 self.pen.curveTo(nextPoint(pt1), nextPoint(pt2), nextPoint(pt3)
    [all...]
  /external/walt/docs/
TapLatency.md 10 screen, the conductive surface and the accelerometer are mounted on a button of a retractable pen.
12 motion. This allows the hand holding the main part of the pen to gain some speed to which the button is
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp 263 GpPen* pen,
265 typedef GpStatus(WINGDIPAPI* FuncType_GdipSetPenDashArray)(GpPen* pen,
269 GpPen* pen,
271 typedef GpStatus(WINGDIPAPI* FuncType_GdipSetPenLineJoin)(GpPen* pen,
273 typedef GpStatus(WINGDIPAPI* FuncType_GdipSetPenWidth)(GpPen* pen, REAL width);
290 GpPen** pen);
291 typedef GpStatus(WINGDIPAPI* FuncType_GdipSetPenMiterLimit)(GpPen* pen,
294 GpPen* pen,
296 typedef GpStatus(WINGDIPAPI* FuncType_GdipDeletePen)(GpPen* pen);
361 GpPen* pen,
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 648 have a .draw() method that supports the Pen protocol, and will
699 """Wrapper for a TrueType glyph that supports the Pen protocol, meaning
700 that it has a .draw() method that takes a pen object as its only
709 def draw(self, pen):
710 """Draw the glyph onto Pen. See fontTools.pens.basePen for details
722 pen.addComponent(glyphName, transform)
735 # use pen.qCurveTo's special case by specifying None
738 pen.qCurveTo(*contour)
746 pen.moveTo(contour[-1])
750 pen.lineTo(contour[0]
    [all...]
  /external/python/cpython3/Lib/
turtle.py 119 'RawTurtle', 'Turtle', 'RawPen', 'Pen', 'Shape', 'Vec2D']
133 'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',
2336 def pen(self, pen=None, **pendict): member in class:TPen
    [all...]
  /external/python/cpython2/Lib/lib-tk/
turtle.py 119 'RawTurtle', 'Turtle', 'RawPen', 'Pen', 'Shape', 'Vec2D']
132 'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',
2251 def pen(self, pen=None, **pendict): member in class:TPen
    [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...]

Completed in 689 milliseconds

1 2