Home
last modified time | relevance | path

Searched refs:fGlyphIndex (Results 1 - 4 of 4) 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 ==()
72 size_t glyphIndex() const { return fGlyphIndex; } in glyphIndex()
73 void setGlyphIndex(size_t index) { fGlyphIndex = index; } in setGlyphIndex()
79 size_t fGlyphIndex; member in skia::text::GlyphPos
/third_party/skia/src/pdf/
H A DSkClusterator.h25 uint32_t fGlyphIndex; member
31 && fGlyphIndex == o.fGlyphIndex in operator ==()
H A DSkPDFDevice.cpp883 int index = c.fGlyphIndex; in internalDrawGlyphRun()
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp756 : fRuns(&origRuns), fRunIndex(0), fGlyphIndex(0)
764 fGlyphIndex == that.fGlyphIndex;
769 fGlyphIndex != that.fGlyphIndex;
775 SkASSERT(fGlyphIndex < runs[fRunIndex].fNumGlyphs);
777 ++fGlyphIndex;
778 if (fGlyphIndex == runs[fRunIndex].fNumGlyphs) {
779 fGlyphIndex = 0;
785 return &runs[fRunIndex].fGlyphs[fGlyphIndex];
798 size_t fGlyphIndex; global() member
[all...]

Completed in 7 milliseconds