Home
last modified time | relevance | path

Searched defs:YRatio (Results 1 – 3 of 3) sorted by last modified time

/dports/x11-wm/gamescope/gamescope-3.7.1/src/
H A Dsteamcompmgr.cpp901 float YRatio = (float)currentOutputHeight / window->a.height; in paint() local
987 float YRatio = (float)currentOutputHeight / sourceHeight; in paint_window() local
/dports/net/tunneller/tunneller-release-0.6/vendor/github.com/gizak/termui/v3/
H A Dgrid.go24 YRatio float64 member
/dports/devel/liblas/libLAS-1.8.1/src/
H A Dindex.cpp1066 double YRatio = m_rangeY >= m_rangeX ? 1.0: m_rangeY / m_rangeX; in BuildIndex() local