Home
last modified time | relevance | path

Searched defs:small_ratio (Results 1 – 4 of 4) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/
H A Drace_gui_multitouch.cpp215 const float small_ratio = 0.75f; in createRaceGUI() local
294 const float small_ratio = 0.75f; in createSpectatorGUI() local
/dports/x11-clocks/dclock/dclock/
H A DDclockP.h27 float small_ratio; /* ratio of small to large digits */ member
/dports/security/silktools/silk-3.19.1/src/rwscan/
H A Drwscan.h239 double small_ratio; member
246 double small_ratio; member
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/grass-0.10.8/src/value/number/
H A Dmod.rs72 pub fn small_ratio<A: Into<i64>, B: Into<i64>>(a: A, b: B) -> Self { in small_ratio() method