aboutsummaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-05-01 12:37:24 +0200
committerSebastian Geerken <devnull@localhost>2013-05-01 12:37:24 +0200
commit470d98eada6329db4c3d8442240d9f9bec920ec9 (patch)
tree5366777bf10249e2224802d85c27d18d613c8605 /dw/outofflowmgr.hh
parentc2c9fc9b3aea2c05cdc3137f2badfbeb0c871633 (diff)
Splitting up findFloatIndex (mainly for profiling).
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r--dw/outofflowmgr.hh2
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);