Searched refs:styleSpan (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
D | OneLineShaper.cpp | 428 SkSpan<Block> styleSpan, in iterateThroughFontStyles() argument 449 for (auto& block : styleSpan) { in iterateThroughFontStyles() 572 SkSpan<Block> styleSpan(fParagraph->blocks(blockRange)); in iterateThroughShapingRegions() local 575 if (!shape(textRange, styleSpan, advanceX, start, bidiRegion.level)) { in iterateThroughShapingRegions() 631 …(TextRange textRange, SkSpan<Block> styleSpan, SkScalar& advanceX, TextIndex textStart, uint8_t de… in shape() argument 640 iterateThroughFontStyles(textRange, styleSpan, in shape()
|
D | OneLineShaper.h | 61 …void iterateThroughFontStyles(TextRange textRange, SkSpan<Block> styleSpan, const ShapeSingleFontV…
|