Home
last modified time | relevance | path

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

/third_party/skia/experimental/sktext/src/
DVisualRun.h62 void forEachTextBlockInGlyphRange(SkSpan<TextIndex> textBlock, Callback&& callback) const { in forEachTextBlockInGlyphRange() argument
65 for (auto currentIndex : textBlock) { in forEachTextBlockInGlyphRange()
/third_party/skia/experimental/sktext/editor/
DEditor.cpp24 …static FontBlock textBlock(text.size(), sk_make_sp<TrivialFontChain>("Roboto", 40, SkFontStyle::No… in Editor() local
29 SkSpan<FontBlock>(&textBlock, 1), SkSpan<DecoratedBlock>(&textDecor, 1), in Editor()