/external/skia/modules/skparagraph/src/ |
D | TextWrapper.cpp | 312 Run* lastRun = nullptr; in breakTextIntoLines() local 315 if (r == lastRun) { in breakTextIntoLines() 318 lastRun = r; in breakTextIntoLines() 319 if (lastRun->placeholderStyle() != nullptr) { in breakTextIntoLines() 320 SkASSERT(lastRun->size() == 1); in breakTextIntoLines() 323 lastRun->updateMetrics(&fEndLine.metrics()); in breakTextIntoLines()
|
D | TextLine.cpp | 960 const Run* lastRun = nullptr; in getRectsForRange() local 963 [textRange0, rectHeightStyle, rectWidthStyle, &boxes, &lastRun, startBox, this] in getRectsForRange() 967 …[run, runOffsetInLine, textRange0, rectHeightStyle, rectWidthStyle, &boxes, &lastRun, startBox, th… in getRectsForRange() 1081 auto merge = [&lastRun, &context, &boxes](SkRect clip) { in getRectsForRange() 1084 lastRun != nullptr && in getRectsForRange() 1085 lastRun->placeholderStyle() == nullptr && in getRectsForRange() 1087 nearlyEqual(lastRun->heightMultiplier(), in getRectsForRange() 1089 lastRun->font() == context.run->font()) in getRectsForRange() 1102 lastRun = context.run; in getRectsForRange()
|
/external/vogar/src/vogar/ |
D | Console.java | 220 Long lastRun = annotatedOutcome.lastRun(null); in summarizeOutcomes() local 222 if (lastRun == null) { in summarizeOutcomes() 225 timestamp = formatElapsedTime(new Date().getTime() - lastRun); in summarizeOutcomes()
|
D | AnnotatedOutcome.java | 105 public Long lastRun(Long defaultValue) { in lastRun() method in AnnotatedOutcome
|
/external/icu/icu4c/source/layoutex/ |
D | ParagraphLayout.cpp | 1036 le_int32 lastRun = getCharRun(runEnd); in computeVisualRuns() local 1037 le_int32 startRun = (runDirection == UBIDI_LTR)? firstRun : lastRun; in computeVisualRuns() 1038 le_int32 stopRun = (runDirection == UBIDI_LTR)? lastRun + 1 : firstRun - 1; in computeVisualRuns() 1043 le_int32 lastChar = (run == lastRun)? runEnd : fStyleRunInfo[run].runLimit - 1; in computeVisualRuns() 1202 const VisualRun *lastRun = getVisualRun(fRunCount - 1); in getWidth() local 1204 if (lastRun == NULL) { in getWidth() 1208 le_int32 glyphCount = lastRun->getGlyphCount(); in getWidth() 1209 const float *positions = lastRun->getPositions(); in getWidth()
|
/external/lz4/lib/ |
D | lz4.c | 1144 { size_t lastRun = (size_t)(iend - anchor); in LZ4_compress_generic() local 1146 (op + lastRun + 1 + ((lastRun+255-RUN_MASK)/255) > olimit)) { in LZ4_compress_generic() 1150 lastRun = (size_t)(olimit-op) - 1; in LZ4_compress_generic() 1151 lastRun -= (lastRun+240)/255; in LZ4_compress_generic() 1157 if (lastRun >= RUN_MASK) { in LZ4_compress_generic() 1158 size_t accumulator = lastRun - RUN_MASK; in LZ4_compress_generic() 1163 *op++ = (BYTE)(lastRun<<ML_BITS); in LZ4_compress_generic() 1165 memcpy(op, anchor, lastRun); in LZ4_compress_generic() 1166 ip = anchor + lastRun; in LZ4_compress_generic() 1167 op += lastRun; in LZ4_compress_generic()
|
/external/skqp/src/gpu/text/ |
D | GrTextBlob.h | 142 SubRun& lastRun = fRuns[fRunCount - 1].fSubRunInfo.back(); in pushBackRun() local 143 newRun.setAsSuccessor(lastRun); in pushBackRun()
|
D | GrTextBlob.cpp | 227 int lastRun = SkTMin(fRunCountLimit, (1 << 16)) - 1; in flush() local 230 for (int runIndex = 0; runIndex <= lastRun; runIndex++) { in flush()
|
/external/skia/src/core/ |
D | SkTextBlob.cpp | 619 auto* lastRun = reinterpret_cast<SkTextBlob::RunRecord*>(fStorage.get() + fLastRun); in make() local 620 lastRun->fFlags |= SkTextBlob::RunRecord::kLast_Flag; in make()
|
/external/skqp/src/core/ |
D | SkTextBlob.cpp | 591 auto* lastRun = reinterpret_cast<SkTextBlob::RunRecord*>(fStorage.get() + fLastRun); in make() local 592 lastRun->fFlags |= SkTextBlob::RunRecord::kLast_Flag; in make()
|
/external/guice/extensions/persist/lib/ |
D | dom4j-1.6.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/dom4j/
org/ ... |
/external/antlr/runtime/ActionScript/project/lib/ |
D | FlexAntTasks.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/adobe/
com/ ... |
/external/conscrypt/benchmark-android/ |
D | vogar.jar | META-INF/
META-INF/MANIFEST.MF
vogar/
vogar/TestProperties.class
TestProperties ... |
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/backend-common. ... |