Searched refs:ClustersVisitor (Results 1 – 2 of 2) sorted by relevance
83 using ClustersVisitor = std::function<bool(const Cluster* cluster, bool ghost)>; variable84 …ThroughClustersInGlyphsOrder(bool reverse, bool includeGhosts, const ClustersVisitor& visitor) con…
717 const ClustersVisitor& visitor) const { in iterateThroughClustersInGlyphsOrder()