Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DRun.cpp92 std::tuple<bool, ClusterIndex, ClusterIndex> Run::findLimitingClusters(TextRange text, bool extendT… in findLimitingClusters() function in skia::textlayout::Run
DRun.h149 …std::tuple<bool, ClusterIndex, ClusterIndex> findLimitingClusters(TextRange text, bool onlyInnerCl…
DTextLine.cpp688 std::tie(found, startIndex, endIndex) = run->findLimitingClusters(textRange, limitToClusters); in measureTextInsideOneRun()