Home
last modified time | relevance | path

Searched defs:lastRun (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DTextWrapper.cpp319 Run* lastRun = nullptr; in breakTextIntoLines() local
DTextLine.cpp970 const Run* lastRun = nullptr; in getRectsForRange() local
/third_party/node/deps/npm/node_modules/cacache/lib/
Dverify.js223 function lastRun (cache) { function
/third_party/node/deps/npm/node_modules/cacache/locales/
Den.js47 x.verify.lastRun = cache => verify.lastRun(cache) function
/third_party/icu/icu4c/source/layoutex/
DParagraphLayout.cpp1036 le_int32 lastRun = getCharRun(runEnd); in computeVisualRuns() local
1202 const VisualRun *lastRun = getVisualRun(fRunCount - 1); in getWidth() local
/third_party/flutter/skia/src/gpu/text/
DGrTextBlob.cpp225 int lastRun = SkTMin(fRunCountLimit, (1 << 16)) - 1; in flush() local
DGrTextBlob.h145 SubRun& lastRun = fRuns[fRunCount - 1].fSubRunInfo.back(); in pushBackRun() local
/third_party/skia/experimental/sktext/tests/
DSelectableText.cpp173 auto lastRun = testVisitor.fTestRuns.back(); in UNIX_ONLY_TEST() local
/third_party/flutter/skia/modules/skparagraph/src/
DParagraphImpl.cpp604 Run* lastRun = nullptr; in getRectsForRange() local
/third_party/flutter/skia/src/core/
DSkTextBlob.cpp608 auto* lastRun = reinterpret_cast<SkTextBlob::RunRecord*>(fStorage.get() + fLastRun); in make() local
/third_party/skia/src/core/
DSkTextBlob.cpp619 auto* lastRun = reinterpret_cast<SkTextBlob::RunRecord*>(fStorage.get() + fLastRun); in make() local
/third_party/lz4/lib/
Dlz4.c1206 { size_t lastRun = (size_t)(iend - anchor); in LZ4_compress_generic_validated() local