Home
last modified time | relevance | path

Searched refs:fGlyphIndex (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/pdf/
DSkClusterator.h25 uint32_t fGlyphIndex; member
31 && fGlyphIndex == o.fGlyphIndex
DSkPDFDevice.cpp1137 int index = c.fGlyphIndex; in internalDrawGlyphRun()
/external/skqp/src/pdf/
DSkClusterator.h25 uint32_t fGlyphIndex; member
31 && fGlyphIndex == o.fGlyphIndex
DSkPDFDevice.cpp1150 int index = c.fGlyphIndex; in internalDrawGlyphRun()
/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp456 : fRuns(&origRuns), fRunIndex(0), fGlyphIndex(0) in ShapedRunGlyphIterator()
464 fGlyphIndex == that.fGlyphIndex; in operator ==()
469 fGlyphIndex != that.fGlyphIndex; in operator !=()
475 SkASSERT(fGlyphIndex < runs[fRunIndex].fNumGlyphs); in next()
477 ++fGlyphIndex; in next()
478 if (fGlyphIndex == runs[fRunIndex].fNumGlyphs) { in next()
479 fGlyphIndex = 0; in next()
485 return &runs[fRunIndex].fGlyphs[fGlyphIndex]; in next()
493 return &runs[fRunIndex].fGlyphs[fGlyphIndex]; in current()
498 int fGlyphIndex; member
[all …]
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp756 : fRuns(&origRuns), fRunIndex(0), fGlyphIndex(0) in ShapedRunGlyphIterator()
764 fGlyphIndex == that.fGlyphIndex; in operator ==()
769 fGlyphIndex != that.fGlyphIndex; in operator !=()
775 SkASSERT(fGlyphIndex < runs[fRunIndex].fNumGlyphs); in next()
777 ++fGlyphIndex; in next()
778 if (fGlyphIndex == runs[fRunIndex].fNumGlyphs) { in next()
779 fGlyphIndex = 0; in next()
785 return &runs[fRunIndex].fGlyphs[fGlyphIndex]; in next()
793 return &runs[fRunIndex].fGlyphs[fGlyphIndex]; in current()
798 int fGlyphIndex; member
[all …]