Home
last modified time | relevance | path

Searched refs:fClusterIndexes (Results 1 – 4 of 4) sorted by relevance

/external/skia/modules/skparagraph/src/
DRun.h109 size_t clusterIndex(size_t pos) const { return fClusterIndexes[pos]; } in clusterIndex()
110 size_t globalClusterIndex(size_t pos) const { return fClusterStart + fClusterIndexes[pos]; } in globalClusterIndex()
160 return SkSpan<const uint32_t>(fClusterIndexes.begin(), fClusterIndexes.size()); in clusterIndexes()
197 SkSTArray<128, uint32_t, true> fClusterIndexes; variable
DRun.cpp42 fClusterIndexes.push_back_n(info.glyphCount + 1); in Run()
49fClusterIndexes[info.glyphCount] = this->leftToRight() ? info.utf8Range.end() : info.utf8Range.beg… in Run()
55 return {fGlyphs.data(), fPositions.data(), fOffsets.data(), fClusterIndexes.data(), fOffset}; in newRunBuffer()
DOneLineShaper.h91 return fCurrentText.start + fCurrentRun->fClusterIndexes[glyph]; in clusterIndex()
DOneLineShaper.cpp213 piece->fClusterIndexes[index] = run->fClusterIndexes[i]; in finish()
498 run.fClusterIndexes[0] = 0; in iterateThroughShapingRegions()