diff options
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index 19205717..a89e8662 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -316,6 +316,9 @@ private: bool hasFloat (Textblock *textblock, Side side, int y, int h, Textblock *lastGB, int lastExtIndex); + int getFloatHeight (Textblock *textblock, Side side, int y, int h, + Textblock *lastGB, int lastExtIndex); + int getClearPosition (Textblock *tb, Side side); void ensureFloatSize (Float *vloat); @@ -426,6 +429,11 @@ public: bool hasFloatRight (Textblock *textblock, int y, int h, Textblock *lastGB, int lastExtIndex); + int getLeftFloatHeight (Textblock *textblock, int y, int h, + Textblock *lastGB, int lastExtIndex); + int getRightFloatHeight (Textblock *textblock, int y, int h, + Textblock *lastGB, int lastExtIndex); + int getClearPosition (Textblock *tb); inline static bool isRefOutOfFlow (int ref) |