Home
last modified time | relevance | path

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

/dports/sysutils/k4dirstat/k4dirstat-3.3.0/src/
H A Dktreemaptile.cpp205 double worstAspectRatio = in squarify() local
210 worstAspectRatio > lastWorstAspectRatio) { in squarify()
214 lastWorstAspectRatio = worstAspectRatio; in squarify()
/dports/sysutils/qdirstat/qdirstat-1.8/src/
H A DTreemapTile.cpp240 …double worstAspectRatio = qMax( scaledLengthSquare * row.first()->totalAllocatedSize() / sumSquare, in squarify() local
244 worstAspectRatio > lastWorstAspectRatio ) in squarify()
249 lastWorstAspectRatio = worstAspectRatio; in squarify()