OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) | 2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) |
3 * (C) 1999 Antti Koivisto (koivisto@kde.org) | 3 * (C) 1999 Antti Koivisto (koivisto@kde.org) |
4 * (C) 2007 David Smith (catfish.man@gmail.com) | 4 * (C) 2007 David Smith (catfish.man@gmail.com) |
5 * Copyright (C) 2003-2013 Apple Inc. All rights reserved. | 5 * Copyright (C) 2003-2013 Apple Inc. All rights reserved. |
6 * Copyright (C) Research In Motion Limited 2010. All rights reserved. | 6 * Copyright (C) Research In Motion Limited 2010. All rights reserved. |
7 * Copyright (C) 2013 Google Inc. All rights reserved. | 7 * Copyright (C) 2013 Google Inc. All rights reserved. |
8 * | 8 * |
9 * Redistribution and use in source and binary forms, with or without | 9 * Redistribution and use in source and binary forms, with or without |
10 * modification, are permitted provided that the following conditions are | 10 * modification, are permitted provided that the following conditions are |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 } | 232 } |
233 | 233 |
234 return LayoutSize(child.x() + marginBeforeForChild(*child.layoutObject()
), | 234 return LayoutSize(child.x() + marginBeforeForChild(*child.layoutObject()
), |
235 child.y() + child.layoutObject()->marginTop()); | 235 child.y() + child.layoutObject()->marginTop()); |
236 } | 236 } |
237 | 237 |
238 LayoutPoint flipFloatForWritingModeForChild(const FloatingObject&, const Lay
outPoint&) const; | 238 LayoutPoint flipFloatForWritingModeForChild(const FloatingObject&, const Lay
outPoint&) const; |
239 | 239 |
240 virtual const char* name() const override { return "LayoutBlockFlow"; } | 240 virtual const char* name() const override { return "LayoutBlockFlow"; } |
241 | 241 |
| 242 FloatingObject* insertFloatingObject(LayoutBox&); |
| 243 |
| 244 // Called from lineWidth, to position the floats added in the last line. |
| 245 // Returns true if and only if it has positioned any floats. |
| 246 bool positionNewFloats(LineWidth* = nullptr); |
| 247 |
| 248 bool positionNewFloatOnLine(FloatingObject& newFloat, FloatingObject* lastFl
oatFromPreviousLine, LineInfo&, LineWidth&); |
| 249 |
| 250 LayoutUnit nextFloatLogicalBottomBelow(LayoutUnit, ShapeOutsideFloatOffsetMo
de = ShapeOutsideFloatMarginBoxOffset) const; |
| 251 |
| 252 FloatingObject* lastFloatFromPreviousLine() const |
| 253 { |
| 254 return containsFloats() ? m_floatingObjects->set().last().get() : nullpt
r; |
| 255 } |
| 256 |
242 protected: | 257 protected: |
243 void rebuildFloatsFromIntruding(); | 258 void rebuildFloatsFromIntruding(); |
244 void layoutInlineChildren(bool relayoutChildren, LayoutUnit& paintInvalidati
onLogicalTop, LayoutUnit& paintInvalidationLogicalBottom, LayoutUnit afterEdge); | 259 void layoutInlineChildren(bool relayoutChildren, LayoutUnit& paintInvalidati
onLogicalTop, LayoutUnit& paintInvalidationLogicalBottom, LayoutUnit afterEdge); |
245 void addLowestFloatFromChildren(LayoutBlockFlow*); | 260 void addLowestFloatFromChildren(LayoutBlockFlow*); |
246 | 261 |
247 void createFloatingObjects(); | 262 void createFloatingObjects(); |
248 | 263 |
249 virtual void styleWillChange(StyleDifference, const ComputedStyle& newStyle)
override; | 264 virtual void styleWillChange(StyleDifference, const ComputedStyle& newStyle)
override; |
250 virtual void styleDidChange(StyleDifference, const ComputedStyle* oldStyle)
override; | 265 virtual void styleDidChange(StyleDifference, const ComputedStyle* oldStyle)
override; |
251 | 266 |
(...skipping 20 matching lines...) Expand all Loading... |
272 private: | 287 private: |
273 bool layoutBlockFlow(bool relayoutChildren, LayoutUnit& pageLogicalHeight, S
ubtreeLayoutScope&); | 288 bool layoutBlockFlow(bool relayoutChildren, LayoutUnit& pageLogicalHeight, S
ubtreeLayoutScope&); |
274 void layoutBlockChildren(bool relayoutChildren, SubtreeLayoutScope&, LayoutU
nit beforeEdge, LayoutUnit afterEdge); | 289 void layoutBlockChildren(bool relayoutChildren, SubtreeLayoutScope&, LayoutU
nit beforeEdge, LayoutUnit afterEdge); |
275 | 290 |
276 void layoutBlockChild(LayoutBox& child, MarginInfo&, LayoutUnit& previousFlo
atLogicalBottom); | 291 void layoutBlockChild(LayoutBox& child, MarginInfo&, LayoutUnit& previousFlo
atLogicalBottom); |
277 void adjustPositionedBlock(LayoutBox& child, const MarginInfo&); | 292 void adjustPositionedBlock(LayoutBox& child, const MarginInfo&); |
278 void adjustFloatingBlock(const MarginInfo&); | 293 void adjustFloatingBlock(const MarginInfo&); |
279 | 294 |
280 LayoutPoint computeLogicalLocationForFloat(const FloatingObject&, LayoutUnit
logicalTopOffset) const; | 295 LayoutPoint computeLogicalLocationForFloat(const FloatingObject&, LayoutUnit
logicalTopOffset) const; |
281 | 296 |
282 FloatingObject* insertFloatingObject(LayoutBox&); | |
283 void removeFloatingObject(LayoutBox*); | 297 void removeFloatingObject(LayoutBox*); |
284 void removeFloatingObjectsBelow(FloatingObject*, int logicalOffset); | 298 void removeFloatingObjectsBelow(FloatingObject*, int logicalOffset); |
285 | 299 |
286 // Called from lineWidth, to position the floats added in the last line. | |
287 // Returns true if and only if it has positioned any floats. | |
288 bool positionNewFloats(LineWidth* = nullptr); | |
289 | |
290 LayoutUnit getClearDelta(LayoutBox* child, LayoutUnit yPos); | 300 LayoutUnit getClearDelta(LayoutBox* child, LayoutUnit yPos); |
291 | 301 |
292 bool hasOverhangingFloats() { return parent() && containsFloats() && lowestF
loatLogicalBottom() > logicalHeight(); } | 302 bool hasOverhangingFloats() { return parent() && containsFloats() && lowestF
loatLogicalBottom() > logicalHeight(); } |
293 bool hasOverhangingFloat(LayoutBox*); | 303 bool hasOverhangingFloat(LayoutBox*); |
294 void addIntrudingFloats(LayoutBlockFlow* prev, LayoutUnit xoffset, LayoutUni
t yoffset); | 304 void addIntrudingFloats(LayoutBlockFlow* prev, LayoutUnit xoffset, LayoutUni
t yoffset); |
295 void addOverhangingFloats(LayoutBlockFlow* child, bool makeChildPaintOtherFl
oats); | 305 void addOverhangingFloats(LayoutBlockFlow* child, bool makeChildPaintOtherFl
oats); |
296 | 306 |
297 LayoutUnit lowestFloatLogicalBottom(FloatingObject::Type = FloatingObject::F
loatLeftRight) const; | 307 LayoutUnit lowestFloatLogicalBottom(FloatingObject::Type = FloatingObject::F
loatLeftRight) const; |
298 LayoutUnit nextFloatLogicalBottomBelow(LayoutUnit, ShapeOutsideFloatOffsetMo
de = ShapeOutsideFloatMarginBoxOffset) const; | |
299 | 308 |
300 virtual bool hitTestFloats(HitTestResult&, const HitTestLocation& locationIn
Container, const LayoutPoint& accumulatedOffset) override final; | 309 virtual bool hitTestFloats(HitTestResult&, const HitTestLocation& locationIn
Container, const LayoutPoint& accumulatedOffset) override final; |
301 | 310 |
302 virtual void invalidatePaintForOverhangingFloats(bool paintAllDescendants) o
verride final; | 311 virtual void invalidatePaintForOverhangingFloats(bool paintAllDescendants) o
verride final; |
303 virtual void invalidatePaintForOverflow() override final; | 312 virtual void invalidatePaintForOverflow() override final; |
304 virtual void paintFloats(const PaintInfo&, const LayoutPoint&, bool preserve
Phase = false) override final; | 313 virtual void paintFloats(const PaintInfo&, const LayoutPoint&, bool preserve
Phase = false) override final; |
305 virtual void paintSelection(const PaintInfo&, const LayoutPoint&) override f
inal; | 314 virtual void paintSelection(const PaintInfo&, const LayoutPoint&) override f
inal; |
306 virtual void clipOutFloatingObjects(const LayoutBlock*, ClipScope&, const La
youtPoint&, const LayoutSize&) const; | 315 virtual void clipOutFloatingObjects(const LayoutBlock*, ClipScope&, const La
youtPoint&, const LayoutSize&) const; |
307 void clearFloats(EClear); | 316 void clearFloats(EClear); |
308 | 317 |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
489 | 498 |
490 LayoutUnit m_paintInvalidationLogicalTop; | 499 LayoutUnit m_paintInvalidationLogicalTop; |
491 LayoutUnit m_paintInvalidationLogicalBottom; | 500 LayoutUnit m_paintInvalidationLogicalBottom; |
492 | 501 |
493 virtual bool isSelfCollapsingBlock() const override; | 502 virtual bool isSelfCollapsingBlock() const override; |
494 | 503 |
495 protected: | 504 protected: |
496 OwnPtr<LayoutBlockFlowRareData> m_rareData; | 505 OwnPtr<LayoutBlockFlowRareData> m_rareData; |
497 OwnPtr<FloatingObjects> m_floatingObjects; | 506 OwnPtr<FloatingObjects> m_floatingObjects; |
498 | 507 |
499 friend class BreakingContext; // FIXME: It uses insertFloatingObject and pos
itionNewFloatOnLine, if we move those out from the private scope/add a helper to
LineBreaker, we can remove this friend | |
500 friend class MarginInfo; | 508 friend class MarginInfo; |
501 friend class LineBreaker; | 509 friend class LineBreaker; |
502 friend class LineWidth; // needs to know FloatingObject | 510 friend class LineWidth; // needs to know FloatingObject |
503 | 511 |
504 // FIXME-BLOCKFLOW: These methods have implementations in | 512 // FIXME-BLOCKFLOW: These methods have implementations in |
505 // LayoutBlockFlowLine. They should be moved to the proper header once the | 513 // LayoutBlockFlowLine. They should be moved to the proper header once the |
506 // line layout code is separated from LayoutBlock and LayoutBlockFlow. | 514 // line layout code is separated from LayoutBlock and LayoutBlockFlow. |
507 // START METHODS DEFINED IN LayoutBlockFlowLine | 515 // START METHODS DEFINED IN LayoutBlockFlowLine |
508 private: | 516 private: |
509 InlineFlowBox* createLineBoxes(LayoutObject*, const LineInfo&, InlineBox* ch
ildBox); | 517 InlineFlowBox* createLineBoxes(LayoutObject*, const LineInfo&, InlineBox* ch
ildBox); |
(...skipping 15 matching lines...) Expand all Loading... |
525 void checkFloatsInCleanLine(RootInlineBox*, Vector<FloatWithRect>&, size_t&
floatIndex, bool& encounteredNewFloat, bool& dirtiedByFloat); | 533 void checkFloatsInCleanLine(RootInlineBox*, Vector<FloatWithRect>&, size_t&
floatIndex, bool& encounteredNewFloat, bool& dirtiedByFloat); |
526 RootInlineBox* determineStartPosition(LineLayoutState&, InlineBidiResolver&)
; | 534 RootInlineBox* determineStartPosition(LineLayoutState&, InlineBidiResolver&)
; |
527 void determineEndPosition(LineLayoutState&, RootInlineBox* startBox, InlineI
terator& cleanLineStart, BidiStatus& cleanLineBidiStatus); | 535 void determineEndPosition(LineLayoutState&, RootInlineBox* startBox, InlineI
terator& cleanLineStart, BidiStatus& cleanLineBidiStatus); |
528 bool lineBoxHasBRWithClearance(RootInlineBox*); | 536 bool lineBoxHasBRWithClearance(RootInlineBox*); |
529 bool checkPaginationAndFloatsAtEndLine(LineLayoutState&); | 537 bool checkPaginationAndFloatsAtEndLine(LineLayoutState&); |
530 bool matchedEndLine(LineLayoutState&, const InlineBidiResolver&, const Inlin
eIterator& endLineStart, const BidiStatus& endLineStatus); | 538 bool matchedEndLine(LineLayoutState&, const InlineBidiResolver&, const Inlin
eIterator& endLineStart, const BidiStatus& endLineStatus); |
531 void deleteEllipsisLineBoxes(); | 539 void deleteEllipsisLineBoxes(); |
532 void checkLinesForTextOverflow(); | 540 void checkLinesForTextOverflow(); |
533 // Positions new floats and also adjust all floats encountered on the line i
f any of them | 541 // Positions new floats and also adjust all floats encountered on the line i
f any of them |
534 // have to move to the next page/column. | 542 // have to move to the next page/column. |
535 bool positionNewFloatOnLine(FloatingObject& newFloat, FloatingObject* lastFl
oatFromPreviousLine, LineInfo&, LineWidth&); | |
536 void positionDialog(); | 543 void positionDialog(); |
537 | 544 |
538 // END METHODS DEFINED IN LayoutBlockFlowLine | 545 // END METHODS DEFINED IN LayoutBlockFlowLine |
539 | 546 |
540 }; | 547 }; |
541 | 548 |
542 DEFINE_LAYOUT_OBJECT_TYPE_CASTS(LayoutBlockFlow, isLayoutBlockFlow()); | 549 DEFINE_LAYOUT_OBJECT_TYPE_CASTS(LayoutBlockFlow, isLayoutBlockFlow()); |
543 | 550 |
544 } // namespace blink | 551 } // namespace blink |
545 | 552 |
546 #endif // LayoutBlockFlow_h | 553 #endif // LayoutBlockFlow_h |
OLD | NEW |