Searched defs:acv (Results 1 - 2 of 2) sorted by relevance
| /openjdk7/jdk/src/share/classes/java/awt/geom/ |
| H A D | RoundRectIterator.java | 87 private static final double acv = (1.0 - cv) / 2.0; field in class:RoundRectIterator 96 { 0.0, 0.0, 1.0, -acv, 97 0.0, acv, 1.0, 0.0, 100 { 1.0, -acv, 1.0, 0.0, 101 1.0, 0.0, 1.0, -acv, 104 { 1.0, 0.0, 0.0, acv, 105 1.0, -acv, 0.0, 0.0, 108 { 0.0, acv, 0.0, 0.0, 109 0.0, 0.0, 0.0, acv,
|
| /openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/ |
| H A D | Metacity.java | 2040 private static final double acv = (1.0 - cv) / 2.0; field in class:Metacity.RoundRectClipShape.RoundishRectIterator 2049 { 0.0, 0.0, 1.0, -acv, /* BOTTOM LEFT arc curve */ 2050 0.0, acv, 1.0, 0.0, 2054 { 1.0, -acv, 1.0, 0.0, /* BOTTOM RIGHT arc curve */ 2055 1.0, 0.0, 1.0, -acv, 2059 { 1.0, 0.0, 0.0, acv, /* TOP RIGHT arc curve */ 2060 1.0, -acv, 0.0, 0.0, 2064 { 0.0, acv, 0.0, 0.0, /* TOP LEFT arc curve */ 2065 0.0, 0.0, 0.0, acv,
|
Completed in 50 milliseconds