Searched refs:forEachTextBlockInGlyphRange (Results 1 – 2 of 2) sorted by relevance
62 void forEachTextBlockInGlyphRange(SkSpan<TextIndex> textBlock, Callback&& callback) const { in forEachTextBlockInGlyphRange() function
586 run.forEachTextBlockInGlyphRange(lineBlocks, [&](DirTextRange dirTextRange) { in visit()