Home
last modified time | relevance | path

Searched refs:end_x (Results 1 – 25 of 1057) sorted by relevance

12345678910>>...43

/dports/graphics/asciio/App-Asciio-1.51.3/lib/App/Asciio/stripes/
H A Dwirl_arrow.pm73 END_X => $end_x,
116 [$end_x == 0 ? CENTER : $end_x < 0 ? LEFT : RIGHT]
191 'X_OFFSET' => $end_x,
224 'X_OFFSET' => $end_x,
251 'X_OFFSET' => $end_x,
258 'X_OFFSET' => $end_x,
331 'X_OFFSET' => $end_x,
358 'X_OFFSET' => $end_x,
365 'X_OFFSET' => $end_x,
456 'WIDTH' => $end_x,
[all …]
H A Dangled_arrow.pm64 END_X => $end_x,
106 [$end_x == 0 ? CENTER : $end_x < 0 ? LEFT : RIGHT]
244 'X_OFFSET' => $end_x,
324 if($end_x > -$end_y)
381 } if($end_x != 0) ;
516 } if($end_x != 0) ;
674 if($end_x > -$end_y)
868 if($end_x != 0)
985 if($end_x != 0)
1070 if($end_x > $end_y)
[all …]
H A Deditable_arrow2.pm71 ? -$end_y > $end_x
78 : $end_y < $end_x
79 ? $end_y < $end_x / 2
86 ? $end_y < $end_x
87 ? $end_y / 4 < $end_x
90 : $end_y < $end_x / 2
93 : $end_y > -$end_x
178 $width = $end_x + 1 ;
179 $real_end_x = $end_x ;
312 $width = -$end_x + 1 ;
[all …]
/dports/games/openxcom/OpenXcom-1.0/src/Engine/
H A DGraphSubset.h35 int beg_x, end_x; member
39 beg_x(0), end_x(max_x), in GraphSubset()
47 beg_x(range_x.first), end_x(range_x.second), in GraphSubset()
54 beg_x(r.beg_x), end_x(r.end_x), in GraphSubset()
64 ret.end_x += x; in offset()
72 return end_x - beg_x; in size_x()
97 intersection_range(ret.beg_x, ret.end_x, b.beg_x, b.end_x); in intersection()
104 intersection_range(ret.beg_x, ret.end_x, c.beg_x, c.end_x); in intersection()
111 intersection_range(ret.beg_x, ret.end_x, d.beg_x, d.end_x); in intersection()
H A DShaderDraw.h89 dest.mod_x(begin_x, end_x); in ShaderDraw()
90 src0.mod_x(begin_x, end_x); in ShaderDraw()
91 src1.mod_x(begin_x, end_x); in ShaderDraw()
92 src2.mod_x(begin_x, end_x); in ShaderDraw()
93 src3.mod_x(begin_x, end_x); in ShaderDraw()
94 if(begin_x>=end_x) in ShaderDraw()
97 dest.set_x(begin_x, end_x); in ShaderDraw()
98 src0.set_x(begin_x, end_x); in ShaderDraw()
99 src1.set_x(begin_x, end_x); in ShaderDraw()
100 src2.set_x(begin_x, end_x); in ShaderDraw()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dvic4567.cpp1021 if ((start_x <= xbegin) && (end_x >= xend)) in vic2_drawlines()
1023 if ((start_x > xbegin) && (end_x >= xend)) in vic2_drawlines()
1025 if ((start_x <= xbegin) && (end_x < xend)) in vic2_drawlines()
1027 if ((start_x > xbegin) && (end_x < xend)) in vic2_drawlines()
1053 if ((start_x <= xbegin) && (end_x >= xend)) in vic2_drawlines()
1055 if ((start_x > xbegin) && (end_x >= xend)) in vic2_drawlines()
1057 if ((start_x <= xbegin) && (end_x < xend)) in vic2_drawlines()
1059 if ((start_x > xbegin) && (end_x < xend)) in vic2_drawlines()
1223 if ((start_x > xbegin) && (end_x >= xend)) in vic2_drawlines()
1225 if ((start_x <= xbegin) && (end_x < xend)) in vic2_drawlines()
[all …]
H A Dvic4567.h160 …aracter(int ybegin, int yend, int ch, int yoff, int xoff, uint16_t *color, int start_x, int end_x);
161 …void draw_character_multi(int ybegin, int yend, int ch, int yoff, int xoff, int start_x, int end_x
162 void draw_bitmap(int ybegin, int yend, int ch, int yoff, int xoff, int start_x, int end_x);
163 void draw_bitmap_multi(int ybegin, int yend, int ch, int yoff, int xoff, int start_x, int end_x);
164 void draw_sprite_code(int y, int xbegin, int code, int color, int start_x, int end_x);
165 void draw_sprite_code_multi(int y, int xbegin, int code, int prior, int start_x, int end_x);
167 void draw_sprite(int nr, int yoff, int ybegin, int yend, int start_x, int end_x);
168 void draw_sprite_multi(int nr, int yoff, int ybegin, int yend, int start_x, int end_x);
169 void drawlines(int first, int last, int start_x, int end_x);
170 void vic2_drawlines(int first, int last, int start_x, int end_x);
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dvic4567.cpp1021 if ((start_x <= xbegin) && (end_x >= xend)) in vic2_drawlines()
1023 if ((start_x > xbegin) && (end_x >= xend)) in vic2_drawlines()
1025 if ((start_x <= xbegin) && (end_x < xend)) in vic2_drawlines()
1027 if ((start_x > xbegin) && (end_x < xend)) in vic2_drawlines()
1053 if ((start_x <= xbegin) && (end_x >= xend)) in vic2_drawlines()
1055 if ((start_x > xbegin) && (end_x >= xend)) in vic2_drawlines()
1057 if ((start_x <= xbegin) && (end_x < xend)) in vic2_drawlines()
1059 if ((start_x > xbegin) && (end_x < xend)) in vic2_drawlines()
1223 if ((start_x > xbegin) && (end_x >= xend)) in vic2_drawlines()
1225 if ((start_x <= xbegin) && (end_x < xend)) in vic2_drawlines()
[all …]
H A Dvic4567.h160 …aracter(int ybegin, int yend, int ch, int yoff, int xoff, uint16_t *color, int start_x, int end_x);
161 …void draw_character_multi(int ybegin, int yend, int ch, int yoff, int xoff, int start_x, int end_x
162 void draw_bitmap(int ybegin, int yend, int ch, int yoff, int xoff, int start_x, int end_x);
163 void draw_bitmap_multi(int ybegin, int yend, int ch, int yoff, int xoff, int start_x, int end_x);
164 void draw_sprite_code(int y, int xbegin, int code, int color, int start_x, int end_x);
165 void draw_sprite_code_multi(int y, int xbegin, int code, int prior, int start_x, int end_x);
167 void draw_sprite(int nr, int yoff, int ybegin, int yend, int start_x, int end_x);
168 void draw_sprite_multi(int nr, int yoff, int ybegin, int yend, int start_x, int end_x);
169 void drawlines(int first, int last, int start_x, int end_x);
170 void vic2_drawlines(int first, int last, int start_x, int end_x);
/dports/science/chrono/chrono-7.0.1/src/chrono/motion_functions/
H A DChFunction_Oscilloscope.cpp25 end_x = other.end_x; in CH_FACTORY_REGISTER()
31 xmin = this->end_x - this->dx * (this->amount - 1); in Estimate_x_range()
32 xmax = this->end_x; in Estimate_x_range()
38 if (mx < end_x) in AddLastPoint()
40 this->end_x = mx; in AddLastPoint()
53 double start_x = this->end_x - this->dx * (this->amount - 1); in Get_y()
54 if (x > end_x) in Get_y()
90 marchive << CHNVP(end_x); in ArchiveOUT()
103 marchive >> CHNVP(end_x); in ArchiveIN()
/dports/games/warmux/warmux-11.04/src/map/
H A Dtileitem.cpp336 end_x = (end_x >= CELL_SIZE.x) ? CELL_SIZE.x - start_x : end_x - start_x + 1; in Darken()
340 while (end_x--) { in Darken()
354 end_x = (end_x >= CELL_SIZE.x) ? CELL_SIZE.x - start_x : end_x - start_x + 1; in Empty()
359 while (end_x--) in Empty()
442 end_x = (end_x >= CELL_SIZE.x) ? CELL_SIZE.x - start_x : end_x - start_x + 1; in Darken()
445 while(end_x--) { in Darken()
461 end_x = (end_x >= CELL_SIZE.x) ? CELL_SIZE.x - start_x : end_x - start_x + 1; in Empty()
464 while (end_x--) { in Empty()
616 end_x = (end_x >= CELL_SIZE.x) ? CELL_SIZE.x - start_x : end_x - start_x + 1; in Empty()
649 end_x = (end_x >= CELL_SIZE.x) ? CELL_SIZE.x - start_x : end_x - start_x + 1; in Darken()
[all …]
/dports/games/lm-solve/Games-LMSolve-0.8.4/lib/Games/LMSolve/Plank/
H A DBase.pm93 if (! $board[$end_y]->[$end_x])
101 if (($start_x >= $width) || ($end_x >= $width) ||
107 if ($start_x == $end_x)
130 if ($start_x > $end_x)
132 ($start_x, $end_x) = ($end_x, $start_x);
134 foreach my $x (($start_x+1) .. ($end_x-1))
143 elsif (($end_x-$start_x) == ($end_y - $start_y))
146 if ($start_x > $end_x)
148 ($start_x, $end_x) = ($end_x, $start_x);
151 foreach my $i (1 .. ($end_x-$start_x-1))
[all …]
/dports/databases/grass7/grass-7.8.6/lib/vector/diglib/
H A Dinside.c22 double end_x, double beg_y, double end_y, double Y) in dig_x_intersect() argument
29 if (end_x < beg_x || (end_x == beg_x && end_y < beg_y)) { in dig_x_intersect()
30 b = end_x; in dig_x_intersect()
31 end_x = beg_x; in dig_x_intersect()
48 b = (end_x - beg_x) / (end_y - beg_y); in dig_x_intersect()
/dports/graphics/grafx2/grafx2/src/
H A Doperatio.c508 short end_x; in Line_12_5() local
573 short end_x; in Line_0_5() local
647 short end_x; in K_line_12_6() local
687 short end_x; in K_line_0_6() local
737 short end_x; in K_line_12_7() local
1451 end_x=6; in Draw_curve_cross()
2123 short end_x; in Polygon_12_9() local
2230 short end_x; in Polyfill_0_8() local
2287 short end_x; in Polyfill_12_8() local
2323 short end_x; in Polyfill_12_9() local
[all …]
/dports/graphics/py-pymaging/pymaging-596a08f/pymaging/
H A Dshapes.py71 def __init__(self, start_x, start_y, end_x, end_y): argument
74 self.end_x = end_x
76 steep = abs(self.end_y - self.start_y) > abs(self.end_x - self.start_x)
79 x1, y1 = self.end_y, self.end_x
82 x1, y1 = self.end_x, self.end_y
132 def __init__(self, start_x, start_y, end_x, end_y): argument
135 self.end_x = end_x
202 dx = self.end_x - self.start_x
204 x1, x2, y1, y2 = self.start_x, self.end_x, self.start_y, self.end_y
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Dbbox.c30 int end_x; in ff_calculate_bounding_box() local
44 for (end_x = w - 1; end_x >= start_x; end_x--) in ff_calculate_bounding_box()
46 if ((data[y * linesize + end_x] > min_val)) in ff_calculate_bounding_box()
72 bbox->x2 = end_x; in ff_calculate_bounding_box()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dbbox.c30 int end_x; in ff_calculate_bounding_box() local
44 for (end_x = w - 1; end_x >= start_x; end_x--) in ff_calculate_bounding_box()
46 if ((data[y * linesize + end_x] > min_val)) in ff_calculate_bounding_box()
72 bbox->x2 = end_x; in ff_calculate_bounding_box()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dbbox.c30 int end_x; in ff_calculate_bounding_box() local
44 for (end_x = w - 1; end_x >= start_x; end_x--) in ff_calculate_bounding_box()
46 if ((data[y * linesize + end_x] > min_val)) in ff_calculate_bounding_box()
72 bbox->x2 = end_x; in ff_calculate_bounding_box()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dbbox.c30 int end_x; in ff_calculate_bounding_box() local
44 for (end_x = w - 1; end_x >= start_x; end_x--) in ff_calculate_bounding_box()
46 if ((data[y * linesize + end_x] > min_val)) in ff_calculate_bounding_box()
72 bbox->x2 = end_x; in ff_calculate_bounding_box()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dbbox.c30 int end_x; in ff_calculate_bounding_box() local
44 for (end_x = w - 1; end_x >= start_x; end_x--) in ff_calculate_bounding_box()
46 if ((data[y * linesize + end_x] > min_val)) in ff_calculate_bounding_box()
72 bbox->x2 = end_x; in ff_calculate_bounding_box()
/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/PatternEditor/
H A DPianoRollEditor.cpp170 unsigned end_x = width(); in createBackground() local
183 p.fillRect( start_x, start_y, end_x - start_x, start_y + 1 * m_nRowHeight, baseOctaveColor ); in createBackground()
184 …p.fillRect( start_x, start_y + 1 * m_nRowHeight, end_x - start_x, start_y + 2 * m_nRowHeight, fbk … in createBackground()
186 …p.fillRect( start_x, start_y + 3 * m_nRowHeight, end_x - start_x, start_y + 4 * m_nRowHeight, fbk … in createBackground()
188 …p.fillRect( start_x, start_y + 5 * m_nRowHeight, end_x - start_x, start_y + 6 * m_nRowHeight, fbk … in createBackground()
191 …p.fillRect( start_x, start_y + 8 * m_nRowHeight, end_x - start_x, start_y + 9 * m_nRowHeight, fbk … in createBackground()
199 p.fillRect( start_x, start_y, end_x - start_x, start_y + 1 * m_nRowHeight, octaveColor ); in createBackground()
216 … p.fillRect( start_x, start_y, end_x - start_x, start_y + 1 * m_nRowHeight, octaveAlternateColor ); in createBackground()
217 …p.fillRect( start_x, start_y + 1 * m_nRowHeight, end_x - start_x, start_y + 2 * m_nRowHeight, fbk … in createBackground()
219 …p.fillRect( start_x, start_y + 3 * m_nRowHeight, end_x - start_x, start_y + 4 * m_nRowHeight, fbk … in createBackground()
[all …]
/dports/graphics/gegl/gegl-0.4.34/bin/lua/
H A Dgegl_radial-gradient.lua4 local end_x = active:get_property("end-x").value
20 touch_point(end_x, end_y)
23 local end_x = active:get_property("end-x").value
25 end_x = end_x + ev.delta_x
28 active:set_property("end-x", GObject.Value(GObject.Type.DOUBLE, end_x))
H A Dgegl_linear-gradient.lua4 local end_x = active:get_property("end-x").value
20 touch_point(end_x, end_y)
23 local end_x = active:get_property("end-x").value
25 end_x = end_x + ev.delta_x
28 active:set_property("end-x", GObject.Value(GObject.Type.DOUBLE, end_x))
/dports/x11/terminology/terminology-1.9.0/src/bin/
H A Dtermiointernals.c67 end_x = w - 1; in termio_selection_get()
73 end_x = w - 1; in termio_selection_get()
279 int start_x, end_x; in _sel_codepoints_get() local
289 end_x = c2x; in _sel_codepoints_get()
1134 end_x = MAX(to_end_x, end_x); in _sel_word_to()
1235 end_x = cx; in _sel_to()
1240 end_x = cx; in _sel_to()
1290 end_x = cx; in _sel_to()
1332 if (w <= end_x) in _selection_newline_extend_fix()
1339 if (w < end_x) in _selection_newline_extend_fix()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/features/include/pcl/features/impl/
H A Dintegral_image2D.hpp118 const unsigned upper_right_idx = start_y * (width_ + 1) + end_x; in getFirstOrderSumSE()
120 const unsigned lower_right_idx = end_y * (width_ + 1) + end_x; in getFirstOrderSumSE()
132 const unsigned upper_right_idx = start_y * (width_ + 1) + end_x; in getSecondOrderSumSE()
134 const unsigned lower_right_idx = end_y * (width_ + 1) + end_x; in getSecondOrderSumSE()
146 const unsigned upper_right_idx = start_y * (width_ + 1) + end_x; in getFiniteElementsCountSE()
148 const unsigned lower_right_idx = end_y * (width_ + 1) + end_x; in getFiniteElementsCountSE()
287 const unsigned upper_right_idx = start_y * (width_ + 1) + end_x; in getFirstOrderSumSE()
289 const unsigned lower_right_idx = end_y * (width_ + 1) + end_x; in getFirstOrderSumSE()
301 const unsigned upper_right_idx = start_y * (width_ + 1) + end_x; in getSecondOrderSumSE()
303 const unsigned lower_right_idx = end_y * (width_ + 1) + end_x; in getSecondOrderSumSE()
[all …]

12345678910>>...43