Home
last modified time | relevance | path

Searched refs:scanx (Results 1 – 25 of 35) sorted by relevance

12

/dports/games/exult/exult-snapshot-v1.7.0.20211128/imagewin/
H A Dibuf8.cc371 scanx = clipx; in paint_rle()
399 if (on_screen && scanx < right && scanx + bcnt > clipx) { in paint_rle()
407 scanx = clipx; in paint_rle()
430 scanx += bcnt; in paint_rle()
464 scanx += bcnt; in paint_rle()
475 scanx += bcnt; in paint_rle()
515 scanx = clipx; in paint_rle_remapped()
543 if (on_screen && scanx < right && scanx + bcnt > clipx) { in paint_rle_remapped()
574 scanx += bcnt; in paint_rle_remapped()
608 scanx += bcnt; in paint_rle_remapped()
[all …]
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/examples/
H A Doptics_demos.py98 scanx = 250 variable
100 m1 = Mirror(dia=4.2, d=0.001, pos=(scanx, 0), angle=315)
101 m2 = Mirror(dia=8.4, d=0.001, pos=(scanx, scany), angle=135)
104 l3 = Lens(r1=23.0, r2=0, d=5.8, pos=(scanx+50, scany), glass='Corning7980') ## 50mm UVFS (LA4148)
105 l4 = Lens(r1=0, r2=69.0, d=3.2, pos=(scanx+250, scany), glass='Corning7980') ## 150mm UVFS (LA487…
108 obj = Lens(r1=15, r2=15, d=10, dia=8, pos=(scanx+400, scany), glass='Corning7980')
115 scanx = 250 variable
117 m1a = Mirror(dia=4.2, d=0.001, pos=(scanx, 2*scany), angle=315)
118 m2a = Mirror(dia=8.4, d=0.001, pos=(scanx, 3*scany), angle=135)
121 l3a = Lens(r1=46, r2=0, d=3.8, pos=(scanx+50, 3*scany), glass='Corning7980') ## 100mm UVFS (LA4380)
[all …]
/dports/x11/sxpc/sxpc-1.4_2/
H A Dsxpc.c204 int scanx=cnext-1-scan; local
214 OUTBYTE(scanx&0xff);
226 if(scanx>=SCOUNTMAX) {
229 OUTBYTE(scanx&0xff);
313 int scanx; local
318 } else scanx=(*src);
319 scanx=unext-1-scanx;
320 sh=(uhistory[scanx]);
331 int scanx, j; local
334 scanx=unext-1-scanx;
[all …]
/dports/cad/alliance/alliance/src/cells/src/dp_sxlib/
H A Ddp_dff_scan_x4.vbe7 scanx : in BIT;
33 ASSERT (scanx xor nscanx)
34 REPORT "wrong values for scanx and nscanx in dp_dff_scan_x4"
39 ff <= GUARDED ((scanx and scin) or (nscanx and ((wenx and i) or (nwenx and ff))));
H A Ddp_sff_scan_x4.vbe7 scanx : in BIT;
33 ASSERT (scanx xor nscanx)
34 REPORT "wrong values for scanx and nscanx in dp_sff_scan_x4"
39 ff <= GUARDED ((scanx and scin) or (nscanx and ((wenx and i) or (nwenx and ff))));
H A Ddp_dff_scan_x4_buf.vbe11 scanx : out BIT;
30 scanx <= scan;
H A Ddp_sff_scan_x4_buf.vbe11 scanx : out BIT;
30 scanx <= scan;
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/classic/test/
H A Ddirectives_tests.cpp34 scanx(cpx_first, cpx_last); in directives_test1() local
36 hit = str_p("Hello").parse(scanx); in directives_test1()
38 scanx.first = cpx; in directives_test1()
40 hit = chseq_p("Hello").parse(scanx); in directives_test1()
42 scanx.first = cpx; in directives_test1()
/dports/devel/boost-python-libs/boost_1_72_0/libs/spirit/classic/test/
H A Ddirectives_tests.cpp34 scanx(cpx_first, cpx_last); in directives_test1() local
36 hit = str_p("Hello").parse(scanx); in directives_test1()
38 scanx.first = cpx; in directives_test1()
40 hit = chseq_p("Hello").parse(scanx); in directives_test1()
42 scanx.first = cpx; in directives_test1()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/spirit/classic/test/
H A Ddirectives_tests.cpp34 scanx(cpx_first, cpx_last); in directives_test1() local
36 hit = str_p("Hello").parse(scanx); in directives_test1()
38 scanx.first = cpx; in directives_test1()
40 hit = chseq_p("Hello").parse(scanx); in directives_test1()
42 scanx.first = cpx; in directives_test1()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/spirit/classic/test/
H A Ddirectives_tests.cpp34 scanx(cpx_first, cpx_last); in directives_test1() local
36 hit = str_p("Hello").parse(scanx); in directives_test1()
38 scanx.first = cpx; in directives_test1()
40 hit = chseq_p("Hello").parse(scanx); in directives_test1()
42 scanx.first = cpx; in directives_test1()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/spirit/classic/test/
H A Ddirectives_tests.cpp34 scanx(cpx_first, cpx_last); in directives_test1() local
36 hit = str_p("Hello").parse(scanx); in directives_test1()
38 scanx.first = cpx; in directives_test1()
40 hit = chseq_p("Hello").parse(scanx); in directives_test1()
42 scanx.first = cpx; in directives_test1()
/dports/databases/percona57-server/boost_1_59_0/libs/spirit/classic/test/
H A Ddirectives_tests.cpp34 scanx(cpx_first, cpx_last); in directives_test1() local
36 hit = str_p("Hello").parse(scanx); in directives_test1()
38 scanx.first = cpx; in directives_test1()
40 hit = chseq_p("Hello").parse(scanx); in directives_test1()
42 scanx.first = cpx; in directives_test1()
/dports/databases/xtrabackup/boost_1_59_0/libs/spirit/classic/test/
H A Ddirectives_tests.cpp34 scanx(cpx_first, cpx_last); in directives_test1() local
36 hit = str_p("Hello").parse(scanx); in directives_test1()
38 scanx.first = cpx; in directives_test1()
40 hit = chseq_p("Hello").parse(scanx); in directives_test1()
42 scanx.first = cpx; in directives_test1()
/dports/databases/percona57-client/boost_1_59_0/libs/spirit/classic/test/
H A Ddirectives_tests.cpp34 scanx(cpx_first, cpx_last); in directives_test1() local
36 hit = str_p("Hello").parse(scanx); in directives_test1()
38 scanx.first = cpx; in directives_test1()
40 hit = chseq_p("Hello").parse(scanx); in directives_test1()
42 scanx.first = cpx; in directives_test1()
/dports/devel/boost-libs/boost_1_72_0/libs/spirit/classic/test/
H A Ddirectives_tests.cpp34 scanx(cpx_first, cpx_last); in directives_test1() local
36 hit = str_p("Hello").parse(scanx); in directives_test1()
38 scanx.first = cpx; in directives_test1()
40 hit = chseq_p("Hello").parse(scanx); in directives_test1()
42 scanx.first = cpx; in directives_test1()
/dports/devel/hyperscan/boost_1_75_0/libs/spirit/classic/test/
H A Ddirectives_tests.cpp34 scanx(cpx_first, cpx_last); in directives_test1() local
36 hit = str_p("Hello").parse(scanx); in directives_test1()
38 scanx.first = cpx; in directives_test1()
40 hit = chseq_p("Hello").parse(scanx); in directives_test1()
42 scanx.first = cpx; in directives_test1()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/shapes/
H A Dvgafile.cc107 short scanx = Read2(in); in reflect() local
111 xoff + scany, yoff + scanx); in reflect()
123 xoff + scany, yoff + scanx + b); in reflect()
526 short scanx = Read2(in); in paint_rle_translucent() local
584 short scanx = Read2(in); in paint_rle_transformed() local
631 short scanx = Read2(in); in paint_rle_outline() local
633 int x = xoff + scanx; in paint_rle_outline()
685 short scanx = Read2(in); in has_point() local
688 if (y == scany && x >= scanx - 1 && x <= scanx + scanlen) in has_point()
736 short scanx = MRead2(in); in set_offset() local
[all …]
/dports/cad/alliance/alliance/src/mbk/src/
H A Dparse_vti_l.c631 scanx;
632 scanx = scanx->NEXT) {
1239 for( scanx = headx; scanx; scanx = scanx->NEXT ) {
1244 if(!scanx) {
1246 scanx->idx = index;
1247 scanx->NEXT = headx;
1248 scanx->rcn = 0;
1253 return(scanx);
1301 struct hns_X *scanx; local
1448 for( scanx = headx; scanx; scanx = scanx->NEXT ) {
[all …]
/dports/emulators/stella/stella-6.6/src/debugger/gui/
H A DTiaOutputWidget.cxx228 uInt32 scanx, scany, scanoffset; in drawWidget() local
229 bool visible = instance().console().tia().electronBeamPos(scanx, scany); in drawWidget()
230 scanoffset = width * scany + scanx; in drawWidget()
248 if(visible && scanx < width && scany+2U < height) in drawWidget()
249 s.fillRect(_x + 1 + (scanx<<1), _y + 1 + scany, 3, 3, kColorInfo); in drawWidget()
H A DTiaZoomWidget.cxx345 uInt32 scanx, scany, scanoffset; in drawWidget() local
346 instance().console().tia().electronBeamPos(scanx, scany); in drawWidget()
347 scanoffset = width * scany + scanx; in drawWidget()
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dspg_renderer.cpp716 int scanx = scanline - firstline; in draw_sprite() local
718 if ((scanx >= 0) && (scanline <= lastline)) in draw_sprite()
720 …, xmask, blend, flip_x, cliprect, tile_h, tile_w, tilegfxdata_addr, tile, scanx, x, flip_y, palett… in draw_sprite()
728 int scanx = scanline - tempfirstline; in draw_sprite() local
730 if ((scanx >= 0) && (scanline <= templastline)) in draw_sprite()
732 …, xmask, blend, flip_x, cliprect, tile_h, tile_w, tilegfxdata_addr, tile, scanx, x, flip_y, palett… in draw_sprite()
737 scanx = scanline - tempfirstline; in draw_sprite()
739 if ((scanx >= 0) && (scanline <= templastline)) in draw_sprite()
741 …, xmask, blend, flip_x, cliprect, tile_h, tile_w, tilegfxdata_addr, tile, scanx, x, flip_y, palett… in draw_sprite()
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dspg_renderer.cpp716 int scanx = scanline - firstline; in draw_sprite() local
718 if ((scanx >= 0) && (scanline <= lastline)) in draw_sprite()
720 …, xmask, blend, flip_x, cliprect, tile_h, tile_w, tilegfxdata_addr, tile, scanx, x, flip_y, palett… in draw_sprite()
728 int scanx = scanline - tempfirstline; in draw_sprite() local
730 if ((scanx >= 0) && (scanline <= templastline)) in draw_sprite()
732 …, xmask, blend, flip_x, cliprect, tile_h, tile_w, tilegfxdata_addr, tile, scanx, x, flip_y, palett… in draw_sprite()
737 scanx = scanline - tempfirstline; in draw_sprite()
739 if ((scanx >= 0) && (scanline <= templastline)) in draw_sprite()
741 …, xmask, blend, flip_x, cliprect, tile_h, tile_w, tilegfxdata_addr, tile, scanx, x, flip_y, palett… in draw_sprite()
/dports/math/spot/spot-2.10.2/tests/core/
H A Ddot2tex.test32 ltl2tgba 'a U b' --dot=scanx >out.dot
/dports/math/py-spot/spot-2.10.2/tests/core/
H A Ddot2tex.test32 ltl2tgba 'a U b' --dot=scanx >out.dot

12