Searched refs:textCount (Results 1 – 6 of 6) sorted by relevance
15 int textCount) { in newRunBuffer() argument17 textCount, SkString()); in newRunBuffer()
374 size_t textCount = 0; in DetermineConsecutiveBinaryCount() local375 while (textCount < 5 && IsText(ch)) { in DetermineConsecutiveBinaryCount()376 textCount++; in DetermineConsecutiveBinaryCount()377 size_t i = idx + textCount; in DetermineConsecutiveBinaryCount()382 if (textCount >= 5) in DetermineConsecutiveBinaryCount()
465 size_t textCount = textStorage.size(); in EMSCRIPTEN_BINDINGS() local500 if (subTextCount > textCount) { in EMSCRIPTEN_BINDINGS()509 textCount -= subTextCount; in EMSCRIPTEN_BINDINGS()511 if (textCount != 0) { in EMSCRIPTEN_BINDINGS()
235 int textCount = textEnd - textBegin; in set_character_bounds() local236 int codePointCount = SkUTF::CountUTF8(utf8Text + textBegin, textCount); in set_character_bounds()
1051 uint32_t textCount = it.textSize(); in filterTextBlob() local1052 memcpy(runBuffer.utf8text, it.text(), textCount * textSize); in filterTextBlob()
1325 uint32_t textCount = it.textSize(); in filterTextBlob() local1326 memcpy(runBuffer.utf8text, it.text(), textCount * textSize); in filterTextBlob()