Home
last modified time | relevance | path

Searched refs:POINT_SIZE (Results 1 – 25 of 804) sorted by relevance

12345678910>>...33

/dports/graphics/cogl/cogl-1.22.8/tests/conform/
H A Dtest-point-sprite.c5 #define POINT_SIZE 8 macro
10 POINT_SIZE, POINT_SIZE,
142 POINT_SIZE - POINT_SIZE / 4, in do_test()
143 POINT_SIZE - POINT_SIZE / 4, in do_test()
146 POINT_SIZE + POINT_SIZE / 4, in do_test()
147 POINT_SIZE - POINT_SIZE / 4, in do_test()
150 POINT_SIZE - POINT_SIZE / 4, in do_test()
151 POINT_SIZE + POINT_SIZE / 4, in do_test()
156 POINT_SIZE + POINT_SIZE / 4, in do_test()
157 POINT_SIZE + POINT_SIZE / 4, in do_test()
[all …]
/dports/x11-wm/mutter/mutter-41.1/cogl/tests/conform/
H A Dtest-point-sprite.c6 #define POINT_SIZE 8 macro
11 POINT_SIZE, POINT_SIZE,
143 POINT_SIZE - POINT_SIZE / 4, in do_test()
144 POINT_SIZE - POINT_SIZE / 4, in do_test()
147 POINT_SIZE + POINT_SIZE / 4, in do_test()
148 POINT_SIZE - POINT_SIZE / 4, in do_test()
151 POINT_SIZE - POINT_SIZE / 4, in do_test()
152 POINT_SIZE + POINT_SIZE / 4, in do_test()
157 POINT_SIZE + POINT_SIZE / 4, in do_test()
158 POINT_SIZE + POINT_SIZE / 4, in do_test()
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/cogl/tests/conform/
H A Dtest-point-sprite.c5 #define POINT_SIZE 8 macro
10 POINT_SIZE, POINT_SIZE,
142 POINT_SIZE - POINT_SIZE / 4, in do_test()
143 POINT_SIZE - POINT_SIZE / 4, in do_test()
146 POINT_SIZE + POINT_SIZE / 4, in do_test()
147 POINT_SIZE - POINT_SIZE / 4, in do_test()
150 POINT_SIZE - POINT_SIZE / 4, in do_test()
151 POINT_SIZE + POINT_SIZE / 4, in do_test()
156 POINT_SIZE + POINT_SIZE / 4, in do_test()
157 POINT_SIZE + POINT_SIZE / 4, in do_test()
[all …]
/dports/java/bouncycastle15/crypto-169/core/src/test/java/org/bouncycastle/math/ec/rfc7748/test/
H A DX25519Test.java27 byte[] rF = new byte[X25519.POINT_SIZE]; in testConsistency()
28 byte[] rV = new byte[X25519.POINT_SIZE]; in testConsistency()
44 byte[] qA = new byte[X25519.POINT_SIZE]; in testECDH()
45 byte[] qB = new byte[X25519.POINT_SIZE]; in testECDH()
46 byte[] sA = new byte[X25519.POINT_SIZE]; in testECDH()
47 byte[] sB = new byte[X25519.POINT_SIZE]; in testECDH()
121 byte[] aPub = new byte[X25519.POINT_SIZE]; in checkECDHVector()
129 byte[] aK = new byte[X25519.POINT_SIZE]; in checkECDHVector()
133 byte[] bK = new byte[X25519.POINT_SIZE]; in checkECDHVector()
144 byte[] r = new byte[X25519.POINT_SIZE]; in checkIterated()
[all …]
H A DX448Test.java28 byte[] rF = new byte[X448.POINT_SIZE]; in testConsistency()
29 byte[] rV = new byte[X448.POINT_SIZE]; in testConsistency()
45 byte[] qA = new byte[X448.POINT_SIZE]; in testECDH()
46 byte[] qB = new byte[X448.POINT_SIZE]; in testECDH()
47 byte[] sA = new byte[X448.POINT_SIZE]; in testECDH()
48 byte[] sB = new byte[X448.POINT_SIZE]; in testECDH()
312 byte[] aPub = new byte[X448.POINT_SIZE]; in checkECDHVector()
320 byte[] aK = new byte[X448.POINT_SIZE]; in checkECDHVector()
324 byte[] bK = new byte[X448.POINT_SIZE]; in checkECDHVector()
335 byte[] r = new byte[X448.POINT_SIZE]; in checkIterated()
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/shaders/
H A Dglsl-vs-point-size.c52 #define POINT_SIZE 16 macro
72 pass &= piglit_probe_pixel_rgb(piglit_width / 2 - POINT_SIZE / 2 + 1, in piglit_display()
73 piglit_height / 2 - POINT_SIZE / 2 + 1, in piglit_display()
75 pass &= piglit_probe_pixel_rgb(piglit_width / 2 + POINT_SIZE / 2 - 1, in piglit_display()
76 piglit_height / 2 + POINT_SIZE / 2 - 1, in piglit_display()
98 if (POINT_SIZE < point_size_range[0] || in piglit_init()
99 POINT_SIZE > point_size_range[1]) { in piglit_init()
100 printf("Point size %i not supported\n", POINT_SIZE); in piglit_init()
/dports/java/bouncycastle15/crypto-169/tls/src/main/java/org/bouncycastle/tls/crypto/impl/bc/
H A DBcX25519.java19 protected final byte[] peerPublicKey = new byte[X25519.POINT_SIZE];
30 byte[] publicKey = new byte[X25519.POINT_SIZE]; in generateEphemeral()
37 if (peerValue == null || peerValue.length != X25519.POINT_SIZE) in receivePeerValue()
42 System.arraycopy(peerValue, 0, peerPublicKey, 0, X25519.POINT_SIZE); in receivePeerValue()
49 byte[] secret = new byte[X25519.POINT_SIZE]; in calculateSecret()
H A DBcX448.java19 protected final byte[] peerPublicKey = new byte[X448.POINT_SIZE];
30 byte[] publicKey = new byte[X448.POINT_SIZE]; in generateEphemeral()
37 if (peerValue == null || peerValue.length != X448.POINT_SIZE) in receivePeerValue()
42 System.arraycopy(peerValue, 0, peerPublicKey, 0, X448.POINT_SIZE); in receivePeerValue()
49 byte[] secret = new byte[X448.POINT_SIZE]; in calculateSecret()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/criterion-0.3.5/src/plot/plotters_backend/
H A Diteration_times.rs48 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_BLUE.filled())), in iteration_times_figure()
52 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_BLUE.filled())); in iteration_times_figure()
115 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_BLUE.filled())), in iteration_times_comparison_figure()
119 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_BLUE.filled())); in iteration_times_comparison_figure()
125 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_RED.filled())), in iteration_times_comparison_figure()
129 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_RED.filled())); in iteration_times_comparison_figure()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/criterion-0.3.5/src/plot/plotters_backend/
H A Diteration_times.rs48 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_BLUE.filled())), in iteration_times_figure()
52 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_BLUE.filled())); in iteration_times_figure()
115 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_BLUE.filled())), in iteration_times_comparison_figure()
119 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_BLUE.filled())); in iteration_times_comparison_figure()
125 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_RED.filled())), in iteration_times_comparison_figure()
129 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_RED.filled())); in iteration_times_comparison_figure()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/criterion-0.3.5/src/plot/plotters_backend/
H A Diteration_times.rs48 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_BLUE.filled())), in iteration_times_figure()
52 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_BLUE.filled())); in iteration_times_figure()
115 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_BLUE.filled())), in iteration_times_comparison_figure()
119 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_BLUE.filled())); in iteration_times_comparison_figure()
125 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_RED.filled())), in iteration_times_comparison_figure()
129 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_RED.filled())); in iteration_times_comparison_figure()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/criterion-0.3.4/src/plot/plotters_backend/
H A Diteration_times.rs48 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_BLUE.filled())), in iteration_times_figure()
52 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_BLUE.filled())); in iteration_times_figure()
115 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_BLUE.filled())), in iteration_times_comparison_figure()
119 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_BLUE.filled())); in iteration_times_comparison_figure()
125 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_RED.filled())), in iteration_times_comparison_figure()
129 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_RED.filled())); in iteration_times_comparison_figure()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/criterion-0.3.4/src/plot/plotters_backend/
H A Diteration_times.rs48 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_BLUE.filled())), in iteration_times_figure()
52 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_BLUE.filled())); in iteration_times_figure()
115 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_BLUE.filled())), in iteration_times_comparison_figure()
119 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_BLUE.filled())); in iteration_times_comparison_figure()
125 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_RED.filled())), in iteration_times_comparison_figure()
129 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_RED.filled())); in iteration_times_comparison_figure()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/criterion/src/plot/plotters_backend/
H A Diteration_times.rs48 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_BLUE.filled())), in iteration_times_figure()
52 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_BLUE.filled())); in iteration_times_figure()
115 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_BLUE.filled())), in iteration_times_comparison_figure()
119 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_BLUE.filled())); in iteration_times_comparison_figure()
125 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_RED.filled())), in iteration_times_comparison_figure()
129 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_RED.filled())); in iteration_times_comparison_figure()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/criterion-0.3.4/src/plot/plotters_backend/
H A Diteration_times.rs48 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_BLUE.filled())), in iteration_times_figure()
52 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_BLUE.filled())); in iteration_times_figure()
115 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_BLUE.filled())), in iteration_times_comparison_figure()
119 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_BLUE.filled())); in iteration_times_comparison_figure()
125 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_RED.filled())), in iteration_times_comparison_figure()
129 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_RED.filled())); in iteration_times_comparison_figure()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/criterion-0.3.5/src/plot/plotters_backend/
H A Diteration_times.rs48 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_BLUE.filled())), in iteration_times_figure()
52 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_BLUE.filled())); in iteration_times_figure()
115 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_BLUE.filled())), in iteration_times_comparison_figure()
119 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_BLUE.filled())); in iteration_times_comparison_figure()
125 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_RED.filled())), in iteration_times_comparison_figure()
129 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_RED.filled())); in iteration_times_comparison_figure()
/dports/textproc/jql/jql-3.0.6/cargo-crates/criterion-0.3.5/src/plot/plotters_backend/
H A Diteration_times.rs48 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_BLUE.filled())), in iteration_times_figure()
52 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_BLUE.filled())); in iteration_times_figure()
115 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_BLUE.filled())), in iteration_times_comparison_figure()
119 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_BLUE.filled())); in iteration_times_comparison_figure()
125 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_RED.filled())), in iteration_times_comparison_figure()
129 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_RED.filled())); in iteration_times_comparison_figure()
/dports/graphics/pastel/pastel-0.8.1/cargo-crates/criterion-0.3.4/src/plot/plotters_backend/
H A Diteration_times.rs48 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_BLUE.filled())), in iteration_times_figure()
52 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_BLUE.filled())); in iteration_times_figure()
115 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_BLUE.filled())), in iteration_times_comparison_figure()
119 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_BLUE.filled())); in iteration_times_comparison_figure()
125 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_RED.filled())), in iteration_times_comparison_figure()
129 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_RED.filled())); in iteration_times_comparison_figure()
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/criterion-0.3.5/src/plot/plotters_backend/
H A Diteration_times.rs48 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_BLUE.filled())), in iteration_times_figure()
52 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_BLUE.filled())); in iteration_times_figure()
115 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_BLUE.filled())), in iteration_times_comparison_figure()
119 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_BLUE.filled())); in iteration_times_comparison_figure()
125 .map(|(x, y)| Circle::new((x as f64, *y), POINT_SIZE, DARK_RED.filled())), in iteration_times_comparison_figure()
129 .legend(|(x, y)| Circle::new((x + 10, y), POINT_SIZE, DARK_RED.filled())); in iteration_times_comparison_figure()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/params/
H A DX25519PrivateKeyParameters.java16 public static final int SECRET_SIZE = X25519.POINT_SIZE;
61 byte[] publicKey = new byte[X25519.POINT_SIZE]; in generatePublicKey()
68 byte[] encoded = new byte[X25519.POINT_SIZE]; in generateSecret()
H A DX448PrivateKeyParameters.java16 public static final int SECRET_SIZE = X448.POINT_SIZE;
61 byte[] publicKey = new byte[X448.POINT_SIZE]; in generatePublicKey()
68 byte[] encoded = new byte[X448.POINT_SIZE]; in generateSecret()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/java2d/xr/
H A DGrowablePointArray.java36 private static final int POINT_SIZE = 2; field in GrowablePointArray
40 super(POINT_SIZE, initialSize); in GrowablePointArray()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/java2d/xr/
H A DGrowablePointArray.java36 private static final int POINT_SIZE = 2; field in GrowablePointArray
40 super(POINT_SIZE, initialSize); in GrowablePointArray()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/java2d/xr/
H A DGrowablePointArray.java36 private static final int POINT_SIZE = 2; field in GrowablePointArray
40 super(POINT_SIZE, initialSize); in GrowablePointArray()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/classes/sun/java2d/xr/
H A DGrowablePointArray.java36 private static final int POINT_SIZE = 2; field in GrowablePointArray
40 super(POINT_SIZE, initialSize); in GrowablePointArray()

12345678910>>...33