Searched refs:BlockRange (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
D | TextLine.h | 60 BlockRange blocks, 112 void setBlockRange(const BlockRange& blockRange) { fBlockRange = blockRange; } in setBlockRange() 190 BlockRange fBlockRange;
|
D | ParagraphImpl.h | 190 SkSpan<Block> blocks(BlockRange blockRange); 244 BlockRange findAllBlocks(TextRange textRange);
|
D | OneLineShaper.h | 110 BlockRange generateBlockRange(const Block& block, const TextRange& textRange);
|
D | OneLineShaper.cpp | 362 BlockRange OneLineShaper::generateBlockRange(const Block& block, const TextRange& textRange) in generateBlockRange() 371 return BlockRange(start, end); in generateBlockRange() 403 BlockRange blockRange = generateBlockRange(block, textRange); in iterateThroughFontStyles()
|
D | ParagraphBuilderImpl.cpp | 133 BlockRange stylesBefore(fPlaceholders.empty() ? 0 : fPlaceholders.back().fBlocksBefore.end + 1, in addPlaceholder()
|
D | ParagraphImpl.cpp | 1076 BlockRange ParagraphImpl::findAllBlocks(TextRange textRange) { in GetLineFontMetrics() 1300 SkSpan<Block> ParagraphImpl::blocks(BlockRange blockRange) { in GetLineFontMetrics()
|
D | TextLine.cpp | 106 BlockRange blocks, in TextLine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStackColoring.cpp | 266 auto BlockRange = BlockInstRange[BB]; in dumpBlockLiveness() local 267 dbgs() << " BB [" << BlockRange.first << ", " << BlockRange.second in dumpBlockLiveness()
|
/third_party/skia/modules/skparagraph/include/ |
D | TextStyle.h | 419 typedef SkRange<size_t> BlockRange; typedef 426 BlockRange blocksBefore, TextRange textBefore) in Placeholder() 436 BlockRange fBlocksBefore;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | NewGVN.cpp | 3446 const auto &BlockRange = assignDFSNumbers(B, ICount); in runGVN() local 3447 BlockInstRange.insert({B, BlockRange}); in runGVN() 3448 ICount += BlockRange.second - BlockRange.first; in runGVN()
|