Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp1030 Clusterator() : fClusters(nullptr), fUtf8Text(nullptr), fGlyphCount(0), fTextByteLength(0) {} in Clusterator()
1032 : fClusters(nullptr) in Clusterator()
1042 : fClusters(clusters) in Clusterator()
1051 fUtf8Text && fClusters && fGlyphCount && fClusters[0] != 0; in Clusterator()
1063 if ((!fUtf8Text || !fClusters) && fGlyphCount) { in next()
1073 SkASSERT(fClusters); in next()
1074 uint32_t cluster = fClusters[0]; in next()
1080 fClusters[glyphsInCluster] == cluster) { in next()
1103 uint32_t nextCluster = fClusters[glyphsInCluster]; in next()
1127 fClusters += glyphsInCluster; in next()
[all …]