Searched refs:flowThreadPortionRect (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderRegion.cpp | 93 … return overflowRectForFlowThreadPortion(flowThreadPortionRect(), isFirstRegion(), isLastRegion()); in flowThreadPortionOverflowRect() 96 LayoutRect RenderRegion::overflowRectForFlowThreadPortion(const LayoutRect& flowThreadPortionRect, … in overflowRectForFlowThreadPortion() argument 102 return flowThreadPortionRect; in overflowRectForFlowThreadPortion() 110 …outUnit minY = isFirstPortion ? (flowThreadOverflow.y() - outlineSize) : flowThreadPortionRect.y(); in overflowRectForFlowThreadPortion() 111 …t maxY = isLastPortion ? max(flowThreadPortionRect.maxY(), flowThreadOverflow.maxY()) + outlineSiz… in overflowRectForFlowThreadPortion() 113 …LayoutUnit minX = clipX ? flowThreadPortionRect.x() : min(flowThreadPortionRect.x(), flowThreadOve… in overflowRectForFlowThreadPortion() 114 …LayoutUnit maxX = clipX ? flowThreadPortionRect.maxX() : max(flowThreadPortionRect.maxX(), (flowTh… in overflowRectForFlowThreadPortion() 117 …outUnit minX = isFirstPortion ? (flowThreadOverflow.x() - outlineSize) : flowThreadPortionRect.x(); in overflowRectForFlowThreadPortion() 118 …t maxX = isLastPortion ? max(flowThreadPortionRect.maxX(), flowThreadOverflow.maxX()) + outlineSiz… in overflowRectForFlowThreadPortion() 120 …LayoutUnit minY = clipY ? flowThreadPortionRect.y() : min(flowThreadPortionRect.y(), (flowThreadOv… in overflowRectForFlowThreadPortion() [all …]
|
D | RenderRegion.h | 56 LayoutRect flowThreadPortionRect() const { return m_flowThreadPortionRect; } in flowThreadPortionRect() function 97 …orFlowThreadContent() const { return logicalTopOfFlowThreadContentRect(flowThreadPortionRect()); }; in logicalTopForFlowThreadContent() 98 …lowThreadContent() const { return logicalBottomOfFlowThreadContentRect(flowThreadPortionRect()); }; in logicalBottomForFlowThreadContent() 158 …LayoutRect overflowRectForFlowThreadPortion(const LayoutRect& flowThreadPortionRect, bool isFirstP… 159 …tFlowThreadContentRectangle(const LayoutRect& repaintRect, const LayoutRect& flowThreadPortionRect,
|
D | RenderFlowThread.cpp | 260 …teRegionClippingRect(const LayoutPoint& offset, const LayoutRect& flowThreadPortionRect, const Lay… in computeRegionClippingRect() argument 262 …ClippingRect(offset + (flowThreadPortionOverflowRect.location() - flowThreadPortionRect.location()… in computeRegionClippingRect() 264 … regionClippingRect.move(flowThreadPortionRect.size() - flowThreadPortionOverflowRect.size()); in computeRegionClippingRect() 268 …ion(PaintInfo& paintInfo, RenderRegion* region, const LayoutRect& flowThreadPortionRect, const Lay… in paintFlowThreadPortionInRegion() argument 284 LayoutRect flippedFlowThreadPortionRect(flowThreadPortionRect); in paintFlowThreadPortionInRegion() 288 portionLocation = flowThreadPortionRect.location(); in paintFlowThreadPortionInRegion() 296 …(computeRegionClippingRect(adjustedPaintOffset + portionLocation, flowThreadPortionRect, flowThrea… in paintFlowThreadPortionInRegion() 325 …FlowThreadPortionInRegion(RenderRegion* region, const LayoutRect& flowThreadPortionRect, const Lay… in hitTestFlowThreadPortionInRegion() argument 327 …regionClippingRect = computeRegionClippingRect(accumulatedOffset, flowThreadPortionRect, flowThrea… in hitTestFlowThreadPortionInRegion() 333 LayoutRect flippedFlowThreadPortionRect(flowThreadPortionRect); in hitTestFlowThreadPortionInRegion() [all …]
|
D | RenderMultiColumnSet.cpp | 71 …t portionLogicalTop = (isHorizontalWritingMode() ? flowThreadPortionRect().y() : flowThreadPortion… in pageLogicalTopForOffset() 216 …mns = flowThread()->isHorizontalWritingMode() ? flowThreadPortionRect().height() : flowThreadPorti… in columnCount() 241 LayoutRect portionRect(flowThreadPortionRect()); in columnIndexAtOffset() 261 LayoutRect portionRect = flowThreadPortionRect(); in flowThreadPortionRectAt()
|
D | RenderRegionSet.cpp | 49 LayoutRect rect(flowThreadPortionRect()); in expandToEncompassFlowThreadContentsIfNeeded()
|
D | RenderNamedFlowThread.cpp | 340 … height - (isHorizontalWritingMode() ? region->flowThreadPortionRect().y() : region->flowThreadPor… in computeOversetStateForRegions() 341 …eight - (isHorizontalWritingMode() ? region->flowThreadPortionRect().maxY() : region->flowThreadPo… in computeOversetStateForRegions()
|
D | RenderFlowThread.h | 82 …hreadPortionInRegion(PaintInfo&, RenderRegion*, const LayoutRect& flowThreadPortionRect, const Lay… 83 …bool hitTestFlowThreadPortionInRegion(RenderRegion*, const LayoutRect& flowThreadPortionRect, cons…
|