Home
last modified time | relevance | path

Searched refs:max_used_y (Results 1 – 1 of 1) sorted by relevance

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvrend.cpp798 int max_used_y = -1; in PlaceCells() local
806 if (y0 > max_used_y) in PlaceCells()
807 max_used_y = y0; in PlaceCells()
815 if (cell->row->index + cell->rowspan - 1 > max_used_y) in PlaceCells()
816 cell->rowspan = max_used_y - cell->row->index + 1; in PlaceCells()
823 cols.length(), rows.length(), max_used_x+1, max_used_y+1); in PlaceCells()
825 for (i=rows.length()-1; i>max_used_y; i--) { in PlaceCells()