Home
last modified time | relevance | path

Searched refs:fUtf8Text (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/pdf/
DSkClusterator.cpp30 , 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()
DSkClusterator.h23 const char* fUtf8Text; member
29 return fUtf8Text == o.fUtf8Text
39 char const * const fUtf8Text; variable
DSkPDFDevice.cpp883 if (c.fUtf8Text) { // real cluster in internalDrawGlyphRun()
885 const char* textPtr = c.fUtf8Text; in internalDrawGlyphRun()
886 const char* textEnd = c.fUtf8Text + c.fTextByteLength; in internalDrawGlyphRun()
/external/skqp/src/pdf/
DSkClusterator.cpp30 , 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()
DSkClusterator.h23 const char* fUtf8Text; member
29 return fUtf8Text == o.fUtf8Text
39 const char* fUtf8Text; variable
DSkPDFDevice.cpp1158 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()
/external/skia/modules/skplaintexteditor/src/
Dshape.cpp29 RunHandler(const char* utf8Text, size_t) : fUtf8Text(utf8Text) {} in RunHandler()
80 char const * const fUtf8Text; member in __anon129c303d0111::RunHandler
120 if (runBuffer.utf8text && fUtf8Text) { in runBuffer()
121 memcpy(runBuffer.utf8text, fUtf8Text + info.utf8Range.begin(), utf8RangeSize); in runBuffer()
142 fUtf8Text, in commitRunBuffer()
/external/skia/modules/skshaper/src/
DSkShaper.cpp229 if (runBuffer.utf8text && fUtf8Text) { in runBuffer()
230 memcpy(runBuffer.utf8text, fUtf8Text + info.utf8Range.begin(), utf8RangeSize); in runBuffer()
/external/skia/modules/skshaper/include/
DSkShaper.h260 : fUtf8Text(utf8Text) in SkTextBlobBuilderRunHandler()
274 char const * const fUtf8Text; variable