Searched refs:iterateThroughClusters (Results 1 – 3 of 3) sorted by relevance
155 void Run::iterateThroughClusters(const ClusterVisitor& visitor) { in iterateThroughClusters() function in skia::textlayout::Run
151 void iterateThroughClusters(const ClusterVisitor& visitor);
589 …run.iterateThroughClusters([this, &run, &shift, &soFarWhitespacesOnly, &wordSpacingPending, &lastS… in applySpacingAndBuildClusterTable()