Searched refs:RunBlock (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
D | OneLineShaper.h | 33 struct RunBlock { struct 34 RunBlock() : fRun(nullptr) { } in RunBlock() argument 37 explicit RunBlock(TextRange text) : fRun(nullptr), fText(text) { } in RunBlock() argument 39 RunBlock(std::shared_ptr<Run> run, TextRange text, GlyphRange glyphs, size_t score) in RunBlock() function 45 explicit RunBlock(std::shared_ptr<Run> run) in RunBlock() function 116 std::deque<RunBlock> fUnresolvedBlocks; 117 std::vector<RunBlock> fResolvedBlocks;
|
D | OneLineShaper.cpp | 115 RunBlock resolved(fCurrentRun, resolvedText, resolvedGlyphs, resolvedGlyphs.width()); in fillGaps() 142 RunBlock resolved(fCurrentRun, resolvedText, resolvedGlyphs, resolvedGlyphs.width()); in fillGaps() 163 [](const RunBlock& a, const RunBlock& b) { in finish() 262 RunBlock resolved(fCurrentRun, in addFullyResolved() 270 RunBlock unresolved(fCurrentRun, clusteredText(glyphRange), glyphRange, 0); in addUnresolvedWithRun() 492 std::vector<RunBlock> hopelessBlocks; in matchResolvedFonts() 651 fUnresolvedBlocks.emplace_back(RunBlock(block.fRange)); in shape()
|