Searched defs:ratio2 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalUtils.java322 float ratio2, Color c1,Color c2,
325 int mid2 = (int)(ratio2 * h);
348 float ratio2, Color c1,Color c2,
351 int mid2 = (int)(ratio2 * w);
321 drawVerticalGradient(Graphics2D g, float ratio1, float ratio2, Color c1,Color c2, Color c3, int w, int h) argument
347 drawHorizontalGradient(Graphics2D g, float ratio1, float ratio2, Color c1,Color c2, Color c3, int w, int h) argument

Completed in 30 milliseconds