Home
last modified time | relevance | path

Searched refs:fUtf8Text (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()
1033 , fUtf8Text(nullptr) in Clusterator()
1043 , fUtf8Text(utf8Text) in Clusterator()
1051 fUtf8Text && fClusters && fGlyphCount && fClusters[0] != 0; in Clusterator()
1054 const char* fUtf8Text; member
1063 if ((!fUtf8Text || !fClusters) && fGlyphCount) { in next()
1072 SkASSERT(fUtf8Text); in next()
1097 return Cluster{fUtf8Text + cluster, in next()
1128 return Cluster{fUtf8Text + cluster, in next()
1137 const char* fUtf8Text; member in __anonf162bbc10111::Clusterator
[all …]