Searched refs:textCount (Results 1 – 6 of 6) sorted by relevance
465 size_t textCount = textStorage.size(); in EMSCRIPTEN_BINDINGS() local493 if (subTextCount > textCount) { in EMSCRIPTEN_BINDINGS()502 textCount -= subTextCount; in EMSCRIPTEN_BINDINGS()504 if (textCount != 0) { in EMSCRIPTEN_BINDINGS()
236 int textCount = textEnd - textBegin; in set_character_bounds() local237 int codePointCount = SkUTF::CountUTF8(utf8Text + textBegin, textCount); in set_character_bounds()
235 int textCount = textEnd - textBegin; in set_character_bounds() local236 int codePointCount = SkUTF::CountUTF8(utf8Text + textBegin, textCount); in set_character_bounds()
166 FormattingFontIterator(TextIndex textCount, in FormattingFontIterator() argument169 : fTextCount(textCount) in FormattingFontIterator()
1149 uint32_t textCount = it.textSize(); in filterTextBlob() local1150 memcpy(runBuffer.utf8text, it.text(), textCount * textSize); in filterTextBlob()
1345 uint32_t textCount = it.textSize(); in filterTextBlob() local1346 memcpy(runBuffer.utf8text, it.text(), textCount * textSize); in filterTextBlob()