Home
last modified time | relevance | path

Searched defs:maxWidth (Results 1 – 25 of 63) sorted by relevance

123

/third_party/node/deps/npm/lib/search/
Dformat-package-stream.js70 name: { minWidth: 25, maxWidth: 25, truncate: false, truncateMarker: '' }, property
71 description: { minWidth: 20, maxWidth: 20 }, property
72 author: { minWidth: 15, maxWidth: 15 }, property
73 date: { maxWidth: 11 }, property
74 version: { minWidth: 8, maxWidth: 8 }, property
75 keywords: { maxWidth: Infinity } property
/third_party/node/deps/npm/node_modules/ansi-align/
Dindex.js55 function halfDiff (maxWidth, curWidth) { argument
59 function fullDiff (maxWidth, curWidth) { argument
/third_party/flutter/skia/modules/skparagraph/src/
DTextWrapper.cpp10 void TextWrapper::lookAhead(SkScalar maxWidth, Cluster* endOfClusters) { in lookAhead()
142 SkScalar maxWidth, in breakTextIntoLines()
DTextLine.cpp134 void TextLine::format(TextAlign effectiveAlign, SkScalar maxWidth) { in format()
392 void TextLine::justify(SkScalar maxWidth) { in justify()
452 void TextLine::createEllipsis(SkScalar maxWidth, const SkString& ellipsis, bool) { in createEllipsis()
DParagraphImpl.cpp402 void ParagraphImpl::breakShapedTextIntoLines(SkScalar maxWidth) { in breakShapedTextIntoLines()
434 void ParagraphImpl::formatLines(SkScalar maxWidth) { in formatLines()
/third_party/typescript/tests/cases/compiler/
DunknownSymbolOffContextualType1.ts18 var maxWidth = widths.reduce(function (a, b) { variable
/third_party/skia/modules/skparagraph/src/
DTextWrapper.cpp40 void TextWrapper::lookAhead(SkScalar maxWidth, Cluster* endOfClusters) { in lookAhead()
262 SkScalar maxWidth, in breakTextIntoLines()
DTextLine.cpp244 void TextLine::format(TextAlign align, SkScalar maxWidth) { in format()
423 void TextLine::justify(SkScalar maxWidth) { in justify()
505 void TextLine::createEllipsis(SkScalar maxWidth, const SkString& ellipsis, bool) { in createEllipsis()
DParagraphImpl.cpp513 void ParagraphImpl::breakShapedTextIntoLines(SkScalar maxWidth) { in breakShapedTextIntoLines()
548 void ParagraphImpl::formatLines(SkScalar maxWidth) { in formatLines()
/third_party/node/deps/npm/node_modules/cli-table3/src/
Dlayout-manager.js25 function maxWidth(table) { function
173 maxWidth: maxWidth, property
/third_party/node/deps/npm/node_modules/columnify/
Dindex.js18 maxWidth: Infinity, property
Dcolumnify.js23 maxWidth: Infinity, property
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DHorizontalDeviceMetricsTable.java77 public int maxWidth(int recordIx) { in maxWidth() method in HorizontalDeviceMetricsTable
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DHorizontalDeviceMetricsTable.java77 public int maxWidth(int recordIx) { in maxWidth() method in HorizontalDeviceMetricsTable
/third_party/harfbuzz/src/
Dhb-ot-hdmx-table.hh76 HBUINT8 maxWidth; /* Maximum width. */ member
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-hdmx-table.hh76 HBUINT8 maxWidth; /* Maximum width. */ member
/third_party/vk-gl-cts/modules/egl/
DteglMemoryStressTests.cpp105 …nfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight,… in MemoryAllocator()
322 int maxWidth; member
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-hdmx-table.hh76 HBUINT8 maxWidth; /* Maximum width. */ member
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdadaptationsetnode.h46 guint maxWidth; member
/third_party/typescript/src/testRunner/parallel/
Dhost.ts87 const maxWidth = Base.window.width - open.length - close.length - 34; constant
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.cpp1082 const deUint32 maxWidth = getMaxWidth(); in makeTessellationEvaluationFrameBufferTest() local
1267 const deUint32 maxWidth = getMaxWidth(); in makeGeometryFrameBufferTest() local
1431 const deUint32 maxWidth = getMaxWidth(); in allStages() local
1717 const deUint32 maxWidth = getMaxWidth(); in makeVertexFrameBufferTest() local
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DIcuTextWriter.java217 int maxWidth = Math.max(68, 80 - Math.min(4, rbPath.length()) * INDENT.length()); in appendValues() local
/third_party/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js672 this.fillText = function(text, x, y, maxWidth) { argument
1078 this.strokeText = function(text, x, y, maxWidth) { argument
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js691 this.fillText = function(text, x, y, maxWidth) { argument
1084 this.strokeText = function(text, x, y, maxWidth) { argument
/third_party/node/deps/npm/node_modules/yargs/lib/
Dusage.js360 function maxWidth (table, theWrap, modifier) { function

123