Searched refs:pen (Results 1 - 24 of 24) sorted by relevance

/external/libvterm/src/
H A Dpen.c129 VTermColor *colp = (attr == VTERM_ATTR_BACKGROUND) ? &state->pen.bg : &state->pen.fg;
138 state->pen.bold = 0; setpenattr_bool(state, VTERM_ATTR_BOLD, 0);
139 state->pen.underline = 0; setpenattr_int( state, VTERM_ATTR_UNDERLINE, 0);
140 state->pen.italic = 0; setpenattr_bool(state, VTERM_ATTR_ITALIC, 0);
141 state->pen.blink = 0; setpenattr_bool(state, VTERM_ATTR_BLINK, 0);
142 state->pen.reverse = 0; setpenattr_bool(state, VTERM_ATTR_REVERSE, 0);
143 state->pen.strike = 0; setpenattr_bool(state, VTERM_ATTR_STRIKE, 0);
144 state->pen.font = 0; setpenattr_int( state, VTERM_ATTR_FONT, 0);
148 state->pen
[all...]
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 */
34 ScreenPen pen; member in struct:__anon25026
66 ScreenPen pen; member in struct:VTermScreen
90 new_cell->pen = screen->pen;
181 cell->pen = screen->pen;
196 cell->pen.protected_cell = info->protected_cell;
269 if(selective && cell->pen
[all...]
H A Dvterm_internal.h91 struct VTermPen pen; member in struct:VTermState
104 struct VTermPen pen; member in struct:VTermState::__anon25030
/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 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)
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...]
/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 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)
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...]
/external/libvterm/
H A DAndroid.mk17 src/pen.c \
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusGraphics.h463 Status DrawLine(IN const Pen* pen, argument
470 pen->nativePen, x1, y1, x2,
474 Status DrawLine(IN const Pen* pen, argument
478 return DrawLine(pen, pt1.X, pt1.Y, pt2.X, pt2.Y);
481 Status DrawLines(IN const Pen* pen, argument
486 pen->nativePen,
491 Status DrawLine(IN const Pen* pen, argument
498 pen->nativePen,
505 Status DrawLine(IN const Pen* pen, argument
509 return DrawLine(pen,
516 DrawLines(IN const Pen* pen, IN const Point* points, IN INT count) argument
527 DrawArc(IN const Pen* pen, IN REAL x, IN REAL y, IN REAL width, IN REAL height, IN REAL startAngle, IN REAL sweepAngle) argument
545 DrawArc(IN const Pen* pen, IN const RectF& rect, IN REAL startAngle, IN REAL sweepAngle) argument
555 DrawArc(IN const Pen* pen, IN INT x, IN INT y, IN INT width, IN INT height, IN REAL startAngle, IN REAL sweepAngle) argument
574 DrawArc(IN const Pen* pen, IN const Rect& rect, IN REAL startAngle, IN REAL sweepAngle) argument
589 DrawBezier(IN const Pen* pen, IN REAL x1, IN REAL y1, IN REAL x2, IN REAL y2, IN REAL x3, IN REAL y3, IN REAL x4, IN REAL y4) argument
604 DrawBezier(IN const Pen* pen, IN const PointF& pt1, IN const PointF& pt2, IN const PointF& pt3, IN const PointF& pt4) argument
621 DrawBeziers(IN const Pen* pen, IN const PointF* points, IN INT count) argument
632 DrawBezier(IN const Pen* pen, IN INT x1, IN INT y1, IN INT x2, IN INT y2, IN INT x3, IN INT y3, IN INT x4, IN INT y4) argument
654 DrawBezier(IN const Pen* pen, IN const Point& pt1, IN const Point& pt2, IN const Point& pt3, IN const Point& pt4) argument
671 DrawBeziers(IN const Pen* pen, IN const Point* points, IN INT count) argument
682 DrawRectangle(IN const Pen* pen, IN const RectF& rect) argument
688 DrawRectangle(IN const Pen* pen, IN REAL x, IN REAL y, IN REAL width, IN REAL height) argument
699 DrawRectangles(IN const Pen* pen, IN const RectF* rects, IN INT count) argument
709 DrawRectangle(IN const Pen* pen, IN const Rect& rect) argument
719 DrawRectangle(IN const Pen* pen, IN INT x, IN INT y, IN INT width, IN INT height) argument
733 DrawRectangles(IN const Pen* pen, IN const Rect* rects, IN INT count) argument
744 DrawEllipse(IN const Pen* pen, IN const RectF& rect) argument
750 DrawEllipse(IN const Pen* pen, IN REAL x, IN REAL y, IN REAL width, IN REAL height) argument
765 DrawEllipse(IN const Pen* pen, IN const Rect& rect) argument
775 DrawEllipse(IN const Pen* pen, IN INT x, IN INT y, IN INT width, IN INT height) argument
790 DrawPie(IN const Pen* pen, IN const RectF& rect, IN REAL startAngle, IN REAL sweepAngle) argument
804 DrawPie(IN const Pen* pen, IN REAL x, IN REAL y, IN REAL width, IN REAL height, IN REAL startAngle, IN REAL sweepAngle) argument
823 DrawPie(IN const Pen* pen, IN const Rect& rect, IN REAL startAngle, IN REAL sweepAngle) argument
837 DrawPie(IN const Pen* pen, IN INT x, IN INT y, IN INT width, IN INT height, IN REAL startAngle, IN REAL sweepAngle) argument
856 DrawPolygon(IN const Pen* pen, IN const PointF* points, IN INT count) argument
867 DrawPolygon(IN const Pen* pen, IN const Point* points, IN INT count) argument
878 DrawPath(IN const Pen* pen, IN const GraphicsPath* path) argument
887 DrawCurve(IN const Pen* pen, IN const PointF* points, IN INT count) argument
896 DrawCurve(IN const Pen* pen, IN const PointF* points, IN INT count, IN REAL tension) argument
906 DrawCurve(IN const Pen* pen, IN const PointF* points, IN INT count, IN INT offset, IN INT numberOfSegments, IN REAL tension = 0.5f) argument
920 DrawCurve(IN const Pen* pen, IN const Point* points, IN INT count) argument
930 DrawCurve(IN const Pen* pen, IN const Point* points, IN INT count, IN REAL tension) argument
942 DrawCurve(IN const Pen* pen, IN const Point* points, IN INT count, IN INT offset, IN INT numberOfSegments, IN REAL tension = 0.5f) argument
959 DrawClosedCurve(IN const Pen* pen, IN const PointF* points, IN INT count) argument
968 DrawClosedCurve(IN const Pen *pen, IN const PointF* points, IN INT count, IN REAL tension) argument
980 DrawClosedCurve(IN const Pen* pen, IN const Point* points, IN INT count) argument
990 DrawClosedCurve(IN const Pen *pen, IN const Point* points, IN INT count, IN REAL tension) argument
2578 GetNativePen(const Pen* pen) argument
2681 IsOutlineVisible( IN REAL x, IN REAL y, IN const Pen* pen, IN const Graphics* g) const argument
2704 IsOutlineVisible( IN INT x, IN INT y, IN const Pen* pen, IN const Graphics* g) const argument
[all...]
H A DGdiPlusFlat.h239 GpPen *pen,
247 GdipWidenPathWithMinimumResolutions(GpPath *path, GpPen *pen, REAL minXres,
263 GDIPCONST GpPen *pen);
267 GDIPCONST GpPen *pen);
278 GdipIsOutlineVisiblePathPoint(GpPath* path, REAL x, REAL y, GpPen *pen,
282 GdipIsOutlineVisiblePathPointI(GpPath* path, INT x, INT y, GpPen *pen,
923 GdipCreatePen1(ARGB color, REAL width, GpUnit unit, GpPen **pen);
927 GpPen **pen);
930 GdipClonePen(GpPen *pen, GpPen **clonepen);
933 GdipDeletePen(GpPen *pen);
[all...]
H A DGdiPlusPen.h18 // class for various pen types
227 // Set/get pen mode
242 // Set/get pen transform
479 Pen(const Pen& pen) argument
481 pen;
486 Pen& operator=(const Pen& pen) argument
488 pen;
H A DGdiPlusPath.h742 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, argument
808 return SetStatus(DllExports::GdipWidenPathWithMinimumResolutions(nativePath, pen->nativePen,
820 Status Widen(IN const Pen* pen, argument
830 return SetStatus(DllExports::GdipWidenPathWithMinimumResolutions(nativePath, pen->nativePen,
956 IN const Pen* pen,
959 return IsOutlineVisible(point.X, point.Y, pen,
773 Widen( IN const Pen* pen, IN const Matrix* matrix = NULL, IN REAL flatness = FlatnessDefault ) argument
955 IsOutlineVisible(IN const PointF& point, IN const Pen* pen, IN const Graphics* g = NULL) const argument
967 IsOutlineVisible(IN const Point& point, IN const Pen* pen, IN const Graphics* g = NULL) const argument
[all...]
/external/fonttools/Lib/fontTools/misc/
H A DpsCharStrings.py263 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
[all...]
/external/fonttools/Tools/fontTools/misc/
H A DpsCharStrings.py263 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
[all...]
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_gdipext.cpp185 typedef GpStatus (WINGDIPAPI *FuncType_GdipSetPenDashStyle)(GpPen *pen, GpDashStyle dashstyle);
186 typedef GpStatus (WINGDIPAPI *FuncType_GdipSetPenDashArray)(GpPen *pen, GDIPCONST REAL *dash, INT count);
187 typedef GpStatus (WINGDIPAPI *FuncType_GdipSetPenDashCap197819)(GpPen *pen, GpDashCap dashCap);
188 typedef GpStatus (WINGDIPAPI *FuncType_GdipSetPenLineJoin)(GpPen *pen, GpLineJoin lineJoin);
189 typedef GpStatus (WINGDIPAPI *FuncType_GdipSetPenWidth)(GpPen *pen, REAL width);
196 typedef GpStatus (WINGDIPAPI *FuncType_GdipCreatePen1)(ARGB color, REAL width, GpUnit unit, GpPen **pen);
197 typedef GpStatus (WINGDIPAPI *FuncType_GdipSetPenMiterLimit)(GpPen *pen, REAL miterLimit);
198 typedef GpStatus (WINGDIPAPI *FuncType_GdipDrawPath)(GpGraphics *graphics, GpPen *pen, GpPath *path);
199 typedef GpStatus (WINGDIPAPI *FuncType_GdipDeletePen)(GpPen *pen);
219 typedef GpStatus (WINGDIPAPI *FuncType_GdipDrawLineI)(GpGraphics *graphics, GpPen *pen, in
[all...]
/external/fonttools/Lib/fontTools/ttLib/
H A D__init__.py700 that it has a .draw() method that takes a pen object as its only
709 def draw(self, pen):
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])
752 pen.qCurveTo(*contour[:nextOnCurve])
755 pen.closePath()
/external/fonttools/Tools/fontTools/ttLib/
H A D__init__.py700 that it has a .draw() method that takes a pen object as its only
709 def draw(self, pen):
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])
752 pen.qCurveTo(*contour[:nextOnCurve])
755 pen.closePath()
/external/chromium_org/skia/ext/
H A Dvector_platform_device_emf_win.cc742 // No pen case
748 // Use the stock pen if the stroke width is 0.
750 // Create a pen with the right color.
755 // Load a custom pen.
760 HPEN pen = ExtCreatePen(pen_style, stroke_width, &brush, 0, NULL); local
761 SkASSERT(pen != NULL);
762 previous_pen_ = SelectObject(pen);
813 // Make sure that for transparent color, no pen is used.
/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 ...
/external/bison/build-aux/
H A Dtexinfo.tex186 ap-pen-dix bit-map bit-maps

Completed in 1824 milliseconds