Home
last modified time | relevance | path

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

/external/skqp/src/pdf/
DSkClusterator.cpp43 if (fCurrentGlyphIndex >= fGlyphCount) { in next()
47 return Cluster{nullptr, 0, fCurrentGlyphIndex++, 1}; in next()
49 uint32_t clusterGlyphIndex = fCurrentGlyphIndex; in next()
52 ++fCurrentGlyphIndex; in next()
53 } while (fCurrentGlyphIndex < fGlyphCount && cluster == fClusters[fCurrentGlyphIndex]); in next()
54 uint32_t clusterGlyphCount = fCurrentGlyphIndex - clusterGlyphIndex; in next()
DSkClusterator.h42 uint32_t fCurrentGlyphIndex = 0; variable
/external/skia/src/pdf/
DSkClusterator.cpp43 if (fCurrentGlyphIndex >= fGlyphCount) { in next()
47 return Cluster{nullptr, 0, fCurrentGlyphIndex++, 1}; in next()
49 uint32_t clusterGlyphIndex = fCurrentGlyphIndex; in next()
52 ++fCurrentGlyphIndex; in next()
53 } while (fCurrentGlyphIndex < fGlyphCount && cluster == fClusters[fCurrentGlyphIndex]); in next()
54 uint32_t clusterGlyphCount = fCurrentGlyphIndex - clusterGlyphIndex; in next()
DSkClusterator.h43 uint32_t fCurrentGlyphIndex = 0; variable