Home
last modified time | relevance | path

Searched refs:pen (Results 1 – 25 of 34) sorted by relevance

12

/external/libvterm/src/
Dpen.c129 VTermColor *colp = (attr == VTERM_ATTR_BACKGROUND) ? &state->pen.bg : &state->pen.fg; in set_pen_col_ansi()
148 state->pen.bold = 0; setpenattr_bool(state, VTERM_ATTR_BOLD, 0); in vterm_state_resetpen()
149 state->pen.underline = 0; setpenattr_int( state, VTERM_ATTR_UNDERLINE, 0); in vterm_state_resetpen()
150 state->pen.italic = 0; setpenattr_bool(state, VTERM_ATTR_ITALIC, 0); in vterm_state_resetpen()
151 state->pen.blink = 0; setpenattr_bool(state, VTERM_ATTR_BLINK, 0); in vterm_state_resetpen()
152 state->pen.reverse = 0; setpenattr_bool(state, VTERM_ATTR_REVERSE, 0); in vterm_state_resetpen()
153 state->pen.strike = 0; setpenattr_bool(state, VTERM_ATTR_STRIKE, 0); in vterm_state_resetpen()
154 state->pen.font = 0; setpenattr_int( state, VTERM_ATTR_FONT, 0); in vterm_state_resetpen()
158 …state->pen.fg = state->default_fg; setpenattr_col(state, VTERM_ATTR_FOREGROUND, state->default_fg… in vterm_state_resetpen()
159 …state->pen.bg = state->default_bg; setpenattr_col(state, VTERM_ATTR_BACKGROUND, state->default_bg… in vterm_state_resetpen()
[all …]
Dscreen.c36 ScreenPen pen; member
68 ScreenPen pen; member
92 new_cell->pen = screen->pen; in realloc_buffer()
183 cell->pen = screen->pen; in putglyph()
198 cell->pen.protected_cell = info->protected_cell; in putglyph()
199 cell->pen.dwl = info->dwl; in putglyph()
200 cell->pen.dhl = info->dhl; in putglyph()
275 if(selective && cell->pen.protected_cell) in erase_internal()
279 cell->pen = screen->pen; in erase_internal()
280 cell->pen.dwl = info->doublewidth; in erase_internal()
[all …]
Dvterm_internal.h101 struct VTermPen pen; member
116 struct VTermPen pen; member
/external/fonttools/Lib/fontTools/pens/
DboundsPen.py82 def draw(pen): argument
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
90 draw(pen)
91 print(pen.bounds)
93 pen = BoundsPen(None) variable
[all …]
DtransformPen.py61 pen = TransformPen(_TestPen(None), (2, 0, 0.5, 2, -10, 0)) variable
62 pen.moveTo((0, 0))
63 pen.lineTo((0, 100))
64 pen.curveTo((50, 75), (60, 50), (50, 25), (0, 0))
65 pen.closePath()
DbasePen.py354 pen = _TestPen(None) variable
355 pen.moveTo((0, 0))
356 pen.lineTo((0, 100))
357 pen.curveTo((50, 75), (60, 50), (50, 25), (0, 0))
358 pen.closePath()
360 pen = _TestPen(None) variable
362 pen.qCurveTo((0, 0), (0, 100), (100, 100), (100, 0), None)
363 pen.closePath()
DreportLabPen.py56 pen = ReportLabPen(gs, Path(fillColor=colors.red, strokeWidth=5)) variable
58 g.draw(pen)
65 g = Group(pen.path)
/external/fonttools/Lib/fontTools/misc/
DpsCharStrings.py263 def draw(self, pen): argument
265 extractor = T2OutlineExtractor(pen, subrs, self.globalSubrs,
479 def draw(self, pen): argument
480 extractor = T1OutlineExtractor(pen, self.subrs)
637 def __init__(self, pen, localSubrs, globalSubrs, nominalWidthX, defaultWidthX): argument
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))
674 self.pen.closePath()
[all …]
/external/llvm/test/CodeGen/X86/
D2010-03-17-ISelBug.ll53 ….bufBit_s]], [2 x [256 x %struct.bufBit_s]]* %colourLines, i32 undef, i32 %pen.1100, i32 %conv268.…
63 …%pen.1100 = phi i32 [ 0, %entry ], [ %inc230, %for.body261.i ], [ %inc230, %for.body190 ] ; <i32> …
64 ….bufBit_s]], [2 x [256 x %struct.bufBit_s]]* %colourLines, i32 undef, i32 %pen.1100, i32 0, i32 1 …
65 %inc230 = add i32 %pen.1100, 1 ; <i32> [#uses=2]
Dbswap-inline-asm.ll20 ; CHECK-LABEL: pen:
22 define i32 @pen(i32 %x) nounwind {
/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp194 GpPen* pen,
196 typedef GpStatus(WINGDIPAPI* FuncType_GdipSetPenDashArray)(GpPen* pen,
200 GpPen* pen,
202 typedef GpStatus(WINGDIPAPI* FuncType_GdipSetPenLineJoin)(GpPen* pen,
204 typedef GpStatus(WINGDIPAPI* FuncType_GdipSetPenWidth)(GpPen* pen, REAL width);
221 GpPen** pen);
222 typedef GpStatus(WINGDIPAPI* FuncType_GdipSetPenMiterLimit)(GpPen* pen,
225 GpPen* pen,
227 typedef GpStatus(WINGDIPAPI* FuncType_GdipDeletePen)(GpPen* pen);
292 GpPen* pen,
[all …]
/external/fonttools/Lib/fontTools/ttLib/
D__init__.py709 def draw(self, pen): argument
722 pen.addComponent(glyphName, transform)
738 pen.qCurveTo(*contour)
746 pen.moveTo(contour[-1])
750 pen.lineTo(contour[0])
752 pen.qCurveTo(*contour[:nextOnCurve])
755 pen.closePath()
/external/libvterm/
DAndroid.mk17 src/pen.c \
/external/icu/icu4c/source/data/misc/
DkeyTypeData.txt324 pen{""}
/external/skia/site/user/api/
Dskcanvas.md45 store any other drawing attributes in the context (e.g. color, pen
/external/icu/icu4c/source/data/translit/
Des_FONIPA_zh.txt333 pen } $not_vowel → 彭 ;
DLatin_Bopomofo.txt124 pen }$pTone ↔ ㄆㄣ }$zTone;
125 pen → ㄆㄣ˙;
/external/icu/icu4c/source/data/curr/
Dcs.txt1069 "evropská peněžní jednotka",
2870 few{"evropské peněžní jednotky"}
2871 many{"evropské peněžní jednotky"}
2872 one{"evropská peněžní jednotka"}
2873 other{"evropských peněžních jednotek"}
/external/hyphenation-patterns/da/
Dhyph-da.pat.txt711 3pen
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt1082 簽名 < to\-sign\-\(one''s\-name\-with\-a\-pen\,\-etc\.\);
1301 筆桿 < the\-shaft\-of\-a\-pen\-or\-writing\-brush;
3917 牿 < shed\-or\-pen\-for\-cattle;
4480 㘡 < a\-pen\-for\-wild\-beasts;
6975 筆帽 < the\-cap\-of\-a\-pen;
7560 筆誤 < a\-slip\-of\-a\-pen;
8649 圓珠筆 < ball\-point\-pen;
8998 錡 < a\-kind\-of\-pen;
9136 筆筒 < pen\-container;
10162 鋼筆 < fountain\-pen;
[all …]
/external/avahi/po/
Dhu.po768 " -H --host=TARTOMÁNY A szolgáltatás ezen a gépen található\n"
/external/skia/src/animator/
DSkAnimateSchema.xsd1978 <!-- @attribute stroke Stroke draws the outline of geometry according to the pen attributes.
1985 <!-- @attribute strokeMiter StrokeMiter limits the pen's joins on narrow angles. -->
1987 <!-- @attribute strokeWidth StrokeWidth specifies the width of the pen. -->
/external/hyphenation-patterns/nn/
Dhyph-nn.pat.txt1433 .så5pen
5213 dø4pen
12301 kå7pen
16230 nså7pen
17918 2penå
/external/hyphenation-patterns/nb/
Dhyph-nb.pat.txt1433 .så5pen
5213 dø4pen
12301 kå7pen
16230 nså7pen
17918 2penå
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt843 囿>'[pen up]';

12