Home
last modified time | relevance | path

Searched refs:x_pos (Results 1 – 25 of 1847) sorted by relevance

12345678910>>...74

/dports/multimedia/vmaf/vmaf-2.3.0/matlab/strred/matlabPyrTools/MEX/
H A Dwrap.c88 x_pos<x_ctr_start;
93 x_pos<x_ctr_stop;
98 x_pos<x_stop;
108 x_pos<x_ctr_start;
113 x_pos<x_ctr_stop;
118 x_pos<x_stop;
138 x_pos<x_stop;
223 x_pos<x_ctr_stop;
228 x_pos<x_stop;
248 x_pos<x_stop;
[all …]
H A Dconvolve.c92 x_pos<x_ctr_start;
101 x_pos<x_ctr_stop;
106 x_pos<x_stop;
136 x_pos<x_stop;
151 x_pos<x_ctr_start;
160 x_pos<x_ctr_stop;
165 x_pos<x_stop;
247 x_pos<x_ctr_stop;
252 x_pos<x_stop;
306 x_pos<x_ctr_stop;
[all …]
H A Dedges-orig.c149 if ( (x_pos>1) OR (x_pos<-1) OR (y_pos>1) OR (y_pos<-1) )
166 int x_start = ((x_pos>0)?(x_pos-1):((x_pos<0)?(x_pos+1):0));
196 int x_start = ((x_pos>0)?(x_pos-1):((x_pos<0)?(x_pos+1):0));
229 int x_edge_dist = (x_pos>0)?(x_pos-x_dim-1):(x_pos+1);
235 if (x_pos==0) printf("\n");
273 int x_edge_dist = (x_pos>0)?(x_pos-x_dim):((x_pos<0)?(x_pos+1):0);
309 if ( (ABS(x_pos) ISNT mx_pos) AND (x_pos ISNT 0) )
335 int x_edge_dist = (x_pos>0)?(x_pos-x_dim):((x_pos<-1)?(x_pos+1):0);
393 int x_start = ((x_pos>0)?(x_pos-1):((x_pos<0)?(x_pos+1):0));
438 int x_edge_dist = (x_pos>1)?(x_pos-x_dim):((x_pos<-1)?(x_pos+1):0);
[all …]
H A Dedges.c149 if ( (x_pos>1) OR (x_pos<-1) OR (y_pos>1) OR (y_pos<-1) )
167 int x_start = ((x_pos>0)?(x_pos-1):((x_pos<0)?(x_pos+1):0));
202 int x_overhang = (x_pos>0)?(x_pos-1):((x_pos<0)?(x_pos+1):0);
271 int x_overhang = (x_pos>0)?(x_pos-1):((x_pos<0)?(x_pos+1):0);
305 if (x_pos ISNT 0)
358 int x_overhang = ((x_pos>0)?(x_pos-1):((x_pos<0)?(x_pos+1):0));
430 int x_overhang = (x_pos>0)?(x_pos-1):((x_pos<0)?(x_pos+1):0);
480 if (x_pos ISNT 0)
546 int x_start = ((x_pos>0)?(x_pos-1):((x_pos<0)?(x_pos+1):0));
591 int x_overhang = (x_pos>1)?(x_pos-x_dim):((x_pos<-1)?(x_pos+1):0);
[all …]
/dports/graphics/grafx2/grafx2/src/
H A Dspecial.c42 int x_pos,y_pos; in Set_paintbrush_size() local
60 for (x_pos=0, x=1-Paintbrush_width; x_pos<Paintbrush_width; x_pos++,x+=2) in Set_paintbrush_size()
66 for (x_pos=0,y_pos=0; x_pos<Paintbrush_height; x_pos++,y_pos+=MAX_PAINTBRUSH_SIZE) in Set_paintbrush_size()
78 for (x_pos=0, x=1-Paintbrush_width; x_pos<Paintbrush_width; x_pos++,x+=2) in Set_paintbrush_size()
86 for (x_pos=0; x_pos<Paintbrush_width; x_pos++) in Set_paintbrush_size()
92 for (x_pos=0; x_pos<Paintbrush_width; x_pos++) in Set_paintbrush_size()
98 for (x_pos=0; x_pos<Paintbrush_width; x_pos++) in Set_paintbrush_size()
104 for (x_pos=0; x_pos<Paintbrush_width; x_pos++) in Set_paintbrush_size()
117 for (x_pos=0; x_pos<Paintbrush_width; x_pos++) in Set_paintbrush_size()
123 for (x_pos=0; x_pos<Paintbrush_width; x_pos++) in Set_paintbrush_size()
[all …]
H A Dpxquad.c224 Update_rect(x_pos,y_pos,width,height); in Display_brush_color_quad()
227 void Display_brush_mono_quad(word x_pos, word y_pos, in Display_brush_mono_quad() argument
261 Update_rect(x_pos,y_pos,width,height); in Display_brush_mono_quad()
296 Update_rect(x_pos,y_pos,width,height); in Clear_brush_quad()
360 Update_rect(x_pos,y_pos,width,height); in Remap_screen_quad()
539 x_pos, y, width * Main.magnifier_factor, in Display_brush_mono_zoom_quad()
547 Redraw_grid( x_pos, y_pos, in Display_brush_mono_zoom_quad()
549 Update_rect( x_pos, y_pos, in Display_brush_mono_zoom_quad()
580 Display_line_on_screen_fast_quad(x_pos,y, in Clear_brush_scaled_quad()
587 Redraw_grid(x_pos,y_pos, in Clear_brush_scaled_quad()
[all …]
H A Dpxtall3.c208 Update_rect(x_pos,y_pos,width,height); in Display_brush_color_tall3()
211 void Display_brush_mono_tall3(word x_pos, word y_pos, in Display_brush_mono_tall3() argument
245 Update_rect(x_pos,y_pos,width,height); in Display_brush_mono_tall3()
280 Update_rect(x_pos,y_pos,width,height); in Clear_brush_tall3()
344 Update_rect(x_pos,y_pos,width,height); in Remap_screen_tall3()
519 x_pos, y, width * Main.magnifier_factor, in Display_brush_mono_zoom_tall3()
527 Redraw_grid( x_pos, y_pos, in Display_brush_mono_zoom_tall3()
529 Update_rect( x_pos, y_pos, in Display_brush_mono_zoom_tall3()
560 Display_line_on_screen_fast_tall3(x_pos,y, in Clear_brush_scaled_tall3()
567 Redraw_grid(x_pos,y_pos, in Clear_brush_scaled_tall3()
[all …]
H A Dpxtall2.c198 Update_rect(x_pos,y_pos,width,height); in Display_brush_color_tall2()
201 void Display_brush_mono_tall2(word x_pos, word y_pos, in Display_brush_mono_tall2() argument
235 Update_rect(x_pos,y_pos,width,height); in Display_brush_mono_tall2()
270 Update_rect(x_pos,y_pos,width,height); in Clear_brush_tall2()
336 Update_rect(x_pos,y_pos,width,height); in Remap_screen_tall2()
514 x_pos, y, width * Main.magnifier_factor, in Display_brush_mono_zoom_tall2()
522 Redraw_grid( x_pos, y_pos, in Display_brush_mono_zoom_tall2()
524 Update_rect( x_pos, y_pos, in Display_brush_mono_zoom_tall2()
555 Display_line_on_screen_fast_tall2(x_pos,y, in Clear_brush_scaled_tall2()
562 Redraw_grid(x_pos,y_pos, in Clear_brush_scaled_tall2()
[all …]
H A Dpxtriple.c197 Update_rect(x_pos,y_pos,width,height); in Display_brush_color_triple()
200 void Display_brush_mono_triple(word x_pos, word y_pos, in Display_brush_mono_triple() argument
232 Update_rect(x_pos,y_pos,width,height); in Display_brush_mono_triple()
265 Update_rect(x_pos,y_pos,width,height); in Clear_brush_triple()
323 Update_rect(x_pos,y_pos,width,height); in Remap_screen_triple()
495 x_pos, y, width * Main.magnifier_factor, in Display_brush_mono_zoom_triple()
503 Redraw_grid( x_pos, y_pos, in Display_brush_mono_zoom_triple()
505 Update_rect( x_pos, y_pos, in Display_brush_mono_zoom_triple()
536 Display_line_on_screen_fast_triple(x_pos,y, in Clear_brush_scaled_triple()
543 Redraw_grid(x_pos,y_pos, in Clear_brush_scaled_triple()
[all …]
H A Dpxwide2.c190 Update_rect(x_pos,y_pos,width,height); in Display_brush_color_wide2()
193 void Display_brush_mono_wide2(word x_pos, word y_pos, in Display_brush_mono_wide2() argument
224 Update_rect(x_pos,y_pos,width,height); in Display_brush_mono_wide2()
256 Update_rect(x_pos,y_pos,width,height); in Clear_brush_wide2()
316 Update_rect(x_pos,y_pos,width,height); in Remap_screen_wide2()
483 x_pos, y, width * Main.magnifier_factor, in Display_brush_mono_zoom_wide2()
491 Redraw_grid( x_pos, y_pos, in Display_brush_mono_zoom_wide2()
493 Update_rect( x_pos, y_pos, in Display_brush_mono_zoom_wide2()
524 Display_line_on_screen_fast_wide2(x_pos,y, in Clear_brush_scaled_wide2()
531 Redraw_grid(x_pos,y_pos, in Clear_brush_scaled_wide2()
[all …]
H A Dpxdouble.c180 Update_rect(x_pos,y_pos,width,height); in Display_brush_color_double()
183 void Display_brush_mono_double(word x_pos, word y_pos, in Display_brush_mono_double() argument
214 Update_rect(x_pos,y_pos,width,height); in Display_brush_mono_double()
245 Update_rect(x_pos,y_pos,width,height); in Clear_brush_double()
301 Update_rect(x_pos,y_pos,width,height); in Remap_screen_double()
454 x_pos, y, width * Main.magnifier_factor, in Display_brush_mono_zoom_double()
462 Redraw_grid( x_pos, y_pos, in Display_brush_mono_zoom_double()
464 Update_rect( x_pos, y_pos, in Display_brush_mono_zoom_double()
494 Display_line_on_screen_fast_double(x_pos,y, in Clear_brush_scaled_double()
501 Redraw_grid(x_pos,y_pos, in Clear_brush_scaled_double()
[all …]
H A Dpxtall.c130 color = Get_Screen_pixel(x_pos, i); in Vertical_XOR_line_tall()
131 Set_Screen_pixel(x_pos, i, xor_lut[color]); in Vertical_XOR_line_tall()
165 Update_rect(x_pos,y_pos,width,height); in Display_brush_color_tall()
202 Update_rect(x_pos,y_pos,width,height); in Display_brush_mono_tall()
225 Update_rect(x_pos,y_pos,width,height); in Clear_brush_tall()
278 Update_rect(x_pos,y_pos,width,height); in Remap_screen_tall()
405 Redraw_grid( x_pos, y_pos, in Display_brush_mono_zoom_tall()
407 Update_rect( x_pos, y_pos, in Display_brush_mono_zoom_tall()
436 Display_line_on_screen_tall(x_pos,y, in Clear_brush_scaled_tall()
443 Redraw_grid(x_pos,y_pos, in Clear_brush_scaled_tall()
[all …]
H A Dpxsimple.c121 color = Get_Screen_pixel(x_pos, i); in Vertical_XOR_line_simple()
122 Set_Screen_pixel(x_pos, i, xor_lut[color]); in Vertical_XOR_line_simple()
154 Update_rect(x_pos,y_pos,width,height); in Display_brush_color_simple()
186 Update_rect(x_pos,y_pos,width,height); in Display_brush_mono_simple()
207 Update_rect(x_pos,y_pos,width,height); in Clear_brush_simple()
258 Update_rect(x_pos,y_pos,width,height); in Remap_screen_simple()
421 Redraw_grid( x_pos, y_pos, in Display_brush_mono_zoom_simple()
423 Update_rect( x_pos, y_pos, in Display_brush_mono_zoom_simple()
452 Display_line_on_screen_simple(x_pos,y, in Clear_brush_scaled_simple()
459 Redraw_grid(x_pos,y_pos, in Clear_brush_scaled_simple()
[all …]
H A Dpxwide.c166 Update_rect(x_pos,y_pos,width,height); in Display_brush_color_wide()
169 void Display_brush_mono_wide(word x_pos, word y_pos, in Display_brush_mono_wide() argument
197 Update_rect(x_pos,y_pos,width,height); in Display_brush_mono_wide()
226 Update_rect(x_pos,y_pos,width,height); in Clear_brush_wide()
277 Update_rect(x_pos,y_pos,width,height); in Remap_screen_wide()
447 x_pos, y, width * Main.magnifier_factor, in Display_brush_mono_zoom_wide()
455 Redraw_grid( x_pos, y_pos, in Display_brush_mono_zoom_wide()
457 Update_rect( x_pos, y_pos, in Display_brush_mono_zoom_wide()
486 Display_line_on_screen_fast_wide(x_pos,y, in Clear_brush_scaled_wide()
493 Redraw_grid(x_pos,y_pos, in Clear_brush_scaled_wide()
[all …]
H A Dgraph.c638 for (x_pos=0;x_pos<Spare.image_width;x_pos++) in Remap_spare()
684 for (x_pos=0;x_pos<Brush_width;x_pos++) in Get_colors_from_brush()
834 for (x_pos=start_x;x_pos<end_x;x_pos++) in Fill()
848 for (x_pos=start_x;x_pos<end_x;x_pos++) in Fill()
913 for (x_pos=start_x;x_pos<end_x;x_pos++) in Fill()
927 for (x_pos=start_x;x_pos<end_x;x_pos++) in Fill()
1926 for (x_pos=start_x;x_pos<=end_x;x_pos++) in Draw_empty_rectangle()
1974 for (x_pos=start_x;x_pos<=end_x;x_pos++) in Draw_filled_rectangle()
2532 for (x_pos = left; x_pos <= right; x_pos++) in Draw_grad_inscribed_ellipse()
2584 for(x_pos=rax;x_pos<=rbx;x_pos++) in Draw_grad_rectangle()
[all …]
H A Dbrush.c906 short x_pos; in Capture_brush() local
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()
1020 for (x_pos=0;x_pos<Brush_width;x_pos++) in Remap_brush()
1104 for (x_pos=1; x_pos<Brush_width-1; x_pos++) in Outline_brush()
1126 for (x_pos=1; x_pos<Brush_width-1; x_pos++) in Outline_brush()
1203 for (x_pos=0; x_pos<Brush_width; x_pos++) in Nibble_brush()
1229 for (x_pos=0; x_pos<Brush_width; x_pos++) in Nibble_brush()
1281 short x_pos; in Capture_brush_with_lasso() local
1355 for (x_pos=start_x;x_pos<=end_x;x_pos++) in Capture_brush_with_lasso()
[all …]
H A Dengine.h41 void Window_draw_normal_bouton(word x_pos,word y_pos,word width,word height,
45 void Window_draw_palette_bouton(word x_pos,word y_pos);
55 T_Normal_button * Window_set_normal_button(word x_pos, word y_pos,
59 T_Normal_button * Window_set_repeatable_button(word x_pos, word y_pos,
63 T_Palette_button * Window_set_palette_button(word x_pos, word y_pos);
67 T_Scroller_button * Window_set_scroller_button(word x_pos, word y_pos,
75 T_Special_button * Window_set_special_button(word x_pos, word y_pos,
78 T_Special_button * Window_set_input_button_s(word x_pos,word y_pos,
81 T_Special_button * Window_set_input_button(word x_pos, word y_pos,
84 T_Dropdown_button * Window_set_dropdown_button(word x_pos, word y_pos,
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/ags_creditz/
H A Dags_creditz.cpp161 x_pos = VGACheck(x_pos); in drawCredit()
186 x_pos = VGACheck(x_pos); in drawCredit()
219 x_pos = VGACheck(x_pos); in drawCredit()
241 x_pos = VGACheck(x_pos); in drawCredit()
272 x_pos = VGACheck(x_pos); in drawCredit()
304 x_pos = VGACheck(x_pos); in drawCredit()
408 if (x_pos < 0) in specialEffect()
409 x_pos = 0; in specialEffect()
436 x_pos = 0; in specialEffect()
482 x_pos = 0; in specialEffect()
[all …]
/dports/editors/sted/sted/
H A Dsted.c202 buffer[x_pos] = '\0'; in main()
221 x_pos = 0; in main()
227 else if (x_pos == 0) in main()
265 --x_pos; in main()
309 --x_pos; in main()
364 x_pos = 0; in main()
371 ++x_pos; in main()
379 x_pos = 0; in main()
415 left_col = x_pos; in main()
442 left_col = x_pos; in main()
[all …]
/dports/games/construo/construo-0.2.3/src/
H A Dgui_child_manager.cpp66 gc.set_offset (x_pos, y_pos); in draw()
68 parent_gc->draw_fill_rect (x_pos, y_pos, in draw()
71 parent_gc->draw_rect (x_pos, y_pos, in draw()
75 parent_gc->draw_fill_rect (x_pos, y_pos, in draw()
79 parent_gc->draw_rect (x_pos, y_pos, in draw()
80 x_pos + width, y_pos, in draw()
96 if ((*i)->is_at (x - x_pos, y - y_pos)) in on_primary_button_press()
109 if ((*i)->is_at (x - x_pos, y - y_pos)) in on_primary_button_release()
122 if ((*i)->is_at (x - x_pos, y - y_pos)) in on_secondary_button_press()
135 if ((*i)->is_at (x - x_pos, y - y_pos)) in on_secondary_button_release()
[all …]
H A Dgui_buttons.cpp72 gc->draw_fill_rect (x_pos, y_pos, x_pos + width, y_pos + height, Colors::button_bg_pressed); in draw()
76 gc->draw_fill_rect (x_pos, y_pos, x_pos + width, y_pos + height, Colors::button_bg_hover); in draw()
80 gc->draw_fill_rect (x_pos, y_pos, x_pos + width, y_pos + height, Colors::button_bg_passive); in draw()
102 gc->draw_string_centered (x_pos + width/2, y_pos + 16, title); in draw_content()
108 gc->draw_rect (x_pos, y_pos, in draw_border_hover()
109 x_pos + width, y_pos + height, Colors::button_fg_hover); in draw_border_hover()
115 gc->draw_rect (x_pos, y_pos, in draw_border_pressed()
116 x_pos + width, y_pos + height, Colors::button_fg_pressed); in draw_border_pressed()
122 gc->draw_rect (x_pos, y_pos, in draw_border_normal()
141 gc->draw_fill_rect (x_pos, y_pos, in draw_content()
[all …]
/dports/cad/xcircuit/xcircuit-3.10.30/asg/
H A Dcstitch.c128 if (tl->this->x_pos >= maxX) maxX = tl->this->x_pos + 1;
308 (t->rt->x_pos == t->x_pos) && /* And things line up OK */
401 while((s != NULL) && (s->x_pos >= who->x_pos))
504 if ((t->x_pos < x) && ((t->x_pos + t->x_len) >= x) &&
581 c->x_pos = x;
590 if (c->lb != NULL && (c->lb->x_pos > c->x_pos))
1812 ((t->x_pos < maxX) && (t->x_pos >= xorg)) ||
2213 else if ((t1->x_pos == t2->x_pos + t2->x_len) ||
2214 (t2->x_pos == t1->x_pos + t1->x_len) ||
2235 if (t1->x_pos < t2->x_pos) return (TRUE);
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dtrastercentroid.cpp154 #define UPDATE_POS(displ_code, x_pos, y_pos) \ argument
231 int &x_pos, int &y_pos) { in find_next_seed() argument
248 x_pos = Curr_x; in find_next_seed()
273 int x_pos, y_pos, old_x_pos, old_y_pos; in doComputeCentroid() local
289 while (find_next_seed(r, first_seed, seed, x_pos, y_pos)) { in doComputeCentroid()
303 old_x_pos = x_pos; in doComputeCentroid()
306 UPDATE_POS(displ, x_pos, y_pos) in doComputeCentroid()
308 COMPUTE_NUM_DEN(x_pos, y_pos, old_x_pos, old_y_pos) in doComputeCentroid()
318 old_x_pos = x_pos; in doComputeCentroid()
320 UPDATE_POS(displ, x_pos, y_pos) in doComputeCentroid()
[all …]
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A Dhash_motion.c151 for (int x_pos = 0; x_pos < x_end; x_pos++) { in svt_av1_generate_block_2x2_hash_value() local
171 for (int x_pos = 0; x_pos < x_end; x_pos++) { in svt_av1_generate_block_2x2_hash_value() local
205 for (int x_pos = 0; x_pos < x_end; x_pos++) { in svt_av1_generate_block_hash_value() local
242 for (int x_pos = 0; x_pos < x_end; x_pos++) { in svt_av1_generate_block_hash_value() local
267 for (int x_pos = 0; x_pos < x_end; x_pos++) { in svt_av1_add_to_hash_map_by_row_with_precal_data() local
269 const int pos = y_pos * pic_width + x_pos; in svt_av1_add_to_hash_map_by_row_with_precal_data()
273 curr_block_hash.x = x_pos; in svt_av1_add_to_hash_map_by_row_with_precal_data()
300 for (int x_pos = 0; x_pos < block_size; x_pos += 2) { in svt_av1_get_block_hash_value() local
301 int pos = (y_pos >> 1) * sub_block_in_width + (x_pos >> 1); in svt_av1_get_block_hash_value()
314 for (int x_pos = 0; x_pos < block_size; x_pos += 2) { in svt_av1_get_block_hash_value() local
[all …]
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A Dhash_motion.c151 for (int x_pos = 0; x_pos < x_end; x_pos++) { in svt_av1_generate_block_2x2_hash_value() local
171 for (int x_pos = 0; x_pos < x_end; x_pos++) { in svt_av1_generate_block_2x2_hash_value() local
205 for (int x_pos = 0; x_pos < x_end; x_pos++) { in svt_av1_generate_block_hash_value() local
242 for (int x_pos = 0; x_pos < x_end; x_pos++) { in svt_av1_generate_block_hash_value() local
267 for (int x_pos = 0; x_pos < x_end; x_pos++) { in svt_av1_add_to_hash_map_by_row_with_precal_data() local
269 const int pos = y_pos * pic_width + x_pos; in svt_av1_add_to_hash_map_by_row_with_precal_data()
273 curr_block_hash.x = x_pos; in svt_av1_add_to_hash_map_by_row_with_precal_data()
300 for (int x_pos = 0; x_pos < block_size; x_pos += 2) { in svt_av1_get_block_hash_value() local
301 int pos = (y_pos >> 1) * sub_block_in_width + (x_pos >> 1); in svt_av1_get_block_hash_value()
314 for (int x_pos = 0; x_pos < block_size; x_pos += 2) { in svt_av1_get_block_hash_value() local
[all …]

12345678910>>...74