Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DRun.cpp133 void Run::iterateThroughClusters(const ClusterVisitor& visitor) { in iterateThroughClusters() function in skia::textlayout::Run
DRun.h140 void iterateThroughClusters(const ClusterVisitor& visitor);
DParagraphImpl.cpp443 run.iterateThroughClusters([this, &run, &shift, &soFarWhitespacesOnly](Cluster* cluster) { in spaceGlyphs()