Home
last modified time | relevance | path

Searched defs:RunVisitor (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/modules/skparagraph/src/
DTextLine.h61 using RunVisitor = std::function<bool(Run* run, size_t pos, size_t size, TextRange text, variable
/third_party/skia/modules/skparagraph/src/
DTextLine.h80 …using RunVisitor = std::function<bool(const Run* run, SkScalar runOffset, TextRange textRange, SkS… variable