Home
last modified time | relevance | path

Searched +defs:text +defs:width (Results 1 – 25 of 215) sorted by relevance

123456789

/third_party/python/Lib/
Dtextwrap.py116 width=70, argument
146 def _munge_whitespace(self, text): argument
160 def _split(self, text): argument
200 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
344 def _split_chunks(self, text): argument
350 def wrap(self, text): argument
364 def fill(self, text): argument
376 def wrap(text, width=70, **kwargs): argument
389 def fill(text, width=70, **kwargs): argument
401 def shorten(text, width, **kwargs): argument
[all …]
/third_party/lzma/CPP/Windows/Control/
DListView.cpp15 int x, int y, int width, int height, in CreateEx()
34 int CListView::InsertColumn(int columnIndex, LPCTSTR text, int width) in InsertColumn()
44 int CListView::InsertItem(int index, LPCTSTR text) in InsertItem()
55 int CListView::SetSubItem(int index, int subIndex, LPCTSTR text) in SetSubItem()
67 int CListView::InsertColumn(int columnIndex, LPCWSTR text, int width) in InsertColumn()
77 int CListView::InsertItem(int index, LPCWSTR text) in InsertItem()
88 int CListView::SetSubItem(int index, int subIndex, LPCWSTR text) in SetSubItem()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDemoTextBox.java18 public DemoTextBox(Graphics g, String text, int width) in DemoTextBox()
90 private String text; field in DemoTextBox
94 private int width; field in DemoTextBox
/third_party/node/deps/npm/node_modules/jackspeak/dist/cjs/
Dindex.js13 const width = Math.min((process && process.stdout && process.stdout.columns) || 80, 80); constant
427 heading(text, level) { argument
431 this.#fields.push({ type: 'heading', text, level }); property
437 description(text, { pre } = {}) { argument
438 this.#fields.push({ type: 'description', text, pre }); property
541 const ui = (0, cliui_1.default)({ width }); field
547 text: normalize(first.text), property
550 ui.div({ padding: [0, 0, 0, 0], text: 'Usage:' }); property
553 text: this.#options.usage, property
583 text: usage, property
[all …]
/third_party/node/deps/npm/node_modules/jackspeak/dist/mjs/
Dindex.js7 const width = Math.min((process && process.stdout && process.stdout.columns) || 80, 80); constant
419 heading(text, level) { argument
423 this.#fields.push({ type: 'heading', text, level }); property
429 description(text, { pre } = {}) { argument
430 this.#fields.push({ type: 'description', text, pre }); property
533 const ui = cliui({ width }); field
539 text: normalize(first.text), property
542 ui.div({ padding: [0, 0, 0, 0], text: 'Usage:' }); property
545 text: this.#options.usage, property
575 text: usage, property
[all …]
/third_party/node/deps/npm/node_modules/@isaacs/cliui/build/lib/
Dindex.js72 colFromString(text) { argument
135 text: str.replace(/ +$/, ''), property
275 function alignRight(str, width) { argument
283 function alignCenter(str, width) { argument
298 width: (opts === null || opts === void 0 ? void 0 : opts.width) || getWindowWidth(), property
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-name.cc72 typename out_utf_t::codepoint_t *text /* OUT */) in hb_ot_name_convert_utf()
119 typename utf_t::codepoint_t *text /* OUT */) in hb_ot_name_get_utf()
126 unsigned int width; in hb_ot_name_get_utf() local
170 char *text /* OUT */) in hb_ot_name_get_utf8()
198 uint16_t *text /* OUT */) in hb_ot_name_get_utf16()
225 uint32_t *text /* OUT */) in hb_ot_name_get_utf32()
/third_party/curl/docs/examples/
Dmulti-debugcallback.c41 static void dump(const char *text, FILE *stream, unsigned char *ptr, in dump()
47 unsigned int width = 0x10; in dump() local
95 const char *text; in my_trace() local
Ddebug.c36 void dump(const char *text, in dump()
43 unsigned int width = 0x10; in dump() local
92 const char *text; in my_trace() local
Dhttp2-download.c57 void dump(const char *text, int num, unsigned char *ptr, size_t size, in dump()
63 unsigned int width = 0x10; in dump() local
110 const char *text; in my_trace() local
Dhttp2-serverpush.c44 void dump(const char *text, unsigned char *ptr, size_t size, in dump()
50 unsigned int width = 0x10; in dump() local
97 const char *text; in my_trace() local
/third_party/curl/tests/libtest/
Dtesttrace.c36 void libtest_debug_dump(const char *timebuf, const char *text, FILE *stream, in libtest_debug_dump()
42 unsigned int width = 0x10; in libtest_debug_dump() local
93 const char *text; in libtest_debug_cb() local
/third_party/python/Lib/idlelib/
Dstatusbar.py10 def set_label(self, name, text='', side='left', width=0): argument
/third_party/skia/src/utils/
DSkTextUtils.cpp13 void SkTextUtils::Draw(SkCanvas* canvas, const void* text, size_t size, SkTextEncoding encoding, in Draw()
17 SkScalar width = font.measureText(text, size, encoding); in Draw() local
27 void SkTextUtils::GetPath(const void* text, size_t length, SkTextEncoding encoding, in GetPath()
/third_party/mesa3d/src/gallium/tests/graw/
Dfs-write-z.c13 static int width = 300; variable
113 const char *text = in set_vertex_shader() local
132 const char *text = in set_fragment_shader() local
Dfs-frontface.c11 static int width = 300; variable
109 const char *text = in set_vertex_shader() local
128 const char *text = in set_fragment_shader() local
Dfs-fragcoord.c13 static int width = 300; variable
87 const char *text = in set_vertex_shader() local
160 const char *text; in set_fragment_shader() local
Docclusion-query.c10 static int width = 300; variable
112 const char *text = in set_vertex_shader() local
135 const char *text = in set_fragment_shader() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DListFormatter.java48 public String getTwoPattern(String text); in getTwoPattern()
49 public String getEndPattern(String text); in getEndPattern()
317 public static ListFormatter getInstance(ULocale locale, Type type, Width width) { in getInstance()
333 public static ListFormatter getInstance(Locale locale, Type type, Width width) { in getInstance()
457 public String getTwoPattern(String text) { return twoPattern; } in getTwoPattern()
460 public String getEndPattern(String text) { return endPattern; } in getEndPattern()
477 public String getTwoPattern(String text) { in getTwoPattern()
486 public String getEndPattern(String text) { in getEndPattern()
690 static String typeWidthToStyleString(Type type, Width width) { in typeWidthToStyleString()
/third_party/skia/experimental/sktext/editor/
DEditor.cpp10 std::unique_ptr<Editor> Editor::Make(std::u16string text, SkSize size) { in Make()
14 Editor::Editor(std::u16string text, SkSize size) in Editor()
117 void Editor::onResize(int width, int height) { in onResize()
274 std::unique_ptr<Editor> Editor::MakeDemo(SkScalar width, SkScalar height) { in MakeDemo()
/third_party/skia/experimental/sktext/samples/
DText.cpp47 const std::u16string& text, in drawLine()
68 std::u16string mirror(const std::u16string& text) { in mirror()
81 std::u16string normal(const std::u16string& text) { in normal()
94 SkScalar width = this->width() / 4; in onDrawContent() local
146 std::u16string mirror(const std::string& text) { in mirror()
/third_party/skia/experimental/sktext/src/
DPaint.cpp5 namespace text { namespace
7 bool Paint::drawText(std::u16string text, SkCanvas* canvas, SkScalar x, SkScalar y) { in drawText()
13 bool Paint::drawText(std::u16string text, SkCanvas* canvas, SkScalar width) { in drawText()
21 bool Paint::drawText(std::u16string text, SkCanvas* canvas, in drawText()
30 bool Paint::drawText(std::u16string text, SkCanvas* canvas, in drawText()
77 std::unique_ptr<WrappedText> Paint::layout(std::u16string text, in layout()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DListFormatter.java48 public String getTwoPattern(String text); in getTwoPattern()
49 public String getEndPattern(String text); in getEndPattern()
381 public static ListFormatter getInstance(ULocale locale, Type type, Width width) { in getInstance()
397 public static ListFormatter getInstance(Locale locale, Type type, Width width) { in getInstance()
530 public String getTwoPattern(String text) { return twoPattern; } in getTwoPattern()
533 public String getEndPattern(String text) { return endPattern; } in getEndPattern()
550 public String getTwoPattern(String text) { in getTwoPattern()
559 public String getEndPattern(String text) { in getEndPattern()
759 static String typeWidthToStyleString(Type type, Width width) { in typeWidthToStyleString()
/third_party/curl/tests/http/clients/
Dh2-serverpush.c46 void dump(const char *text, unsigned char *ptr, size_t size, in dump()
52 unsigned int width = 0x10; in dump() local
99 const char *text; in my_trace() local
/third_party/skia/modules/skshaper/src/
DSkShaper_primitive.cpp75 static size_t linebreak(const char text[], const char stop[], in linebreak()
76 const SkFont& font, SkScalar width, in linebreak()
139 SkScalar width, in shape()
164 SkScalar width, in shape()
176 SkScalar width, in shape()

123456789