Searched refs:acv (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/classes/java/awt/geom/
H A DRoundRectIterator.java87 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,
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java2039 private static final double acv = (1.0 - cv) / 2.0; field in class:Metacity.RoundRectClipShape.RoundishRectIterator
2048 { 0.0, 0.0, 1.0, -acv, /* BOTTOM LEFT arc curve */
2049 0.0, acv, 1.0, 0.0,
2053 { 1.0, -acv, 1.0, 0.0, /* BOTTOM RIGHT arc curve */
2054 1.0, 0.0, 1.0, -acv,
2058 { 1.0, 0.0, 0.0, acv, /* TOP RIGHT arc curve */
2059 1.0, -acv, 0.0, 0.0,
2063 { 0.0, acv, 0.0, 0.0, /* TOP LEFT arc curve */
2064 0.0, 0.0, 0.0, acv,
/openjdk9/nashorn/test/script/basic/
H A DJDK-8017084.js807 acv: 776,

Completed in 218 milliseconds