Home
last modified time | relevance | path

Searched refs:fRunIndex (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/experimental/sktext/src/
H A DLine.h64 GlyphPos() : fRunIndex(EMPTY_INDEX), fGlyphIndex(EMPTY_INDEX) { } in GlyphPos()
65 GlyphPos(size_t runIndex, size_t glyphIndex) : fRunIndex(runIndex), fGlyphIndex(glyphIndex) { } in GlyphPos()
68 return this->fRunIndex == other.fRunIndex && this->fGlyphIndex == other.fGlyphIndex; in operator ==()
71 size_t runIndex() const { return fRunIndex; } in runIndex()
75 bool isEmpty() const { return fRunIndex == EMPTY_INDEX; } in isEmpty()
78 size_t fRunIndex; member in skia::text::GlyphPos
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp756 : fRuns(&origRuns), fRunIndex(0), fGlyphIndex(0)
763 fRunIndex == that.fRunIndex &&
768 fRunIndex != that.fRunIndex ||
774 SkASSERT(fRunIndex < runs.size());
775 SkASSERT(fGlyphIndex < runs[fRunIndex].fNumGlyphs);
778 if (fGlyphIndex == runs[fRunIndex].fNumGlyphs) {
780 ++fRunIndex;
781 if (fRunIndex >
797 int fRunIndex; global() member
[all...]
/third_party/skia/modules/skparagraph/src/
H A DRun.cpp592 auto& run = fOwner->run(fRunIndex); in scaleFontWithCompressionConfig()
631 if (fRunIndex >= fOwner->runs().size()) { in scaleFontWithCompressionConfig()
634 return &fOwner->run(fRunIndex); in scaleFontWithCompressionConfig()
638 SkASSERT(fRunIndex < fOwner->runs().size()); in scaleFontWithCompressionConfig()
639 return fOwner->run(fRunIndex); in scaleFontWithCompressionConfig()
647 SkASSERT(fRunIndex < fOwner->runs().size()); in scaleFontWithCompressionConfig()
648 return fOwner->run(fRunIndex).font(); in scaleFontWithCompressionConfig()
H A DRun.h358 , fRunIndex(EMPTY_RUN) in Cluster()
418 RunIndex runIndex() const { return fRunIndex; } in runIndex()
450 RunIndex fRunIndex; member in skia::textlayout::Cluster
H A DParagraphImpl.cpp858 , fRunIndex(runIndex) in GetLineFontMetrics()
1683 return this->run(start.fRunIndex); in GetLineFontMetrics()

Completed in 13 milliseconds