diff options
author | Sebastian Geerken <devnull@localhost> | 2013-05-01 12:37:24 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-05-01 12:37:24 +0200 |
commit | 470d98eada6329db4c3d8442240d9f9bec920ec9 (patch) | |
tree | 5366777bf10249e2224802d85c27d18d613c8605 /dw/outofflowmgr.hh | |
parent | c2c9fc9b3aea2c05cdc3137f2badfbeb0c871633 (diff) |
Splitting up findFloatIndex (mainly for profiling).
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 7c9d6b75..eafec01e 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -94,6 +94,8 @@ private: { this->oofm = oofm; this->side = side; this->type = type; } int findFloatIndex (Textblock *lastGB, int lastExtIndex); + int findFloatIndexBackwards (int tbInfoIndex, Textblock *lastGB, + int lastExtIndex); int find (Textblock *textblock, int y, int start, int end); int findFirst (Textblock *textblock, int y, int h, Textblock *lastGB, int lastExtIndex); |