Home
last modified time | relevance | path

Searched refs:top_x (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/devel/adacurses/AdaCurses-20180127/samples/
H A Dncurses2-demo_pad.adb319 if top_x > Columns then
320 top_x := Columns;
355 if top_x = 0 then
359 top_x := top_x - 1;
383 if top_x >= portx then
386 if top_x /= 0 then
389 top_x := top_x + 1;
414 if portx <= top_x then
496 if top_x /= 0 then
562 if top_x /= 0 then
[all …]
/dports/devel/ncurses/ncurses-6.3/Ada95/samples/
H A Dncurses2-demo_pad.adb320 if top_x > Columns then
321 top_x := Columns;
356 if top_x = 0 then
360 top_x := top_x - 1;
384 if top_x >= portx then
387 if top_x /= 0 then
390 top_x := top_x + 1;
415 if portx <= top_x then
497 if top_x /= 0 then
563 if top_x /= 0 then
[all …]
/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/x86/
H A Dintrapred_directional_sse4.cc114 int top_x = xstep; in DirectionalZone1_4xH() local
177 int top_x = xstep; in DirectionalZone1_Large() local
299 top_x += xstep; in DirectionalZone1_SSE4_1()
314 int top_x = xstep; in DirectionalZone1_SSE4_1() local
365 top_x += xstep; in DirectionalZone1_SSE4_1()
682 top_x -= xstep; in DirectionalZone1Blend_4x4()
688 top_x -= xstep; in DirectionalZone1Blend_4x4()
695 top_x -= xstep; in DirectionalZone1Blend_4x4()
702 top_x -= xstep; in DirectionalZone1Blend_4x4()
724 top_x -= xstep; in DirectionalZone1Blend_8xH()
[all …]
/dports/games/dose-response/dose-response-179c326/cargo-crates/image-0.20.1/src/imageops/
H A Dmod.rs66 for top_x in 0..range_width { in overlay()
67 let p = top.get_pixel(top_x, top_y); in overlay()
68 let mut bottom_pixel = bottom.get_pixel(x + top_x, y + top_y); in overlay()
71 bottom.put_pixel(x + top_x, y + top_y, bottom_pixel); in overlay()
95 for top_x in 0..range_width { in replace()
96 let p = top.get_pixel(top_x, top_y); in replace()
97 bottom.put_pixel(x + top_x, y + top_y, p); in replace()
/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/
H A Dintrapred_directional.cc65 int top_x = xstep; in DirectionalIntraPredictorZone1_C() local
68 int top_base_x = top_x >> scale_bits; in DirectionalIntraPredictorZone1_C()
78 const int shift = ((top_x << upsample_shift) & 0x3F) >> 1; in DirectionalIntraPredictorZone1_C()
93 top_x += xstep; in DirectionalIntraPredictorZone1_C()
119 int top_x = -xstep; in DirectionalIntraPredictorZone2_C() local
121 int top_base_x = top_x >> scale_bits_x; in DirectionalIntraPredictorZone2_C()
127 const int shift = ((top_x * (1 << upsample_top_shift)) & 0x3F) >> 1; in DirectionalIntraPredictorZone2_C()
141 top_x -= xstep; in DirectionalIntraPredictorZone2_C()
/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/arm/
H A Dintrapred_directional_neon.cc93 int top_x = xstep; in DirectionalZone1_WxH() local
141 top_x += xstep; in DirectionalZone1_WxH()
166 int top_x = xstep; in DirectionalZone1_WxH() local
204 top_x += xstep; in DirectionalZone1_WxH()
250 int top_x = xstep; in DirectionalIntraPredictorZone1_NEON() local
277 top_x += xstep; in DirectionalIntraPredictorZone1_NEON()
504 top_x -= xstep; in DirectionalZone1Blend_WxH()
981 int top_x = xstep; in DirectionalZone1_4xH() local
1039 int top_x = xstep; in DirectionalZone1_WxH() local
1702 top_x -= xstep; in DirectionalZone1Blend_4xH()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/dsp/arm/
H A Dintrapred_directional_neon.cc91 int top_x = xstep; in DirectionalZone1_WxH() local
94 const int top_base_x = top_x >> scale_bits; in DirectionalZone1_WxH()
139 top_x += xstep; in DirectionalZone1_WxH()
163 int top_x = xstep; in DirectionalZone1_WxH() local
201 top_x += xstep; in DirectionalZone1_WxH()
249 int top_x = xstep; in DirectionalIntraPredictorZone1_NEON() local
252 const int top_base_x = top_x >> 6; in DirectionalIntraPredictorZone1_NEON()
276 top_x += xstep; in DirectionalIntraPredictorZone1_NEON()
508 top_x -= xstep; in DirectionalZone1Blend_WxH()
599 int top_x = -xstep - xstep_y; in DirectionalZone2_4xH() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/dsp/arm/
H A Dintrapred_directional_neon.cc91 int top_x = xstep; in DirectionalZone1_WxH() local
94 const int top_base_x = top_x >> scale_bits; in DirectionalZone1_WxH()
139 top_x += xstep; in DirectionalZone1_WxH()
163 int top_x = xstep; in DirectionalZone1_WxH() local
201 top_x += xstep; in DirectionalZone1_WxH()
249 int top_x = xstep; in DirectionalIntraPredictorZone1_NEON() local
252 const int top_base_x = top_x >> 6; in DirectionalIntraPredictorZone1_NEON()
276 top_x += xstep; in DirectionalIntraPredictorZone1_NEON()
508 top_x -= xstep; in DirectionalZone1Blend_WxH()
599 int top_x = -xstep - xstep_y; in DirectionalZone2_4xH() local
[all …]
/dports/editors/nano/nano-5.9/src/
H A Dcut.c255 if (top == bot && top_x == bot_x) in extract_segment()
265 taken->data = measured_copy(top->data + top_x, bot_x - top_x); in extract_segment()
268 } else if (top_x == 0 && bot_x == 0) { in extract_segment()
288 taken->data = copy_of(top->data + top_x); in extract_segment()
334 openfile->current_x = top_x; in extract_segment()
448 size_t top_x, bot_x; in cut_marked_region() local
450 get_region(&top, &top_x, &bot, &bot_x); in cut_marked_region()
452 extract_segment(top, top_x, bot, bot_x); in cut_marked_region()
588 size_t top_x, bot_x; in copy_marked_region() local
597 if (topline == botline && top_x == bot_x) { in copy_marked_region()
[all …]
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/intervention/image/src/Intervention/Image/Gd/Commands/
H A DTrimCommand.php70 $top_x = 0;
114 $top_x = max(0, $x - $feather);
127 for ($x=$top_x; $x < $width; $x++) {
173 …return $this->modify($image, 0, 0, $top_x, $top_y, ($bottom_x-$top_x), ($bottom_y-$top_y), ($botto…
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/image-0.22.3/src/imageops/
H A Dmod.rs132 for top_x in 0..range_width { in overlay()
133 let p = top.get_pixel(top_x, top_y); in overlay()
134 let mut bottom_pixel = bottom.get_pixel(x + top_x, y + top_y); in overlay()
137 bottom.put_pixel(x + top_x, y + top_y, bottom_pixel); in overlay()
155 for top_x in 0..range_width { in replace()
156 let p = top.get_pixel(top_x, top_y); in replace()
157 bottom.put_pixel(x + top_x, y + top_y, p); in replace()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/image-0.22.1/src/imageops/
H A Dmod.rs132 for top_x in 0..range_width { in overlay()
133 let p = top.get_pixel(top_x, top_y); in overlay()
134 let mut bottom_pixel = bottom.get_pixel(x + top_x, y + top_y); in overlay()
137 bottom.put_pixel(x + top_x, y + top_y, bottom_pixel); in overlay()
155 for top_x in 0..range_width { in replace()
156 let p = top.get_pixel(top_x, top_y); in replace()
157 bottom.put_pixel(x + top_x, y + top_y, p); in replace()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/image-0.21.2/src/imageops/
H A Dmod.rs128 for top_x in 0..range_width { in overlay()
129 let p = top.get_pixel(top_x, top_y); in overlay()
130 let mut bottom_pixel = bottom.get_pixel(x + top_x, y + top_y); in overlay()
133 bottom.put_pixel(x + top_x, y + top_y, bottom_pixel); in overlay()
147 for top_x in 0..range_width { in replace()
148 let p = top.get_pixel(top_x, top_y); in replace()
149 bottom.put_pixel(x + top_x, y + top_y, p); in replace()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/image/src/imageops/
H A Dmod.rs135 for top_x in 0..range_width { in overlay()
136 let p = top.get_pixel(top_x, top_y); in overlay()
137 let mut bottom_pixel = bottom.get_pixel(x + top_x, y + top_y); in overlay()
140 bottom.put_pixel(x + top_x, y + top_y, bottom_pixel); in overlay()
158 for top_x in 0..range_width { in replace()
159 let p = top.get_pixel(top_x, top_y); in replace()
160 bottom.put_pixel(x + top_x, y + top_y, p); in replace()
/dports/graphics/viu/viu-1.1/cargo-crates/image-0.22.5/src/imageops/
H A Dmod.rs135 for top_x in 0..range_width { in overlay()
136 let p = top.get_pixel(top_x, top_y); in overlay()
137 let mut bottom_pixel = bottom.get_pixel(x + top_x, y + top_y); in overlay()
140 bottom.put_pixel(x + top_x, y + top_y, bottom_pixel); in overlay()
158 for top_x in 0..range_width { in replace()
159 let p = top.get_pixel(top_x, top_y); in replace()
160 bottom.put_pixel(x + top_x, y + top_y, p); in replace()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/image-0.23.4/src/imageops/
H A Dmod.rs157 for top_x in 0..range_width { in overlay()
158 let p = top.get_pixel(top_x, top_y); in overlay()
159 let mut bottom_pixel = bottom.get_pixel(x + top_x, y + top_y); in overlay()
162 bottom.put_pixel(x + top_x, y + top_y, bottom_pixel); in overlay()
180 for top_x in 0..range_width { in replace()
181 let p = top.get_pixel(top_x, top_y); in replace()
182 bottom.put_pixel(x + top_x, y + top_y, p); in replace()
/dports/graphics/mxp/mxp/
H A Ddraw.c277 Position top_x, top_y; local
296 XtTranslateCoords(toplevel, 0, 0, &top_x, &top_y);
304 if ((top_x + wwidth + (border_w * 2) + twid) <= scr_w) {
306 pos_x = top_x + twid + border_w;
308 pos_x = top_x + twid + (border_w * 2);
312 if ((wwidth + (border_w * 2)) <= top_x) {
314 pos_x = top_x - wwidth - (border_w * 3);
316 pos_x = top_x - wwidth - (border_w * 2);
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/gfig/
H A Dgfig-ellipse.c85 gint top_x; in d_paint_ellipse() local
107 top_x = 2*center_pnt->pnt.x - edge_pnt->pnt.x; in d_paint_ellipse()
109 top_x = edge_pnt->pnt.x; in d_paint_ellipse()
116 dpnts[0] = (gdouble)top_x; in d_paint_ellipse()
139 paint_layer_fill (top_x, top_y, top_x + bound_wx, top_y + bound_wy); in d_paint_ellipse()
/dports/audio/faust/faust-2.37.3/architecture/faust/gui/
H A DLayoutUI.h97 virtual void setPos(float top_x, float top_y) {} in setPos()
136 void setPos(float top_x, float top_y) override in setPos()
138 fTopX = top_x; in setPos()
203 void setPos(float top_x, float top_y) override in setPos()
206 it->setPos(top_x, top_y); in setPos()
207 top_x += it->getWidth(); in setPos()
235 void setPos(float top_x, float top_y) override in setPos()
238 it->setPos(top_x, top_y); in setPos()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/image-0.23.14/src/imageops/
H A Dmod.rs161 for top_x in 0..range_width { in overlay()
162 let p = top.get_pixel(top_x, top_y); in overlay()
163 let mut bottom_pixel = bottom.get_pixel(x + top_x, y + top_y); in overlay()
166 bottom.put_pixel(x + top_x, y + top_y, bottom_pixel); in overlay()
274 for top_x in 0..range_width { in replace()
275 let p = top.get_pixel(top_x, top_y); in replace()
276 bottom.put_pixel(x + top_x, y + top_y, p); in replace()
/dports/misc/broot/broot-1.7.0/cargo-crates/image-0.23.14/src/imageops/
H A Dmod.rs161 for top_x in 0..range_width { in overlay()
162 let p = top.get_pixel(top_x, top_y); in overlay()
163 let mut bottom_pixel = bottom.get_pixel(x + top_x, y + top_y); in overlay()
166 bottom.put_pixel(x + top_x, y + top_y, bottom_pixel); in overlay()
274 for top_x in 0..range_width { in replace()
275 let p = top.get_pixel(top_x, top_y); in replace()
276 bottom.put_pixel(x + top_x, y + top_y, p); in replace()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/image-0.23.14/src/imageops/
H A Dmod.rs161 for top_x in 0..range_width { in overlay()
162 let p = top.get_pixel(top_x, top_y); in overlay()
163 let mut bottom_pixel = bottom.get_pixel(x + top_x, y + top_y); in overlay()
166 bottom.put_pixel(x + top_x, y + top_y, bottom_pixel); in overlay()
274 for top_x in 0..range_width { in replace()
275 let p = top.get_pixel(top_x, top_y); in replace()
276 bottom.put_pixel(x + top_x, y + top_y, p); in replace()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/image-0.23.14/src/imageops/
H A Dmod.rs161 for top_x in 0..range_width { in overlay()
162 let p = top.get_pixel(top_x, top_y); in overlay()
163 let mut bottom_pixel = bottom.get_pixel(x + top_x, y + top_y); in overlay()
166 bottom.put_pixel(x + top_x, y + top_y, bottom_pixel); in overlay()
274 for top_x in 0..range_width { in replace()
275 let p = top.get_pixel(top_x, top_y); in replace()
276 bottom.put_pixel(x + top_x, y + top_y, p); in replace()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/image-0.23.14/src/imageops/
H A Dmod.rs161 for top_x in 0..range_width { in overlay()
162 let p = top.get_pixel(top_x, top_y); in overlay()
163 let mut bottom_pixel = bottom.get_pixel(x + top_x, y + top_y); in overlay()
166 bottom.put_pixel(x + top_x, y + top_y, bottom_pixel); in overlay()
274 for top_x in 0..range_width { in replace()
275 let p = top.get_pixel(top_x, top_y); in replace()
276 bottom.put_pixel(x + top_x, y + top_y, p); in replace()
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/image-0.23.14/src/imageops/
H A Dmod.rs161 for top_x in 0..range_width { in overlay()
162 let p = top.get_pixel(top_x, top_y); in overlay()
163 let mut bottom_pixel = bottom.get_pixel(x + top_x, y + top_y); in overlay()
166 bottom.put_pixel(x + top_x, y + top_y, bottom_pixel); in overlay()
274 for top_x in 0..range_width { in replace()
275 let p = top.get_pixel(top_x, top_y); in replace()
276 bottom.put_pixel(x + top_x, y + top_y, p); in replace()

1234567