Searched refs:logicalWidthInRegion (Results 1 – 1 of 1) sorted by relevance
2606 LayoutUnit logicalWidthInRegion = computedValues.m_extent; in renderBoxRegionInfo() local2608 LayoutUnit widthDelta = logicalWidthInRegion - logicalWidth(); in renderBoxRegionInfo()2610 …RightInRegion = containingBlockLogicalWidthInRegion - (logicalLeftInRegion + logicalWidthInRegion); in renderBoxRegionInfo()2629 LayoutUnit logicalRightOffset = logicalWidth() - (logicalLeftOffset + logicalWidthInRegion); in renderBoxRegionInfo()2636 … return region->setRenderBoxRegionInfo(this, logicalLeftOffset, logicalWidthInRegion, isShifted); in renderBoxRegionInfo()2637 return new RenderBoxRegionInfo(logicalLeftOffset, logicalWidthInRegion, isShifted); in renderBoxRegionInfo()