Home
last modified time | relevance | path

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

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvrend.cpp1254 int dist_nb_cols = 0; in PlaceCells() local
1280 dist_nb_cols += 1; // candidate to get more width in PlaceCells()
1310 restw, dist_nb_cols); in PlaceCells()
1314 if (dist_nb_cols == 0) { in PlaceCells()
1319 dist_nb_cols += 1; in PlaceCells()
1324 restw, dist_nb_cols); in PlaceCells()
1327 if (restw != 0 && dist_nb_cols>0) { in PlaceCells()
1328 int a = restw / dist_nb_cols; in PlaceCells()
1329 int b = restw % dist_nb_cols; in PlaceCells()