Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DOneLineShaper.h60 using ShapeSingleFontVisitor = std::function<void(Block, SkTArray<SkShaper::Feature>)>; variable
61 …ughFontStyles(TextRange textRange, SkSpan<Block> styleSpan, const ShapeSingleFontVisitor& visitor);
DOneLineShaper.cpp429 const ShapeSingleFontVisitor& visitor) { in iterateThroughFontStyles()