diff options
author | Sebastian Geerken <devnull@localhost> | 2013-08-26 10:22:09 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-08-26 10:22:09 +0200 |
commit | 16fd6283d93b8f468074358a488a6acc076d852d (patch) | |
tree | da32739c4ca5a0ed4954f3219fad97bb217ad497 /dw/outofflowmgr.hh | |
parent | 6585f6117436d57ca2981ca7552b09565abe0178 (diff) |
Some refactoring.
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index 69f39471..31d783c5 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -227,6 +227,8 @@ private: int getFloatsSize (SortedFloatsVector *list); void accumExtremes (SortedFloatsVector *list, int *oofMinWidth, int *oofMaxWidth); + int getBorderDiff (Float *vloat); + TBInfo *getTextblock (Textblock *textblock); int getBorder (Textblock *textblock, Side side, int y, int h, Textblock *lastGB, int lastExtIndex); |