Searched refs:fUtf8Text (Results 1 – 8 of 8) sorted by relevance
30 , fUtf8Text(run.text().data()) in SkClusterator()36 SkASSERT(fUtf8Text && fTextByteLength > 0 && fGlyphCount > 0); in SkClusterator()38 SkASSERT(!fUtf8Text && fTextByteLength == 0); in SkClusterator()46 if (!fClusters || !fUtf8Text) { in next()63 return Cluster{fUtf8Text + cluster, clusterLen, clusterGlyphIndex, clusterGlyphCount}; in next()
23 const char* fUtf8Text; member29 return fUtf8Text == o.fUtf8Text39 char const * const fUtf8Text; variable
1145 if (c.fUtf8Text) { // real cluster in internalDrawGlyphRun()1147 const char* textPtr = c.fUtf8Text; in internalDrawGlyphRun()1148 const char* textEnd = c.fUtf8Text + c.fTextByteLength; in internalDrawGlyphRun()
30 , fUtf8Text(run.text().data()) in SkClusterator()35 SkASSERT(fUtf8Text && fTextByteLength > 0 && fGlyphCount > 0); in SkClusterator()38 SkASSERT(!fUtf8Text && fTextByteLength == 0); in SkClusterator()46 if (!fClusters || !fUtf8Text) { in next()63 return Cluster{fUtf8Text + cluster, clusterLen, clusterGlyphIndex, clusterGlyphCount}; in next()
23 const char* fUtf8Text; member29 return fUtf8Text == o.fUtf8Text39 const char* fUtf8Text; variable
1158 if (c.fUtf8Text) { // real cluster in internalDrawGlyphRun()1160 const char* textPtr = c.fUtf8Text; in internalDrawGlyphRun()1161 const char* textEnd = c.fUtf8Text + c.fTextByteLength; in internalDrawGlyphRun()
31 if (runBuffer.utf8text && fUtf8Text) { in newRunBuffer()36 fClusterOffset = utf8.data() - fUtf8Text; in newRunBuffer()
83 SkTextBlobBuilderRunHandler(const char* utf8Text) : fUtf8Text(utf8Text) {} in SkTextBlobBuilderRunHandler()92 char const * const fUtf8Text; variable