Searched refs:textBlock (Results 1 – 2 of 2) sorted by relevance
62 void forEachTextBlockInGlyphRange(SkSpan<TextIndex> textBlock, Callback&& callback) const { in forEachTextBlockInGlyphRange() argument65 for (auto currentIndex : textBlock) { in forEachTextBlockInGlyphRange()
24 …static FontBlock textBlock(text.size(), sk_make_sp<TrivialFontChain>("Roboto", 40, SkFontStyle::No… in Editor() local29 SkSpan<FontBlock>(&textBlock, 1), SkSpan<DecoratedBlock>(&textDecor, 1), in Editor()