Searched refs:curve (Results 26 - 27 of 27) sorted by relevance

12

/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/marlin/
H A DStroker.java38 private static final int DRAWING_OP_TO = 1; // ie. curve, line, or quad
110 // This is where the curve to be processed is put. We give it
120 // dirty curve
121 final Curve curve; field in class:Stroker
131 this.curve = rdrCtx.curve;
254 // need 1 curve to approximate the circle section that joins omx,omy
307 // just return to avoid generating a flat curve:
313 // define the bezier curve we're computing.
681 // a curve wit
[all...]
/openjdk10/jdk/test/javax/xml/crypto/dsig/
H A DGenerationTests.java1603 EllipticCurve curve = new EllipticCurve(field,
1606 return new ECParameterSpec(curve, g, bigInt(n), h);
1640 private static PublicKey getECPublicKey(String curve) throws Exception { argument
1644 switch (curve) {
1661 throw new Exception("Unsupported curve: " + curve);
1695 private static PrivateKey getECPrivateKey(String curve) throws Exception { argument
1698 switch (curve) {
1712 throw new Exception("Unsupported curve: " + curve);
[all...]

Completed in 96 milliseconds

12