Searched refs:iterateThroughClusters (Results 1 – 3 of 3) sorted by relevance
133 void Run::iterateThroughClusters(const ClusterVisitor& visitor) { in iterateThroughClusters() function in skia::textlayout::Run
140 void iterateThroughClusters(const ClusterVisitor& visitor);
443 run.iterateThroughClusters([this, &run, &shift, &soFarWhitespacesOnly](Cluster* cluster) { in spaceGlyphs()