Home
last modified time | relevance | path

Searched refs:forEachCodepoint (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/modules/skunicode/include/
H A DSkUnicode.h211 void forEachCodepoint(const char* utf8, int32_t utf8Units, Callback&& callback) { in forEachCodepoint() function in SkUnicode
226 void forEachCodepoint(const char16_t* utf16, int32_t utf16Units, Callback&& callback) { in forEachCodepoint() function in SkUnicode
/third_party/skia/modules/skunicode/src/
H A DSkUnicode_icu.cpp439 this->forEachCodepoint((char16_t*)&utf16[0], utf16Units,
/third_party/skia/experimental/sktext/src/
H A DText.cpp37 this->fUnicode->forEachCodepoint((char16_t*)utf16.data(), utf16.size(), in initialize()
236 unicodeText->getUnicode()->forEachCodepoint(text8.c_str(), text8.size(),
/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.cpp212 fUnicode->forEachCodepoint( in GetLineFontMetrics()

Completed in 6 milliseconds