Home | History | Annotate | Download | only in rendering

Lines Matching defs:logicalHeight

684     RenderRegion* endRegion = regionAtBlockOffset(offsetFromLogicalTopOfFirstPage + box->logicalHeight(), true);
859 LayoutUnit logicalHeight = 0;
872 LayoutUnit regionLogicalHeight = std::min<LayoutUnit>(LayoutUnit::max() / 2 - logicalHeight, region->logicalHeightOfAllFlowThreadContent());
874 LayoutRect regionRect(style()->direction() == LTR ? LayoutUnit() : logicalWidth() - regionLogicalWidth, logicalHeight, regionLogicalWidth, regionLogicalHeight);
878 m_regionIntervalTree.add(RegionIntervalTree::createInterval(logicalHeight, logicalHeight + regionLogicalHeight, region));
880 logicalHeight += regionLogicalHeight;
939 // Compute the region height pretending that the offsetBreakInCurrentRegion is the logicalHeight for the auto-height region.