Home
last modified time | relevance | path

Searched defs:lineLength (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/
DDebuggingOutputStream.java27 private int lineLength; field in DebuggingOutputStream
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_permutation.cpp172 int32_t lineLength; in testPermutations() local
Ddatadrivennumberformattestsuite.cpp189 int32_t lineLength; in readLine() local
Drbbimonkeytest.cpp293 int32_t lineLength = 0; in compileRules() local
Dlocalematchertest.cpp653 int32_t lineLength; in testDataDriven() local
Dcollationtest.cpp974 int32_t lineLength; in readNonEmptyLine() local
/third_party/node/deps/npm/lib/commands/
Dcompletion.js116 lineLength: line.length, property
/third_party/skia/samplecode/
DSampleChineseFling.cpp216 void createRandomLine(SkUnichar glyphs[45], int lineLength) { in createRandomLine()
/third_party/popt/src/
Dpopthelp.c206 singleOptionDefaultValue(size_t lineLength, in singleOptionDefaultValue()
290 size_t lineLength = columns->max - indentLength; in singleOptionHelp() local
/third_party/icu/icu4c/source/tools/gendict/
Dgendict.cpp224 int32_t lineLength; in readLine() local
/third_party/skia/third_party/externals/icu/source/tools/gendict/
Dgendict.cpp224 int32_t lineLength; in readLine() local
/third_party/skia/gm/
Ddashing.cpp199 SkScalar lineLength, in drawDashedLines()
/third_party/icu/icu4c/source/test/perf/dicttrieperf/
Ddicttrieperf.cpp630 int32_t lineLength=lines[i].len; in call() local
/third_party/icu/tools/unicode/c/genuca/
Dgenuca.cpp686 int32_t lineLength = (int32_t)uprv_strlen(line); in readAnElement() local
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp4435 int lineLength = 4 + (size - 1) * 2; // '[ ' + ', '*n + ' ]' in isMultineArray() local
4655 int lineLength = 4 + (size - 1) * 2; // '[ ' + ', '*n + ' ]' in isMultineArray() local
4931 int lineLength = 4 + (size - 1) * 2; // '[ ' + ', '*n + ' ]' in isMultineArray() local
/third_party/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp4490 int lineLength = 4 + (size - 1) * 2; // '[ ' + ', '*n + ' ]' in isMultineArray() local
4709 int lineLength = 4 + (size - 1) * 2; // '[ ' + ', '*n + ' ]' in isMultineArray() local
4992 int lineLength = 4 + (size - 1) * 2; // '[ ' + ', '*n + ' ]' in isMultineArray() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp4435 int lineLength = 4 + (size - 1) * 2; // '[ ' + ', '*n + ' ]' in isMultineArray() local
4655 int lineLength = 4 + (size - 1) * 2; // '[ ' + ', '*n + ' ]' in isMultineArray() local
4931 int lineLength = 4 + (size - 1) * 2; // '[ ' + ', '*n + ' ]' in isMultineArray() local
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp4435 int lineLength = 4 + (size - 1) * 2; // '[ ' + ', '*n + ' ]' in isMultineArray() local
4655 int lineLength = 4 + (size - 1) * 2; // '[ ' + ', '*n + ' ]' in isMultineArray() local
4931 int lineLength = 4 + (size - 1) * 2; // '[ ' + ', '*n + ' ]' in isMultineArray() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_parse_utils.cpp1854 uint32 lineLength = 0; in DumpXMP() local
/third_party/skia/src/gpu/ops/
DDashOp.cpp512 SkScalar lineLength = SkPoint::Distance(devicePts[0], devicePts[1]); in onPrepareDraws() local
/third_party/vk-gl-cts/framework/common/
DtcuRasterizationVerifier.cpp965 float lineLength = tcu::distance(lineScreenSpace[0], lineScreenSpace[1]); in verifyMultisampleLineGroupRasterization() local
/third_party/node/tools/lint-md/
Dlint-md.mjs19572 const lineLength = lines[index].length; constant