Home
last modified time | relevance | path

Searched refs:bx0 (Results 76 – 100 of 371) sorted by relevance

12345678910>>...15

/dports/ftp/gstreamer1-plugins-curl/gst-plugins-bad-1.16.2/gst/geometrictransform/
H A Dgeometricmath.c125 gint bx0, bx1, by0, by1, b00, b10, b01, b11; in gst_gm_noise_2() local
131 bx0 = ((gint) t) & BM; in gst_gm_noise_2()
132 bx1 = (bx0 + 1) & BM; in gst_gm_noise_2()
142 i = noise->p[bx0]; in gst_gm_noise_2()
/dports/www/gstreamer1-plugins-neon/gst-plugins-bad-1.16.2/gst/geometrictransform/
H A Dgeometricmath.c125 gint bx0, bx1, by0, by1, b00, b10, b01, b11; in gst_gm_noise_2() local
131 bx0 = ((gint) t) & BM; in gst_gm_noise_2()
132 bx1 = (bx0 + 1) & BM; in gst_gm_noise_2()
142 i = noise->p[bx0]; in gst_gm_noise_2()
/dports/multimedia/gstreamer1-plugins-x265/gst-plugins-bad-1.16.2/gst/geometrictransform/
H A Dgeometricmath.c125 gint bx0, bx1, by0, by1, b00, b10, b01, b11; in gst_gm_noise_2() local
131 bx0 = ((gint) t) & BM; in gst_gm_noise_2()
132 bx1 = (bx0 + 1) & BM; in gst_gm_noise_2()
142 i = noise->p[bx0]; in gst_gm_noise_2()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/svgfilters-0.1.0/src/
H A Dturbulence.rs237 let mut bx0 = t as i32; in noise2() localVariable
238 let mut bx1 = bx0 + 1; in noise2()
249 if bx0 >= info.wrap_x { in noise2()
250 bx0 -= info.width; in noise2()
266 bx0 &= BM; in noise2()
270 let i = lattice_selector[bx0 as usize]; in noise2()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxhintn1.c354 return intersect_bar_bar(ax0, ay0, ax3, ay3, bx0, by0, bx3, by3); in intersect_curve_curve_rec()
361 int m = bar_samples(bx3 - bx0, by3 - by0); in intersect_curve_curve_rec()
363 return intersect_curve_bar_rec(m, ka, bx3 - bx0, by3 - by0, in intersect_curve_curve_rec()
364 ax0 - bx0, ay0 - by0, ax1 - bx0, ay1 - by0, ax2 - bx0, ay2 - by0, ax3 - bx0, ay3 - by0); in intersect_curve_curve_rec()
394 box1.p.x = box1.q.x = bx0; in intersect_curve_curve_rec()
435 fixed bx01 = (bx0 + bx1) / 2, by01 = (by0 + by1) / 2; in intersect_curve_curve_rec()
443 bx0, by0, bx01, by01, bx012, by012, bx0123, by0123)) in intersect_curve_curve_rec()
449 bx0, by0, bx01, by01, bx012, by012, bx0123, by0123)) in intersect_curve_curve_rec()
469 fixed bx0 = this->pole[j].gx; in t1_hinter__intersect_curve_curve() local
478 int kb = curve_log2_samples(bx0, by0, bx1, by1, bx2, by2, bx3, by3); in t1_hinter__intersect_curve_curve()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxhintn1.c354 return intersect_bar_bar(ax0, ay0, ax3, ay3, bx0, by0, bx3, by3); in intersect_curve_curve_rec()
361 int m = bar_samples(bx3 - bx0, by3 - by0); in intersect_curve_curve_rec()
363 return intersect_curve_bar_rec(m, ka, bx3 - bx0, by3 - by0, in intersect_curve_curve_rec()
364 ax0 - bx0, ay0 - by0, ax1 - bx0, ay1 - by0, ax2 - bx0, ay2 - by0, ax3 - bx0, ay3 - by0); in intersect_curve_curve_rec()
394 box1.p.x = box1.q.x = bx0; in intersect_curve_curve_rec()
435 fixed bx01 = (bx0 + bx1) / 2, by01 = (by0 + by1) / 2; in intersect_curve_curve_rec()
443 bx0, by0, bx01, by01, bx012, by012, bx0123, by0123)) in intersect_curve_curve_rec()
449 bx0, by0, bx01, by01, bx012, by012, bx0123, by0123)) in intersect_curve_curve_rec()
469 fixed bx0 = this->pole[j].gx; in t1_hinter__intersect_curve_curve() local
478 int kb = curve_log2_samples(bx0, by0, bx1, by1, bx2, by2, bx3, by3); in t1_hinter__intersect_curve_curve()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxhintn1.c355 return intersect_bar_bar(ax0, ay0, ax3, ay3, bx0, by0, bx3, by3); in intersect_curve_curve_rec()
362 int m = bar_samples(bx3 - bx0, by3 - by0); in intersect_curve_curve_rec()
364 return intersect_curve_bar_rec(m, ka, bx3 - bx0, by3 - by0, in intersect_curve_curve_rec()
365 … ax0 - bx0, ay0 - by0, ax1 - bx0, ay1 - by0, ax2 - bx0, ay2 - by0, ax3 - bx0, ay3 - by0); in intersect_curve_curve_rec()
395 box1.p.x = box1.q.x = bx0; in intersect_curve_curve_rec()
436 fixed bx01 = (bx0 + bx1) / 2, by01 = (by0 + by1) / 2; in intersect_curve_curve_rec()
444bx0, by0, bx01, by01, bx012, by012, bx0123, by0123)) in intersect_curve_curve_rec()
450bx0, by0, bx01, by01, bx012, by012, bx0123, by0123)) in intersect_curve_curve_rec()
470 fixed bx0 = self->pole[j].gx; in t1_hinter__intersect_curve_curve() local
479 int kb = curve_log2_samples(bx0, by0, bx1, by1, bx2, by2, bx3, by3); in t1_hinter__intersect_curve_curve()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxhintn1.c355 return intersect_bar_bar(ax0, ay0, ax3, ay3, bx0, by0, bx3, by3); in intersect_curve_curve_rec()
362 int m = bar_samples(bx3 - bx0, by3 - by0); in intersect_curve_curve_rec()
364 return intersect_curve_bar_rec(m, ka, bx3 - bx0, by3 - by0, in intersect_curve_curve_rec()
365 … ax0 - bx0, ay0 - by0, ax1 - bx0, ay1 - by0, ax2 - bx0, ay2 - by0, ax3 - bx0, ay3 - by0); in intersect_curve_curve_rec()
395 box1.p.x = box1.q.x = bx0; in intersect_curve_curve_rec()
436 fixed bx01 = (bx0 + bx1) / 2, by01 = (by0 + by1) / 2; in intersect_curve_curve_rec()
444bx0, by0, bx01, by01, bx012, by012, bx0123, by0123)) in intersect_curve_curve_rec()
450bx0, by0, bx01, by01, bx012, by012, bx0123, by0123)) in intersect_curve_curve_rec()
470 fixed bx0 = self->pole[j].gx; in t1_hinter__intersect_curve_curve() local
479 int kb = curve_log2_samples(bx0, by0, bx1, by1, bx2, by2, bx3, by3); in t1_hinter__intersect_curve_curve()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxhintn1.c356 return intersect_bar_bar(ax0, ay0, ax3, ay3, bx0, by0, bx3, by3); in intersect_curve_curve_rec()
363 int m = bar_samples(bx3 - bx0, by3 - by0); in intersect_curve_curve_rec()
365 return intersect_curve_bar_rec(m, ka, bx3 - bx0, by3 - by0, in intersect_curve_curve_rec()
366 … ax0 - bx0, ay0 - by0, ax1 - bx0, ay1 - by0, ax2 - bx0, ay2 - by0, ax3 - bx0, ay3 - by0); in intersect_curve_curve_rec()
396 box1.p.x = box1.q.x = bx0; in intersect_curve_curve_rec()
437 fixed bx01 = (bx0 + bx1) / 2, by01 = (by0 + by1) / 2; in intersect_curve_curve_rec()
445bx0, by0, bx01, by01, bx012, by012, bx0123, by0123)) in intersect_curve_curve_rec()
451bx0, by0, bx01, by01, bx012, by012, bx0123, by0123)) in intersect_curve_curve_rec()
471 fixed bx0 = self->pole[j].gx; in t1_hinter__intersect_curve_curve() local
480 int kb = curve_log2_samples(bx0, by0, bx1, by1, bx2, by2, bx3, by3); in t1_hinter__intersect_curve_curve()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxhintn1.c356 return intersect_bar_bar(ax0, ay0, ax3, ay3, bx0, by0, bx3, by3); in intersect_curve_curve_rec()
363 int m = bar_samples(bx3 - bx0, by3 - by0); in intersect_curve_curve_rec()
365 return intersect_curve_bar_rec(m, ka, bx3 - bx0, by3 - by0, in intersect_curve_curve_rec()
366 … ax0 - bx0, ay0 - by0, ax1 - bx0, ay1 - by0, ax2 - bx0, ay2 - by0, ax3 - bx0, ay3 - by0); in intersect_curve_curve_rec()
396 box1.p.x = box1.q.x = bx0; in intersect_curve_curve_rec()
437 fixed bx01 = (bx0 + bx1) / 2, by01 = (by0 + by1) / 2; in intersect_curve_curve_rec()
445bx0, by0, bx01, by01, bx012, by012, bx0123, by0123)) in intersect_curve_curve_rec()
451bx0, by0, bx01, by01, bx012, by012, bx0123, by0123)) in intersect_curve_curve_rec()
471 fixed bx0 = self->pole[j].gx; in t1_hinter__intersect_curve_curve() local
480 int kb = curve_log2_samples(bx0, by0, bx1, by1, bx2, by2, bx3, by3); in t1_hinter__intersect_curve_curve()
[all …]
/dports/audio/snd/snd-21.2/
H A Dxm-enved.fs93 "xe-bx0"
118 self xe-bx0@
132 self xe-bx0@
223 xe xe-bx0@ { bx0 }
225 x bx0 f-
226 bx1 bx0 f- f/
253 xe xe-bx0@ s>f
257 xe xe-bx0@ { bx0 }
261 bx1 bx0 f- f*
262 bx0 f+
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/lib2geom/
H A Dquadtree.cpp40 bx0 = 0; in insert()
47 double bxx0 = bx0, bxx1 = bx1; in insert()
69 bx0 = bxx0; in insert()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/font/
H A DGlyphList.java441 float bx0, by0, bx1, by1; in fillBounds() local
442 bx0 = by0 = Float.POSITIVE_INFINITY; in fillBounds()
467 if (bx0 > gx0) bx0 = gx0; in fillBounds()
475 bounds[0] = (int)Math.floor(bx0); in fillBounds()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DGlyphList.java452 float bx0, by0, bx1, by1; in fillBounds() local
453 bx0 = by0 = Float.POSITIVE_INFINITY; in fillBounds()
481 if (bx0 > gx0) bx0 = gx0; in fillBounds()
489 bounds[0] = (int)Math.floor(bx0); in fillBounds()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/font/
H A DGlyphList.java452 float bx0, by0, bx1, by1; in fillBounds() local
453 bx0 = by0 = Float.POSITIVE_INFINITY; in fillBounds()
481 if (bx0 > gx0) bx0 = gx0; in fillBounds()
489 bounds[0] = (int)Math.floor(bx0); in fillBounds()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DGlyphList.java452 float bx0, by0, bx1, by1; in fillBounds() local
453 bx0 = by0 = Float.POSITIVE_INFINITY; in fillBounds()
481 if (bx0 > gx0) bx0 = gx0; in fillBounds()
489 bounds[0] = (int)Math.floor(bx0); in fillBounds()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DGlyphList.java472 float bx0, by0, bx1, by1; in fillBounds() local
473 bx0 = by0 = Float.POSITIVE_INFINITY; in fillBounds()
501 if (bx0 > gx0) bx0 = gx0; in fillBounds()
509 bounds[0] = (int)Math.floor(bx0); in fillBounds()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/font/
H A DGlyphList.java452 float bx0, by0, bx1, by1; in fillBounds() local
453 bx0 = by0 = Float.POSITIVE_INFINITY; in fillBounds()
481 if (bx0 > gx0) bx0 = gx0; in fillBounds()
489 bounds[0] = (int)Math.floor(bx0); in fillBounds()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/font/
H A DGlyphList.java452 float bx0, by0, bx1, by1; in fillBounds() local
453 bx0 = by0 = Float.POSITIVE_INFINITY; in fillBounds()
481 if (bx0 > gx0) bx0 = gx0; in fillBounds()
489 bounds[0] = (int)Math.floor(bx0); in fillBounds()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/font/
H A DGlyphList.java461 float bx0, by0, bx1, by1; in fillBounds() local
462 bx0 = by0 = Float.POSITIVE_INFINITY; in fillBounds()
490 if (bx0 > gx0) bx0 = gx0; in fillBounds()
498 bounds[0] = (int)Math.floor(bx0); in fillBounds()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/font/
H A DGlyphList.java452 float bx0, by0, bx1, by1; in fillBounds() local
453 bx0 = by0 = Float.POSITIVE_INFINITY; in fillBounds()
481 if (bx0 > gx0) bx0 = gx0; in fillBounds()
489 bounds[0] = (int)Math.floor(bx0); in fillBounds()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DGlyphList.java472 float bx0, by0, bx1, by1; in fillBounds() local
473 bx0 = by0 = Float.POSITIVE_INFINITY; in fillBounds()
501 if (bx0 > gx0) bx0 = gx0; in fillBounds()
509 bounds[0] = (int)Math.floor(bx0); in fillBounds()
/dports/lang/fth/fth-1.4.1/examples/site-lib/
H A Dxm-enved.fs101 "xe-bx0"
126 self xe-bx0@
140 self xe-bx0@
231 xe xe-bx0@ { bx0 }
233 x bx0 f-
234 bx1 bx0 f- f/
261 xe xe-bx0@ s>f
265 xe xe-bx0@ { bx0 }
269 bx1 bx0 f- f*
270 bx0 f+
[all …]
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishtest/tests/
H A Dv00041.vtc90 set bereq.http.bx0 = debug.test_priv_task(bereq.url);
97 set beresp.http.bx0 = bereq.http.bx0;
189 expect 0 = BereqHeader {^bx0: b /foobar}
198 expect 0 = BerespHeader {^bx0: b /foobar}
249 expect resp.http.bx0 == "b /foobar"
258 expect resp.http.bx0 == "b /snafu"
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/display/
H A Dnr-filter-turbulence.cpp139 int bx0 = bx, bx1 = bx0 + 1; in turbulencePixel() local
147 if (bx0 >= wrapx) bx0 -= wrapw; in turbulencePixel()
152 bx0 &= BMask; in turbulencePixel()
157 int i = _latticeSelector[bx0]; in turbulencePixel()

12345678910>>...15