Searched refs:same_block_threshold (Results 1 – 1 of 1) sorted by relevance
1536 int same_block_threshold = max_line_height * kMaxSameBlockLineSpacing; in LineSpacingBlocks() local1541 if (it.empty() || part->bottom_spacing() > same_block_threshold || in LineSpacingBlocks()1545 if (!it.empty() && part->bottom_spacing() <= same_block_threshold) { in LineSpacingBlocks()