Home
last modified time | relevance | path

Searched refs:fTextByteLength (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()
1094 , fTextByteLength(0) {} in Clusterator()
1104 , fTextByteLength(textByteLength) { in Clusterator()
1114 uint32_t fTextByteLength; member
1128 if (fGlyphCount == 0 || fTextByteLength == 0) { in next()
1134 if (cluster >= fTextByteLength) { in next()
1147 textLength = fTextByteLength - cluster; in next()
1149 SkASSERT(fPreviousCluster < fTextByteLength); in next()
1163 if (nextCluster >= fTextByteLength) { in next()
1174 textLength = fTextByteLength - cluster; in next()
[all …]