Searched refs:fTextByteLength (Results 1 – 1 of 1) sorted by relevance
1030 Clusterator() : fClusters(nullptr), fUtf8Text(nullptr), fGlyphCount(0), fTextByteLength(0) {} in Clusterator()1035 , fTextByteLength(0) {} in Clusterator()1045 , fTextByteLength(textByteLength) { in Clusterator()1055 uint32_t fTextByteLength; member1069 if (fGlyphCount == 0 || fTextByteLength == 0) { in next()1075 if (cluster >= fTextByteLength) { in next()1088 textLength = fTextByteLength - cluster; in next()1090 SkASSERT(fPreviousCluster < fTextByteLength); in next()1104 if (nextCluster >= fTextByteLength) { in next()1115 textLength = fTextByteLength - cluster; in next()[all …]