Home
last modified time | relevance | path

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

/third_party/flutter/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.cpp878 if (c.fUtf8Text) { // real cluster in internalDrawGlyphRun()
880 const char* textPtr = c.fUtf8Text; in internalDrawGlyphRun()
881 const char* textEnd = c.fUtf8Text + c.fTextByteLength; in internalDrawGlyphRun()
/third_party/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.cpp891 if (c.fUtf8Text) { // real cluster in internalDrawGlyphRun()
893 const char* textPtr = c.fUtf8Text; in internalDrawGlyphRun()
894 const char* textEnd = c.fUtf8Text + c.fTextByteLength; in internalDrawGlyphRun()
/third_party/skia/modules/skplaintexteditor/src/
Dshape.cpp29 RunHandler(const char* utf8Text, size_t) : fUtf8Text(utf8Text) {} in RunHandler()
80 char const * const fUtf8Text; member in __anonac8af9670111::RunHandler
120 if (runBuffer.utf8text && fUtf8Text) { in runBuffer()
121 memcpy(runBuffer.utf8text, fUtf8Text + info.utf8Range.begin(), utf8RangeSize); in runBuffer()
142 fUtf8Text, in commitRunBuffer()
/third_party/flutter/skia/experimental/editor/
Dshape.cpp29 RunHandler(const char* utf8Text, size_t) : fUtf8Text(utf8Text) {} in RunHandler()
80 char const * const fUtf8Text; member in __anonbd35bb230111::RunHandler
121 if (runBuffer.utf8text && fUtf8Text) { in runBuffer()
122 memcpy(runBuffer.utf8text, fUtf8Text + info.utf8Range.begin(), utf8RangeSize); in runBuffer()
143 fUtf8Text, in commitRunBuffer()
/third_party/flutter/skia/modules/skshaper/src/
DSkShaper.cpp156 if (runBuffer.utf8text && fUtf8Text) { in runBuffer()
157 memcpy(runBuffer.utf8text, fUtf8Text + info.utf8Range.begin(), utf8RangeSize); in runBuffer()
/third_party/flutter/skia/modules/skshaper/include/
DSkShaper.h212 : fUtf8Text(utf8Text) in SkTextBlobBuilderRunHandler()
226 char const * const fUtf8Text; variable
/third_party/skia/modules/skshaper/include/
DSkShaper.h264 : fUtf8Text(utf8Text) in SkTextBlobBuilderRunHandler()
278 char const * const fUtf8Text; variable
/third_party/skia/modules/skshaper/src/
DSkShaper.cpp229 if (runBuffer.utf8text && fUtf8Text) { in runBuffer()
230 memcpy(runBuffer.utf8text, fUtf8Text + info.utf8Range.begin(), utf8RangeSize); in runBuffer()