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

/openjdk7/jdk/src/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,
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DQuartzRenderer.m607 CGFloat acv = (1.0f - cv) / 2.0f;
609 gRoundRectCtrlpts[2][3] = -acv;
610 gRoundRectCtrlpts[2][5] = acv;
611 gRoundRectCtrlpts[4][1] = -acv;
612 gRoundRectCtrlpts[4][7] = -acv;
613 gRoundRectCtrlpts[6][3] = acv;
614 gRoundRectCtrlpts[6][5] = -acv;
615 gRoundRectCtrlpts[8][1] = acv;
616 gRoundRectCtrlpts[8][7] = acv;
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java2040 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 3687 milliseconds