Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DRun.cpp155 void Run::iterateThroughClusters(const ClusterVisitor& visitor) { in iterateThroughClusters() function in skia::textlayout::Run
DRun.h151 void iterateThroughClusters(const ClusterVisitor& visitor);
DParagraphImpl.cpp589 …run.iterateThroughClusters([this, &run, &shift, &soFarWhitespacesOnly, &wordSpacingPending, &lastS… in applySpacingAndBuildClusterTable()