Home
last modified time | relevance | path

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

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvrend.cpp10210 int columns_min_width = 0; in getRenderedWidths() local
10213 columns_min_width += columns[c].min_w; in getRenderedWidths()
10217 if ( _minWidth < columns_min_width ) in getRenderedWidths()
10218 _minWidth = columns_min_width; in getRenderedWidths()
10245 … printf("GRW table: min %d %d > %d max %d %d > %d\n", columns_min_width, cumulative_min_width, in getRenderedWidths()