Searched refs:findLimitingGraphemes (Results 1 – 3 of 3) sorted by relevance
132 std::tuple<bool, TextIndex, TextIndex> Run::findLimitingGraphemes(TextRange text) const { in findLimitingGraphemes() function in skia::textlayout::Run
145 std::tuple<bool, TextIndex, TextIndex> findLimitingGraphemes(TextRange text) const;
649 std::tie(found, startIndex, endIndex) = run->findLimitingGraphemes(textRange); in measureTextInsideOneRun()