Home
last modified time | relevance | path

Searched refs:findLimitingGraphemes (Results 1 – 3 of 3) sorted by relevance

/external/skia/modules/skparagraph/src/
DRun.cpp127 std::tuple<bool, TextIndex, TextIndex> Run::findLimitingGraphemes(TextRange text) const { in findLimitingGraphemes() function in skia::textlayout::Run
DRun.h143 std::tuple<bool, TextIndex, TextIndex> findLimitingGraphemes(TextRange text) const;
DTextLine.cpp644 std::tie(found, startIndex, endIndex) = run->findLimitingGraphemes(textRange); in measureTextInsideOneRun()