Home
last modified time | relevance | path

Searched refs:ClustersVisitor (Results 1 – 2 of 2) sorted by relevance

/external/skia/modules/skparagraph/src/
DTextLine.h83 using ClustersVisitor = std::function<bool(const Cluster* cluster, bool ghost)>; variable
84 …ThroughClustersInGlyphsOrder(bool reverse, bool includeGhosts, const ClustersVisitor& visitor) con…
DTextLine.cpp717 const ClustersVisitor& visitor) const { in iterateThroughClustersInGlyphsOrder()