Lines Matching defs:block
409 const auto& style = fOwner->block(fBlockRange.start).fStyle;
1129 auto& block = fOwner->block(i);
1130 if (run.leftToRight() && cluster->textRange().end <= block.fRange.end) {
1131 textStyle = block.fStyle;
1133 } else if (!run.leftToRight() && cluster->textRange().start <= block.fRange.end) {
1134 textStyle = block.fStyle;
1463 auto block = fOwner->styles().begin() + index;
1465 TextRange intersect = intersected(block->fRange,
1468 visitor(fTextRangeReplacedByEllipsis, block->fStyle, clipContext);
1472 if (block->fRange.start >= run->fClusterStart && block->fRange.end < run->fClusterStart) {
1473 visitor(fTextRangeReplacedByEllipsis, block->fStyle, clipContext);
1509 auto block = fOwner->styles().begin() +
1513 intersect = intersected(block->fRange, textRange);
1526 style = &block->fStyle;