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