Home
last modified time | relevance | path

Searched refs:s_y (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/dports/devel/allegro/allegro-4.4.3.1/src/
H A Dblit.c271 c = getpixel(src, s_x+x, s_y+y); in dither_blit()
354 dither_blit(src, dest, s_x, s_y, d_x, d_y, w, h); in blit_from_15()
540 dither_blit(src, dest, s_x, s_y, d_x, d_y, w, h); in blit_to_or_from_modex()
544 c = getpixel(src, s_x+x, s_y+y); in blit_to_or_from_modex()
574 blit_from_256(src, dest, s_x, s_y, d_x, d_y, w, h); in _blit_between_formats()
578 blit_from_15(src, dest, s_x, s_y, d_x, d_y, w, h); in _blit_between_formats()
582 blit_from_16(src, dest, s_x, s_y, d_x, d_y, w, h); in _blit_between_formats()
586 blit_from_24(src, dest, s_x, s_y, d_x, d_y, w, h); in _blit_between_formats()
590 blit_from_32(src, dest, s_x, s_y, d_x, d_y, w, h); in _blit_between_formats()
619 sy = s_y + src->y_ofs; in blit_to_self()
[all …]
/dports/editors/py-babi/babi-0.0.24/babi/hl/
H A Dselection.py28 (s_y, s_x), (e_y, e_x) = self.get()
29 if s_y == e_y:
30 self.regions[s_y] = (HL(x=s_x, end=e_x, attr=attr),)
32 self.regions[s_y] = (
33 HL(x=s_x, end=len(lines[s_y]) + 1, attr=attr),
35 for l_y in range(s_y + 1, e_y):
50 (s_y, _), (e_y, _) = self.get()
51 for l_y in range(s_y, e_y + 1):
55 def set(self, s_y: int, s_x: int, e_y: int, e_x: int) -> None:
57 self.start, self.end = (s_y, s_x), (e_y, e_x)
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/src/cuda/
H A Ddebayer.cu78 if ((s_y & 1) ^ start_with_green) in apply()
92 if ((s_y & 1) ^ blue_last) in apply()
143 if ((s_y & 1) ^ blue_last) in apply()
202 int s_y = blockIdx.y * blockDim.y + threadIdx.y; in Bayer2BGR_8u() local
204 if (s_y >= src.rows || (s_x << 2) >= src.cols) in Bayer2BGR_8u()
207 s_y = ::min(::max(s_y, 1), src.rows - 2); in Bayer2BGR_8u()
244 if ((s_y & 1) ^ start_with_green) in apply()
252 if ((s_y & 1) ^ blue_last) in apply()
281 if ((s_y & 1) ^ blue_last) in apply()
326 if (s_y >= src.rows || (s_x << 1) >= src.cols) in Bayer2BGR_16u()
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/media/jai/opimage/
H A DAffineGeneralOpImage.java186 float s_x, s_y; in byteLoop() local
240 s_y -= 0.5; in byteLoop()
351 float s_x, s_y; in intLoop() local
406 s_y -= 0.5; in intLoop()
514 float s_x, s_y; in shortLoop() local
571 s_y -= 0.5; in shortLoop()
679 float s_x, s_y; in ushortLoop() local
735 s_y -= 0.5; in ushortLoop()
844 float s_x, s_y; in floatLoop() local
899 s_y -= 0.5; in floatLoop()
[all …]
H A DAffineBilinearOpImage.java169 float s_x, s_y; in byteLoop() local
226 s_y -= 0.5; in byteLoop()
346 float s_x, s_y; in intLoop() local
402 s_y -= 0.5; in intLoop()
521 float s_x, s_y; in shortLoop() local
577 s_y -= 0.5; in shortLoop()
695 float s_x, s_y; in ushortLoop() local
751 s_y -= 0.5; in ushortLoop()
868 float s_x, s_y; in floatLoop() local
923 s_y -= 0.5; in floatLoop()
[all …]
H A DAffineNearestOpImage.java323 float s_x, s_y; in byteLoop() local
376 s_y = (float)src_pt.getY(); in byteLoop()
383 fracy = s_y - (double)s_iy; in byteLoop()
497 float s_x, s_y; in byteLoop_1band() local
552 s_y = (float)src_pt.getY(); in byteLoop_1band()
559 fracy = s_y - (double)s_iy; in byteLoop_1band()
665 float s_x, s_y; in byteLoop_3band() local
858 float s_x, s_y; in intLoop() local
1028 float s_x, s_y; in shortLoop() local
1198 float s_x, s_y; in floatLoop() local
[all …]
H A DAffineBicubic2OpImage.java175 float s_x, s_y; in byteLoop() local
243 s_y -= 0.5; in byteLoop()
428 float s_x, s_y; in intLoop() local
496 s_y -= 0.5; in intLoop()
679 float s_x, s_y; in shortLoop() local
749 s_y -= 0.5; in shortLoop()
932 float s_x, s_y; in ushortLoop() local
1001 s_y -= 0.5; in ushortLoop()
1184 float s_x, s_y; in floatLoop() local
1250 s_y -= 0.5; in floatLoop()
[all …]
H A DTransposeOpImage.java516 int incr1 = 0, incr2 = 0, s_x = 0, s_y = 0; in computeRect() local
526 s_y = pt[1]; in computeRect()
573 incr1, incr2, s_x, s_y); in computeRect()
582 incr1, incr2, s_x, s_y); in computeRect()
592 incr1, incr2, s_x, s_y); in computeRect()
601 incr1, incr2, s_x, s_y); in computeRect()
610 incr1, incr2, s_x, s_y); in computeRect()
653 int posy = (s_y - srcTranslateY) * srcScanlineStride; in byteLoop()
712 int posy = (s_y - srcTranslateY) * srcScanlineStride; in intLoop()
771 int posy = (s_y - srcTranslateY) * srcScanlineStride; in shortLoop()
[all …]
H A DTransposeBinaryOpImage.java115 int incr1 = 0, incr2 = 0, s_x = 0, s_y = 0; in computeRect() local
139 s_y = pt[1]; in computeRect()
184 incr1, incr2, s_x, s_y); in computeRect()
192 incr1, incr2, s_x, s_y); in computeRect()
199 incr1, incr2, s_x, s_y); in computeRect()
207 int incr1, int incr2, int s_x, int s_y) { in byteLoop() argument
240 8*(s_y - sourceTransY)*sourceScanlineStride + in byteLoop()
408 int incr1, int incr2, int s_x, int s_y) { in shortLoop() argument
441 16*(s_y - sourceTransY)*sourceScanlineStride + in shortLoop()
536 int incr1, int incr2, int s_x, int s_y) { in intLoop() argument
[all …]
/dports/cad/nvc/nvc-r1.5.3/test/regress/
H A Djcore6.vhd15 signal s_y : bit; signal
18 update(s_x, s_sel, s_y);
25 assert s_y = '1';
28 assert s_y = '0';
/dports/cad/lepton-eda/lepton-eda-1.9.17/liblepton/src/
H A Dedacairo.c190 double s_x, s_y; in eda_cairo_center_box() local
205 WORLDtoSCREEN (cr, x, y, &s_x, &s_y); in eda_cairo_center_box()
237 y1 = (double) s_y + center_offset - s_half_height; in eda_cairo_center_box()
279 double s_x, s_y, s_radius; in eda_cairo_arc() local
293 s_y = (double)(y1 + y2) / 2.; in eda_cairo_arc()
296 cairo_device_to_user (cr, &s_x, &s_y); in eda_cairo_arc()
300 do_arc (cr, s_x + offset, s_y - offset, in eda_cairo_arc()
312 double s_x, s_y, dummy = 0; in eda_cairo_center_arc() local
326 WORLDtoSCREEN (cr, x, y, &s_x, &s_y); in eda_cairo_center_arc()
349 s_y += center_offset; in eda_cairo_center_arc()
[all …]
/dports/cad/geda/geda-gaf-1.8.2/gschem/src/
H A Dgschem_cairo.c136 int s_x, s_y; in gschem_cairo_center_box() local
145 WORLDtoSCREEN (w_current, x, y, &s_x, &s_y); in gschem_cairo_center_box()
177 y1 = (double) s_y + center_offset - s_half_height; in gschem_cairo_center_box()
179 y2 = (double) s_y + center_offset + s_half_height; in gschem_cairo_center_box()
215 double s_x, s_y, s_radius; in gschem_cairo_arc() local
224 s_y = (double)(y1 + y2) / 2.; in gschem_cairo_arc()
228 cairo_translate (w_current->cr, s_x + offset, s_y + offset); in gschem_cairo_arc()
247 int s_x, s_y, s_diameter; in gschem_cairo_center_arc() local
255 WORLDtoSCREEN (w_current, x, y, &s_x, &s_y); in gschem_cairo_center_arc()
278 (double) s_y + center_offset, in gschem_cairo_center_arc()
/dports/science/siconos/siconos-4.4.0/numerics/share/gams/
H A Dfc_lcp-condensed.gms28 positive variables l_r(p), l_y(p), s_r(i), s_y(i);
37 sum(i, W(l,i)*s_r(i)) + sum(i, E(l, i)*s_y(i)) - sum(p, Ak(p, l)*l_r(p)) + q(l) =n= 0;
40 sum(i, Wt(l,i)*s_r(i)) + sum(i, E(l, i)*s_y(i)) - sum(p, Ak(p, l)*l_y(p)) + qt(l) =n= 0;
46 sum(i, Ak(p,i)*s_y(i)) =n= 0.;
57 model lcp / F_r.s_r F_y.s_y cons_r.l_r cons_y.l_y /;
65 sy(i) = s_y.l(i);
/dports/games/opensonic/opensnc-src-0.1.4/src/core/2xsai/
H A D2xsai.c145 #define BLIT_CLIP2(src, dest, s_x, s_y, d_x, d_y, w, h, xscale, yscale) \ argument
147 if ((s_x >= src->cr) || (s_y >= src->cb) || \
151 if ((s_x + w < src->cl) || (s_y + h < src->ct) || \
166 if (s_y < src->ct) { \
167 h += s_y; \
168 d_y -= s_y * yscale; \
169 s_y = src->ct; \
228 BLIT_CLIP2(src, dest, s_x, s_y, d_x, d_y, w, h, 2, 2); in Super2xSaI()
231 stretch_blit(src, dest, s_x, s_y, w, h, d_x, d_y, w * 2, h * 2); in Super2xSaI()
482 BLIT_CLIP2(src, dest, s_x, s_y, d_x, d_y, w, h, 2, 2); in SuperEagle()
[all …]
/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A DWinMagic.c46 int s_x, int s_y, int s_w, int s_h, in SlideWindow() argument
136 if (s_y == e_y) in SlideWindow()
140 if (s_y + s_h == e_y + e_h) in SlideWindow()
164 y = (int)((float)s_y + (float)(e_y - s_y) * f); in SlideWindow()
179 y = s_y; in SlideWindow()
183 g_h = s_y + s_h - y; in SlideWindow()
/dports/x11-wm/fvwm2/fvwm-2.6.9/libs/
H A DWinMagic.c44 int s_x, int s_y, int s_w, int s_h, in SlideWindow() argument
134 if (s_y == e_y) in SlideWindow()
138 if (s_y + s_h == e_y + e_h) in SlideWindow()
162 y = (int)((float)s_y + (float)(e_y - s_y) * f); in SlideWindow()
177 y = s_y; in SlideWindow()
181 g_h = s_y + s_h - y; in SlideWindow()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/point_cloud_editor/include/pcl/apps/point_cloud_editor/
H A Dtrackball.h55 void start(int s_x, int s_y);
57 void update(int s_x, int s_y);
65 void getPointFromScreenPoint(int s_x, int s_y, float &x, float &y, float &z) const;
/dports/editors/py-babi/babi-0.0.24/babi/
H A Dfile.py531 for l_y in range(s_y, e_y + 1):
573 for l_y in range(s_y, e_y + 1):
601 if s_y == e_y:
603 self.buf[s_y] = self.buf[s_y][:s_x] + self.buf[s_y][e_x:]
610 self.buf[s_y] = self.buf[s_y][:s_x] + self.buf[e_y][e_x:]
612 self.buf.pop(s_y + 1)
613 self.buf.y = s_y
663 self.buf.y = s_y
672 return s_y, e_y
681 s_y, e_y = self._selection_lines()
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/windows-gui/ver1/
H A Dwinsysdp.c334 s_y = sel_y = y; in start_pick()
346 if(y<s_y || (y==s_y && x<s_x) || y<sel_y) /*8.5.93 */ in move_pick()
349 s_x = sel_x; s_y = sel_y; in move_pick()
350 mach_schwarz(s_x,s_y); in move_pick()
354 for(yy=s_y;yy<=y;yy++) in move_pick()
360 s_y = y; in move_pick()
387 s_y == sel_y && s_y*cHeight == act_y) in end_pick()
408 s_y = sel_y = y; in dbl_pick()
441 for(yy=sel_y;yy<=s_y;yy++) in mach_weiss()
475 for(yy=sel_y;yy<=s_y;yy++) in my_copy()
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/windows-gui/save/
H A Dwinsysdp.c334 s_y = sel_y = y; in start_pick()
346 if(y<s_y || (y==s_y && x<s_x) || y<sel_y) /*8.5.93 */ in move_pick()
349 s_x = sel_x; s_y = sel_y; in move_pick()
350 mach_schwarz(s_x,s_y); in move_pick()
354 for(yy=s_y;yy<=y;yy++) in move_pick()
360 s_y = y; in move_pick()
387 s_y == sel_y && s_y*cHeight == act_y) in end_pick()
408 s_y = sel_y = y; in dbl_pick()
441 for(yy=sel_y;yy<=s_y;yy++) in mach_weiss()
475 for(yy=sel_y;yy<=s_y;yy++) in my_copy()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/drd/tests/
H A Datomic_var.c35 static int s_y = 0; variable
39 s_y = 1; in thread_func_1()
48 fprintf(stderr, "y = %d\n", s_y); in thread_func_2()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/drd/tests/
H A Datomic_var.c35 static int s_y = 0; variable
39 s_y = 1; in thread_func_1()
48 fprintf(stderr, "y = %d\n", s_y); in thread_func_2()
/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dpdfximage.c675 double s_x, s_y, d_x, d_y; in scale_to_fit_I() local
705 s_y = (p->height + p->depth) * yscale; in scale_to_fit_I()
717 s_y = ht0; in scale_to_fit_I()
721 T->b = 0.0; T->d = s_y; in scale_to_fit_I()
733 double s_x, s_y, d_x, d_y; in scale_to_fit_F() local
760 s_y = (p->height + p->depth) / ht0; in scale_to_fit_F()
764 s_y = s_x; in scale_to_fit_F()
767 s_y = (p->height + p->depth) / ht0; in scale_to_fit_F()
768 s_x = s_y; in scale_to_fit_F()
771 s_x = s_y = 1.0; in scale_to_fit_F()
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/windows-gui/
H A Dwinsysdp.c361 s_y = sel_y = y; in start_pick()
373 if(y<s_y || (y==s_y && x<s_x) || y<sel_y) /*8.5.93 */ in move_pick()
376 s_x = sel_x; s_y = sel_y; in move_pick()
377 mach_schwarz(s_x,s_y); in move_pick()
381 for(yy=s_y;yy<=y;yy++) in move_pick()
387 s_y = y; in move_pick()
414 s_y == sel_y && s_y*cHeight == act_y) in end_pick()
435 s_y = sel_y = y; in dbl_pick()
468 for(yy=sel_y;yy<=s_y;yy++) in mach_weiss()
502 for(yy=sel_y;yy<=s_y;yy++) in my_copy()
[all …]
/dports/games/crack-attack/crack-attack-1.1.14/src/
H A DGarbage.cxx329 void Garbage::startShattering ( int &s_x, int s_y, int &pop_delay, in startShattering() argument
344 Grid::remove(s_x + w, s_y, this); in startShattering()
351 if ((width == GC_PLAY_WIDTH && ((s_y - y) & (1 << 0)) in startShattering()
354 GarbageManager::newAwakingGarbage(s_x, s_y, 1, pop_delay, awake_delay, in startShattering()
362 BlockManager::newAwakingBlock(s_x, s_y, pop_delay, awake_delay, combo, in startShattering()
372 if (s_y + 1 == y + height) { in startShattering()

12345678910>>...16