Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp1089 Clusterator() : fClusters(nullptr), fUtf8Text(nullptr), fGlyphCount(0), fTextByteLength(0) {} in Clusterator()
1091 : fClusters(nullptr) in Clusterator()
1101 : fClusters(clusters) in Clusterator()
1110 fUtf8Text && fClusters && fGlyphCount && fClusters[0] != 0; in Clusterator()
1122 if ((!fUtf8Text || !fClusters) && fGlyphCount) { in next()
1132 SkASSERT(fClusters); in next()
1133 uint32_t cluster = fClusters[0]; in next()
1139 fClusters[glyphsInCluster] == cluster) { in next()
1162 uint32_t nextCluster = fClusters[glyphsInCluster]; in next()
1186 fClusters += glyphsInCluster; in next()
[all …]