Home
last modified time | relevance | path

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

/external/skia/experimental/sktext/src/
DVisualRun.h62 void forEachTextBlockInGlyphRange(SkSpan<TextIndex> textBlock, Callback&& callback) const { in forEachTextBlockInGlyphRange() function
DText.cpp586 run.forEachTextBlockInGlyphRange(lineBlocks, [&](DirTextRange dirTextRange) { in visit()