Lines Matching refs:visitor
52 // Question: do we provide a visitor for ShapedText?
66 * This is a helper visitor class that allows a user to process the wrapped text
117 /** Walks though the data structures and makes certain callbacks on visitor so the visitor can collect all the information.
118 @param visitor a reference to Visitor object
120 void visit(Visitor* visitor) const;
121 /** Walks though the data structures and makes certain callbacks on visitor so the visitor can collect all the information.
123 @param visitor a reference to Visitor object
128 void visit(UnicodeText* unicodeText, Visitor* visitor, PositionType positionType, SkSpan<TextIndex> blocks) const;