Home
last modified time | relevance | path

Searched refs:fLogicalRuns (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/experimental/sktext/include/
DText.h142 fLogicalRuns.emplace_back(std::move(*fCurrentRun)); in commitRunBuffer()
150 …> getLogicalRuns() const { return SkSpan<const LogicalRun>(fLogicalRuns.begin(), fLogicalRuns.size… in getLogicalRuns()
159 SkTArray<LogicalRun, false> fLogicalRuns; variable
/third_party/skia/experimental/sktext/src/
DText.cpp287 if (shapedText->fLogicalRuns.empty()) { in shape()
296 shapedText->fLogicalRuns.emplace_back(emptyInfo, 0, 0.0f); in shape()
297 shapedText->fLogicalRuns.front().commit(); in shape()
300 for (auto& logicalRun : shapedText->fLogicalRuns) { in shape()
327 for (size_t runIndex = 0; runIndex < this->fLogicalRuns.size(); ++runIndex ) { in wrap()
328 auto& run = this->fLogicalRuns[runIndex]; in wrap()
446 runLevels[runLevelsIndex++] = fLogicalRuns[runIndex].bidiLevel(); in getVisualOrder()
467 auto& logicalRun = fLogicalRuns[firstRunIndex + visualIndex]; in addLine()