Home
last modified time | relevance | path

Searched refs:textCount (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/modules/canvaskit/
Dparagraph_bindings.cpp465 size_t textCount = textStorage.size(); in EMSCRIPTEN_BINDINGS() local
493 if (subTextCount > textCount) { in EMSCRIPTEN_BINDINGS()
502 textCount -= subTextCount; in EMSCRIPTEN_BINDINGS()
504 if (textCount != 0) { in EMSCRIPTEN_BINDINGS()
/third_party/flutter/skia/experimental/editor/
Dshape.cpp236 int textCount = textEnd - textBegin; in set_character_bounds() local
237 int codePointCount = SkUTF::CountUTF8(utf8Text + textBegin, textCount); in set_character_bounds()
/third_party/skia/modules/skplaintexteditor/src/
Dshape.cpp235 int textCount = textEnd - textBegin; in set_character_bounds() local
236 int codePointCount = SkUTF::CountUTF8(utf8Text + textBegin, textCount); in set_character_bounds()
/third_party/skia/experimental/sktext/src/
DText.cpp166 FormattingFontIterator(TextIndex textCount, in FormattingFontIterator() argument
169 : fTextCount(textCount) in FormattingFontIterator()
/third_party/flutter/skia/tools/viewer/
DViewer.cpp1149 uint32_t textCount = it.textSize(); in filterTextBlob() local
1150 memcpy(runBuffer.utf8text, it.text(), textCount * textSize); in filterTextBlob()
/third_party/skia/tools/viewer/
DViewer.cpp1345 uint32_t textCount = it.textSize(); in filterTextBlob() local
1346 memcpy(runBuffer.utf8text, it.text(), textCount * textSize); in filterTextBlob()