Home
last modified time | relevance | path

Searched refs:start_x (Results 1 – 25 of 2134) sorted by relevance

12345678910>>...86

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-1.0/
H A Dscissor-bitmap.c158 int start_x, start_y; in piglit_display() local
188 start_x, start_y, in piglit_display()
199 glScissor(start_x, in piglit_display()
212 start_x, start_y, in piglit_display()
219 glScissor(start_x, in piglit_display()
226 start_x, in piglit_display()
232 start_x, start_y, in piglit_display()
239 glScissor(start_x, in piglit_display()
246 start_x, start_y, in piglit_display()
271 start_x, start_y, in piglit_display()
[all …]
/dports/misc/ytree/ytree-2.03/
H A Dkeyhtab.c56 if(n > (start_x + ef_window_width)) in PrintMtchEntry()
57 line_ptr = &buffer[start_x]; in PrintMtchEntry()
61 *hide_left = start_x; in PrintMtchEntry()
120 int start_x; in GetMatches() local
161 start_x = 0; in GetMatches()
172 if(start_x) { in GetMatches()
173 start_x = 0; in GetMatches()
187 case KEY_RIGHT: start_x++; in GetMatches()
192 start_x--; in GetMatches()
195 case KEY_LEFT: if(start_x > 0) in GetMatches()
[all …]
H A Dhistory.c174 if(n > (start_x + ef_window_width)) in PrintHstEntry()
175 line_ptr = &buffer[start_x]; in PrintHstEntry()
179 *hide_left = start_x; in PrintHstEntry()
239 int start_x; in GetHistory() local
247 start_x = 0; in GetHistory()
258 if(start_x) { in GetHistory()
259 start_x = 0; in GetHistory()
273 case KEY_RIGHT: start_x++; in GetHistory()
278 start_x--; in GetHistory()
281 case KEY_LEFT: if(start_x > 0) in GetHistory()
[all …]
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/
H A Dags_fast_pitch_util.c698 guint start_x; in ags_fast_pitch_util_pitch_s8() local
707 start_x = 0; in ags_fast_pitch_util_pitch_s8()
746 guint start_x; in ags_fast_pitch_util_pitch_s8() local
755 start_x = 0; in ags_fast_pitch_util_pitch_s8()
803 start_x = 0; in ags_fast_pitch_util_pitch_s8()
1010 guint start_x; in ags_fast_pitch_util_pitch_s16() local
1019 start_x = 0; in ags_fast_pitch_util_pitch_s16()
1058 guint start_x; in ags_fast_pitch_util_pitch_s16() local
1067 start_x = 0; in ags_fast_pitch_util_pitch_s16()
1115 start_x = 0; in ags_fast_pitch_util_pitch_s16()
[all …]
H A Dags_filter_util.c192 guint start_x; in ags_filter_util_pitch_s8() local
197 start_x = 0; in ags_filter_util_pitch_s8()
236 guint start_x; in ags_filter_util_pitch_s8() local
241 start_x = 0; in ags_filter_util_pitch_s8()
285 start_x = 0; in ags_filter_util_pitch_s8()
498 guint start_x; in ags_filter_util_pitch_s16() local
503 start_x = 0; in ags_filter_util_pitch_s16()
542 guint start_x; in ags_filter_util_pitch_s16() local
547 start_x = 0; in ags_filter_util_pitch_s16()
591 start_x = 0; in ags_filter_util_pitch_s16()
[all …]
H A Dags_hq_pitch_util.c672 start_x = 0; in ags_hq_pitch_util_pitch_s8()
860 start_x = 0; in ags_hq_pitch_util_pitch_s16()
1048 start_x = 0; in ags_hq_pitch_util_pitch_s24()
1236 start_x = 0; in ags_hq_pitch_util_pitch_s32()
1424 start_x = 0; in ags_hq_pitch_util_pitch_s64()
1612 start_x = 0; in ags_hq_pitch_util_pitch_float()
1800 start_x = 0; in ags_hq_pitch_util_pitch_double()
1988 start_x = 0; in ags_hq_pitch_util_pitch_complex()
2221 start_x = 0; in ags_hq_pitch_util_compute_s8()
2394 start_x = 0; in ags_hq_pitch_util_compute_s16()
[all …]
/dports/graphics/grafx2/grafx2/src/
H A Doperatio.c220 short start_x; in Freehand_mode1_1_2() local
278 short start_x; in Freehand_mode1_2_2() local
325 short start_x; in Freehand_mode2_1_2() local
379 short start_x; in Freehand_mode2_2_2() local
506 short start_x; in Line_12_5() local
571 short start_x; in Line_0_5() local
645 short start_x; in K_line_12_6() local
685 short start_x; in K_line_0_6() local
841 Num2str(((start_x<Paintbrush_X)?Paintbrush_X-start_x:start_x-Paintbrush_X)+1,str,4); in Rectangle_12_5()
1441 start_x=0; in Draw_curve_cross()
[all …]
H A Dbrush.c185 start_x=(start_x-Main.magnifier_offset_X)*Main.magnifier_factor; in Display_paintbrush()
236 start_x=(start_x-Main.magnifier_offset_X)*Main.magnifier_factor; in Display_paintbrush()
913 if (start_x>end_x) in Capture_brush()
915 temp=start_x; in Capture_brush()
916 start_x =end_x; in Capture_brush()
958 for (x_pos=start_x;x_pos<start_x+Brush_width;x_pos++) in Capture_brush()
966 for (x_pos=start_x;x_pos<start_x+Brush_width;x_pos++) in Capture_brush()
1292 start_x=x_pos; in Capture_brush_with_lasso()
1743 x_pos=start_x; in Interpolate_texture()
1746 if (start_x<end_x) in Interpolate_texture()
[all …]
H A Dbrush_ops.c399 short start_x; in Brush_12_5() local
418 width=((start_x<Paintbrush_X)?Paintbrush_X-start_x:start_x-Paintbrush_X)+1; in Brush_12_5()
444 short start_x; in Brush_0_5() local
461 Paintbrush_X=start_x; in Brush_0_5()
512 short start_x; in Polybrush_12_8() local
676 short start_x; in Stretch_brush_1_7() local
699 width=((start_x<Paintbrush_X)?Paintbrush_X-start_x:start_x-Paintbrush_X)+1; in Stretch_brush_1_7()
734 Paintbrush_X=start_x; in Stretch_brush_1_7()
766 short start_x; in Stretch_brush_0_7() local
787 width=((start_x<Paintbrush_X)?Paintbrush_X-start_x:start_x-Paintbrush_X)+1; in Stretch_brush_0_7()
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/fbo/
H A Dfbo-scissor-bitmap.c160 int start_x, start_y; in draw_and_test() local
205 start_x, start_y, in draw_and_test()
216 glScissor(start_x, in draw_and_test()
229 start_x, start_y, in draw_and_test()
236 glScissor(start_x, in draw_and_test()
243 start_x, in draw_and_test()
249 start_x, start_y, in draw_and_test()
256 glScissor(start_x, in draw_and_test()
263 start_x, start_y, in draw_and_test()
288 start_x, start_y, in draw_and_test()
[all …]
/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/PatternEditor/
H A DPianoRollEditor.cpp169 unsigned start_x = 0; 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()
200 …p.fillRect( start_x, start_y + 1 * m_nRowHeight, end_x - start_x, start_y + 2 * m_nRowHeight, fbk … 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()
[all …]
/dports/games/warmux/warmux-11.04/src/map/
H A Dtileitem.cpp335 start_x = (start_x < 0) ? 0 : (start_x >= CELL_SIZE.x) ? CELL_SIZE.x - 1 : start_x; in Darken()
339 ptr += start_x; in Darken()
353 start_x = (start_x < 0) ? 0 : (start_x >= CELL_SIZE.x) ? CELL_SIZE.x - 1 : start_x; in Empty()
358 ptr += start_x; in Empty()
441 start_x = (start_x < 0) ? 0 : (start_x >= CELL_SIZE.x) ? CELL_SIZE.x - 1 : start_x; in Darken()
444 buf += 3*start_x; in Darken()
460 start_x = (start_x < 0) ? 0 : (start_x >= CELL_SIZE.x) ? CELL_SIZE.x - 1 : start_x; in Empty()
463 buf += 3*start_x; in Empty()
615 start_x = (start_x < 0) ? 0 : (start_x >= CELL_SIZE.x) ? CELL_SIZE.x - 1 : start_x; in Empty()
648 start_x = (start_x < 0) ? 0 : (start_x >= CELL_SIZE.x) ? CELL_SIZE.x - 1 : start_x; in Darken()
[all …]
/dports/games/gnome-nibbles/gnome-nibbles-3.38.2/src/
H A Dnibbles-test.vala48 uint8 start_x;
89 assert_true (worm.head.x == worm_test.start_x && worm.head.y == worm_test.start_y);
126 … { WormTest () { start_x = 4, start_y = 14, final_lives = 6, final_score = 20 },
127 … WormTest () { start_x = 18, start_y = 31, final_lives = 5, final_score = 15 },
128 … WormTest () { start_x = 9, start_y = 39, final_lives = 5, final_score = 33 },
133 … { WormTest () { start_x = 15, start_y = 9, final_lives = 5, final_score = 76 },
134 … WormTest () { start_x = 44, start_y = 9, final_lives = 6, final_score = 5 },
135 … WormTest () { start_x = 76, start_y = 9, final_lives = 6, final_score = 18 },
140 … { WormTest () { start_x = 11, start_y = 6, final_lives = 5, final_score = 17 },
141 … WormTest () { start_x = 80, start_y = 6, final_lives = 6, final_score = 14 },
[all …]
/dports/x11/xdotool/xdotool-3.20210804.2/t/
H A Dtest_mousemove.rb72 start_x = 300
75 xdotool_ok "mousemove --sync #{start_x} #{start_y}"
90 start_x = 300
93 xdotool_ok "mousemove --sync #{start_x} #{start_y}"
95 assert_mouse_position_near(start_x, start_y - 100);
97 xdotool_ok "mousemove --sync #{start_x} #{start_y}"
99 assert_mouse_position_near(start_x + 100, start_y);
101 xdotool_ok "mousemove --sync #{start_x} #{start_y}"
103 assert_mouse_position_near(start_x, start_y + 100);
105 xdotool_ok "mousemove --sync #{start_x} #{start_y}"
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/features/include/pcl/features/impl/
H A Dintegral_image2D.hpp75 const unsigned upper_left_idx = start_y * (width_ + 1) + start_x; in getFirstOrderSum()
89 const unsigned upper_left_idx = start_y * (width_ + 1) + start_x; in getSecondOrderSum()
103 const unsigned upper_left_idx = start_y * (width_ + 1) + start_x; in getFiniteElementsCount()
117 const unsigned upper_left_idx = start_y * (width_ + 1) + start_x; in getFirstOrderSumSE()
119 const unsigned lower_left_idx = end_y * (width_ + 1) + start_x; in getFirstOrderSumSE()
131 const unsigned upper_left_idx = start_y * (width_ + 1) + start_x; in getSecondOrderSumSE()
133 const unsigned lower_left_idx = end_y * (width_ + 1) + start_x; in getSecondOrderSumSE()
147 const unsigned lower_left_idx = end_y * (width_ + 1) + start_x; in getFiniteElementsCountSE()
288 const unsigned lower_left_idx = end_y * (width_ + 1) + start_x; in getFirstOrderSumSE()
302 const unsigned lower_left_idx = end_y * (width_ + 1) + start_x; in getSecondOrderSumSE()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dvic4567.cpp1024 …m_bitmap->plot_box(start_x - VIC2_STARTVISIBLECOLUMNS, first + FIRSTLINE, xend - start_x, 1, FRAME… in vic2_drawlines()
1027 if ((start_x > xbegin) && (end_x < xend)) in vic2_drawlines()
1028 …m_bitmap->plot_box(start_x - VIC2_STARTVISIBLECOLUMNS, first + FIRSTLINE, end_x - start_x, 1, FRAM… in vic2_drawlines()
1056 …m_bitmap->plot_box(start_x - VIC2_STARTVISIBLECOLUMNS, first + FIRSTLINE, xend - start_x, 1, FRAME… in vic2_drawlines()
1059 if ((start_x > xbegin) && (end_x < xend)) in vic2_drawlines()
1060 …m_bitmap->plot_box(start_x - VIC2_STARTVISIBLECOLUMNS, first + FIRSTLINE, end_x - start_x, 1, FRAM… in vic2_drawlines()
1197 m_bitmap->plot_box(start_x, first + FIRSTLINE, xbegin - start_x, 1, FRAMECOLOR); in vic2_drawlines()
1201 m_bitmap->plot_box(start_x, first + FIRSTLINE, end_x - start_x, 1, FRAMECOLOR); in vic2_drawlines()
1211 m_bitmap->plot_box(start_x, first + FIRSTLINE, end_x - start_x, 1, FRAMECOLOR); in vic2_drawlines()
1224 …m_bitmap->plot_box(start_x - VIC2_STARTVISIBLECOLUMNS, first + FIRSTLINE, xend - start_x, 1, FRAME… in vic2_drawlines()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dvic4567.cpp1024 …m_bitmap->plot_box(start_x - VIC2_STARTVISIBLECOLUMNS, first + FIRSTLINE, xend - start_x, 1, FRAME… in vic2_drawlines()
1027 if ((start_x > xbegin) && (end_x < xend)) in vic2_drawlines()
1028 …m_bitmap->plot_box(start_x - VIC2_STARTVISIBLECOLUMNS, first + FIRSTLINE, end_x - start_x, 1, FRAM… in vic2_drawlines()
1056 …m_bitmap->plot_box(start_x - VIC2_STARTVISIBLECOLUMNS, first + FIRSTLINE, xend - start_x, 1, FRAME… in vic2_drawlines()
1059 if ((start_x > xbegin) && (end_x < xend)) in vic2_drawlines()
1060 …m_bitmap->plot_box(start_x - VIC2_STARTVISIBLECOLUMNS, first + FIRSTLINE, end_x - start_x, 1, FRAM… in vic2_drawlines()
1197 m_bitmap->plot_box(start_x, first + FIRSTLINE, xbegin - start_x, 1, FRAMECOLOR); in vic2_drawlines()
1201 m_bitmap->plot_box(start_x, first + FIRSTLINE, end_x - start_x, 1, FRAMECOLOR); in vic2_drawlines()
1211 m_bitmap->plot_box(start_x, first + FIRSTLINE, end_x - start_x, 1, FRAMECOLOR); in vic2_drawlines()
1224 …m_bitmap->plot_box(start_x - VIC2_STARTVISIBLECOLUMNS, first + FIRSTLINE, xend - start_x, 1, FRAME… in vic2_drawlines()
[all …]
/dports/games/lm-solve/Games-LMSolve-0.8.4/lib/Games/LMSolve/Plank/
H A DBase.pm89 if (! $board[$start_y]->[$start_x])
107 if ($start_x == $end_x)
120 if ($board[$y]->[$start_x])
130 if ($start_x > $end_x)
132 ($start_x, $end_x) = ($end_x, $start_x);
141 …return { 'len' => ($end_x-$start_x), 'start' => { 'x' => $start_x, 'y' => $start_y}, 'dir' => "E" …
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))
164 'len' => ($end_x - $start_x),
[all …]
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/ncurses-5.98.0/examples/
H A Dex_4.rs45 let mut start_x = (max_x - WINDOW_WIDTH) / 2; in main() localVariable
46 let mut win = create_win(start_y, start_x); in main()
55 start_x -= 1; in main()
57 win = create_win(start_y, start_x); in main()
61 start_x += 1; in main()
63 win = create_win(start_y, start_x); in main()
69 win = create_win(start_y, start_x); in main()
75 win = create_win(start_y, start_x); in main()
85 fn create_win(start_y: i32, start_x: i32) -> WINDOW in create_win()
87 let win = newwin(WINDOW_HEIGHT, WINDOW_WIDTH, start_y, start_x); in create_win()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ncurses-5.101.0/examples/
H A Dex_4.rs45 let mut start_x = (max_x - WINDOW_WIDTH) / 2; in main() localVariable
46 let mut win = create_win(start_y, start_x); in main()
55 start_x -= 1; in main()
57 win = create_win(start_y, start_x); in main()
61 start_x += 1; in main()
63 win = create_win(start_y, start_x); in main()
69 win = create_win(start_y, start_x); in main()
75 win = create_win(start_y, start_x); in main()
85 fn create_win(start_y: i32, start_x: i32) -> WINDOW in create_win()
87 let win = newwin(WINDOW_HEIGHT, WINDOW_WIDTH, start_y, start_x); in create_win()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Dbbox.c28 int start_x; in ff_calculate_bounding_box() local
35 for (start_x = 0; start_x < w; start_x++) in ff_calculate_bounding_box()
37 if ((data[y * linesize + start_x] > min_val)) in ff_calculate_bounding_box()
40 if (start_x == w) /* no points found */ in ff_calculate_bounding_box()
44 for (end_x = w - 1; end_x >= start_x; end_x--) in ff_calculate_bounding_box()
70 bbox->x1 = start_x; in ff_calculate_bounding_box()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dbbox.c28 int start_x; in ff_calculate_bounding_box() local
35 for (start_x = 0; start_x < w; start_x++) in ff_calculate_bounding_box()
37 if ((data[y * linesize + start_x] > min_val)) in ff_calculate_bounding_box()
40 if (start_x == w) /* no points found */ in ff_calculate_bounding_box()
44 for (end_x = w - 1; end_x >= start_x; end_x--) in ff_calculate_bounding_box()
70 bbox->x1 = start_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.c28 int start_x; in ff_calculate_bounding_box() local
35 for (start_x = 0; start_x < w; start_x++) in ff_calculate_bounding_box()
37 if ((data[y * linesize + start_x] > min_val)) in ff_calculate_bounding_box()
40 if (start_x == w) /* no points found */ in ff_calculate_bounding_box()
44 for (end_x = w - 1; end_x >= start_x; end_x--) in ff_calculate_bounding_box()
70 bbox->x1 = start_x; in ff_calculate_bounding_box()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dbbox.c28 int start_x; in ff_calculate_bounding_box() local
35 for (start_x = 0; start_x < w; start_x++) in ff_calculate_bounding_box()
37 if ((data[y * linesize + start_x] > min_val)) in ff_calculate_bounding_box()
40 if (start_x == w) /* no points found */ in ff_calculate_bounding_box()
44 for (end_x = w - 1; end_x >= start_x; end_x--) in ff_calculate_bounding_box()
70 bbox->x1 = start_x; in ff_calculate_bounding_box()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dbbox.c28 int start_x; in ff_calculate_bounding_box() local
35 for (start_x = 0; start_x < w; start_x++) in ff_calculate_bounding_box()
37 if ((data[y * linesize + start_x] > min_val)) in ff_calculate_bounding_box()
40 if (start_x == w) /* no points found */ in ff_calculate_bounding_box()
44 for (end_x = w - 1; end_x >= start_x; end_x--) in ff_calculate_bounding_box()
70 bbox->x1 = start_x; in ff_calculate_bounding_box()

12345678910>>...86