Home
last modified time | relevance | path

Searched refs:forEachGrapheme (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/experimental/sktext/include/
DText.h58 void forEachGrapheme(TextRange textRange, Callback&& callback) { in forEachGrapheme() function
/third_party/skia/experimental/sktext/src/
DText.cpp116 unicodeText->forEachGrapheme(unresolvedText, [&](TextRange grapheme) { in resolveChain()