/third_party/flutter/skia/tools/lua/ |
D | count_dashes.lua | 13 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/ |
D | aubinator_error_decode.c | 427 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()
|
D | error2aub.c | 381 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/ |
D | gen_extensions.py | 356 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/ |
D | completion.js | 217 var dashes = split[1] 223 return dashes + c 225 return dashes + (no || 'no-') + f
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
D | canvas2dcontext.js | 954 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/ |
D | canvas2dcontext.js | 970 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/ |
D | SkSVGAttributeParser.cpp | 631 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/ |
D | SampleDegenerateQuads.cpp | 256 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/ |
D | SampleDegenerateQuads.cpp | 250 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/ |
D | README.md | 18 Note that if the base name contains spaces, dashes or periods,
|
/third_party/skia/modules/svg/src/ |
D | SkSVGAttributeParser.cpp | 753 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/ |
D | dashing.cpp | 659 float dashes[] = {2.f, 2.f}; variable 660 p.setPathEffect(SkDashPathEffect::Make(dashes, 2, 0.f));
|
/third_party/node/deps/cares/ |
D | aminclude_static.am | 77 # sanitizes the test-name: replaces with underscores: dashes and dots
|
/third_party/node/doc/guides/ |
D | doc-style-guide.md | 12 `lowercase-with-dashes.md`.
|
/third_party/libinput/doc/user/ |
D | meson.build | 31 # *mostly* used underscores, now we're consistent with dashes.
|
/third_party/node/deps/cares/m4/ |
D | ax_code_coverage.m4 | 155 # sanitizes the test-name: replaces with underscores: dashes and dots
|
/third_party/skia/third_party/externals/harfbuzz/m4/ |
D | ax_code_coverage.m4 | 242 # sanitizes the test-name: replaces with underscores: dashes and dots
|
/third_party/harfbuzz/m4/ |
D | ax_code_coverage.m4 | 242 # sanitizes the test-name: replaces with underscores: dashes and dots
|
/third_party/skia/src/xps/ |
D | SkXPSDevice.cpp | 1483 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/ |
D | SkXPSDevice.cpp | 1494 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/ |
D | conf.py.in | 158 # If true, SmartyPants will be used to convert quotes and dashes to
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | moving-plugins | 57 - use dashes in object property names to separate words
|
/third_party/python/Doc/library/ |
D | wsgiref.rst | 246 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/ |
D | wizard.txt | 157 legibility, commas or dashes can be placed between values. (Actually, any
|