Home
last modified time | relevance | path

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

/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/components/graphics/
H A DScale.java33 private static boolean wantBinary; field in Scale
45 wantBinary = COConfigurationManager.getBooleanParameter("ui.scaled.graphics.binary.based");
120 int scaleThing = wantBinary?2:10; in computeValues()
121 double scaleMax = wantBinary?4:5; in computeValues()
150 if ( useSI && !wantBinary ){ in computeValues()
155 }else if ( !useSI && wantBinary ){ in computeValues()