Home
last modified time | relevance | path

Searched refs:dashes (Results 1 – 25 of 67) sorted by relevance

123

/third_party/flutter/skia/tools/lua/
Dcount_dashes.lua13 dashes = 0
29 dashes = dashes + 1
30 pathPieces[dashes] = 0
37 pathPieces[dashes] = pathPieces[dashes] + 1
59 io.write(string.format("%d %d %d\n", 2*dashes, pieces5, pieces10))
/third_party/mesa3d/src/intel/tools/
Daubinator_error_decode.c427 char *dashes; in read_data_file() local
448 dashes = strstr(line, "---"); in read_data_file()
449 if (dashes) { in read_data_file()
470 ring_name = malloc(dashes - line); in read_data_file()
471 strncpy(ring_name, line, dashes - line); in read_data_file()
472 ring_name[dashes - line - 1] = '\0'; in read_data_file()
474 dashes += 4; in read_data_file()
476 if (strncasecmp(dashes, b->match, strlen(b->match)) == 0) in read_data_file()
485 dashes = strchr(dashes, '='); in read_data_file()
486 if (dashes && sscanf(dashes, "= 0x%08x %08x\n", &hi, &lo)) in read_data_file()
Derror2aub.c381 char *dashes = strstr(line, " --- "); in main() local
382 if (dashes) { in main()
383 dashes += 5; in main()
388 char *bo_address_str = strchr(dashes, '='); in main()
407 if (strncasecmp(dashes, b->match, strlen(b->match)) == 0) in main()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dgen_extensions.py356 dashes = ' | '.join([(':%s:' % ('-' * (len(config) - 2))) for config in md_gpu_configs])
357 return _MD_TABLE_HEADER_TEMPLATE.format(configs=configs, dashes=dashes)
/third_party/node/deps/npm/lib/
Dcompletion.js217 var dashes = split[1]
223 return dashes + c
225 return dashes + (no || 'no-') + f
/third_party/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js954 this.setLineDash = function(dashes) { argument
955 for (var i = 0; i < dashes.length; i++) {
956 if (!isFinite(dashes[i]) || dashes[i] < 0) {
961 if (dashes.length % 2 === 1) {
964 Array.prototype.push.apply(dashes, dashes); argument
966 this._lineDashList = dashes;
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js970 this.setLineDash = function(dashes) { argument
971 for (var i = 0; i < dashes.length; i++) {
972 if (!isFinite(dashes[i]) || dashes[i] < 0) {
977 if (dashes.length % 2 === 1) {
980 Array.prototype.push.apply(dashes, dashes); argument
982 this._lineDashList = dashes;
/third_party/flutter/skia/experimental/svg/model/
DSkSVGAttributeParser.cpp631 SkTDArray<SkSVGLength> dashes; in parseDashArray() local
639 dashes.push_back(dash); in parseDashArray()
644 *dashArray = SkSVGDashArray(std::move(dashes)); in parseDashArray()
/third_party/skia/samplecode/
DSampleDegenerateQuads.cpp256 sk_sp<SkPathEffect> dashes = SkDashPathEffect::Make(kDashParams, 2, 0.f); in onDrawContent() local
331 linePaint.setPathEffect(dashes); in onDrawContent()
363 domainPaint.setPathEffect(dashes); in onDrawContent()
/third_party/flutter/skia/samplecode/
DSampleDegenerateQuads.cpp250 sk_sp<SkPathEffect> dashes = SkDashPathEffect::Make(kDashParams, 2, 0.f); in onDrawContent() local
325 linePaint.setPathEffect(dashes); in onDrawContent()
357 domainPaint.setPathEffect(dashes); in onDrawContent()
/third_party/openssl/crypto/objects/
DREADME.md18 Note that if the base name contains spaces, dashes or periods,
/third_party/skia/modules/svg/src/
DSkSVGAttributeParser.cpp753 SkTDArray<SkSVGLength> dashes; in parse() local
761 dashes.push_back(dash); in parse()
766 *dashArray = SkSVGDashArray(std::move(dashes)); in parse()
/third_party/skia/gm/
Ddashing.cpp659 float dashes[] = {2.f, 2.f}; variable
660 p.setPathEffect(SkDashPathEffect::Make(dashes, 2, 0.f));
/third_party/node/deps/cares/
Daminclude_static.am77 # sanitizes the test-name: replaces with underscores: dashes and dots
/third_party/node/doc/guides/
Ddoc-style-guide.md12 `lowercase-with-dashes.md`.
/third_party/libinput/doc/user/
Dmeson.build31 # *mostly* used underscores, now we're consistent with dashes.
/third_party/node/deps/cares/m4/
Dax_code_coverage.m4155 # sanitizes the test-name: replaces with underscores: dashes and dots
/third_party/skia/third_party/externals/harfbuzz/m4/
Dax_code_coverage.m4242 # sanitizes the test-name: replaces with underscores: dashes and dots
/third_party/harfbuzz/m4/
Dax_code_coverage.m4242 # sanitizes the test-name: replaces with underscores: dashes and dots
/third_party/skia/src/xps/
DSkXPSDevice.cpp1483 SkTScopedComPtr<IXpsOMDashCollection> dashes; in shadePath() local
1484 HRM(shadedPath->GetStrokeDashes(&dashes), in shadePath()
1489 HRM(dashes->Append(&dash), "Could not add dashes to shaded path."); in shadePath()
/third_party/flutter/skia/src/xps/
DSkXPSDevice.cpp1494 SkTScopedComPtr<IXpsOMDashCollection> dashes; in shadePath() local
1495 HRM(shadedPath->GetStrokeDashes(&dashes), in shadePath()
1500 HRM(dashes->Append(&dash), "Could not add dashes to shaded path."); in shadePath()
/third_party/nghttp2/doc/
Dconf.py.in158 # If true, SmartyPants will be used to convert quotes and dashes to
/third_party/gstreamer/gstreamer/docs/random/
Dmoving-plugins57 - use dashes in object property names to separate words
/third_party/python/Doc/library/
Dwsgiref.rst246 Underscores in parameter names are converted to dashes, since dashes are illegal
247 in Python identifiers, but many MIME parameter names include dashes. If the
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dwizard.txt157 legibility, commas or dashes can be placed between values. (Actually, any

123