Searched refs:Clusterator (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 1028 class Clusterator { class 1030 Clusterator() : fClusters(nullptr), fUtf8Text(nullptr), fGlyphCount(0), fTextByteLength(0) {} in Clusterator() function in __anonf162bbc10111::Clusterator 1031 explicit Clusterator(uint32_t glyphCount) in Clusterator() function in __anonf162bbc10111::Clusterator 1038 Clusterator(const uint32_t* clusters, in Clusterator() function in __anonf162bbc10111::Clusterator 1155 static Clusterator make_clusterator( in make_clusterator() 1221 return Clusterator(clusters, utf8Text, SkToU32(glyphCount), utf8ByteCount); in make_clusterator() 1285 Clusterator clusterator; in internalDrawText() 1289 clusterator = Clusterator(clusters, utf8Text, SkToU32(glyphCount), textByteLength); in internalDrawText() 1297 clusterator = Clusterator(SkToU32(glyphCount)); in internalDrawText() 1352 while (Clusterator::Cluster c = clusterator.next()) { in internalDrawText()
|