Home
last modified time | relevance | path

Searched refs:lastRun (Results 1 – 14 of 14) sorted by relevance

/external/skia/modules/skparagraph/src/
DTextWrapper.cpp312 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()
DTextLine.cpp960 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/
DConsole.java220 Long lastRun = annotatedOutcome.lastRun(null); in summarizeOutcomes() local
222 if (lastRun == null) { in summarizeOutcomes()
225 timestamp = formatElapsedTime(new Date().getTime() - lastRun); in summarizeOutcomes()
DAnnotatedOutcome.java105 public Long lastRun(Long defaultValue) { in lastRun() method in AnnotatedOutcome
/external/icu/icu4c/source/layoutex/
DParagraphLayout.cpp1036 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/
Dlz4.c1144 { 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/
DGrTextBlob.h142 SubRun& lastRun = fRuns[fRunCount - 1].fSubRunInfo.back(); in pushBackRun() local
143 newRun.setAsSuccessor(lastRun); in pushBackRun()
DGrTextBlob.cpp227 int lastRun = SkTMin(fRunCountLimit, (1 << 16)) - 1; in flush() local
230 for (int runIndex = 0; runIndex <= lastRun; runIndex++) { in flush()
/external/skia/src/core/
DSkTextBlob.cpp619 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/
DSkTextBlob.cpp591 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/
Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/ ...
/external/antlr/runtime/ActionScript/project/lib/
DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/ ...
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...