Home
last modified time | relevance | path

Searched refs:Redraw_grid (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/grafx2/grafx2/src/
H A Dpxsimple.c322 Redraw_grid(Main.X_zoom,0, in Display_part_of_screen_scaled_simple()
421 Redraw_grid( x_pos, y_pos, in Display_brush_mono_zoom_simple()
459 Redraw_grid(x_pos,y_pos, in Clear_brush_scaled_simple()
H A Dpxtall.c322 Redraw_grid(Main.X_zoom,0, in Display_part_of_screen_scaled_tall()
405 Redraw_grid( x_pos, y_pos, in Display_brush_mono_zoom_tall()
443 Redraw_grid(x_pos,y_pos, in Clear_brush_scaled_tall()
H A Dpxwide.c354 Redraw_grid(Main.X_zoom,0, in Display_part_of_screen_scaled_wide()
455 Redraw_grid( x_pos, y_pos, in Display_brush_mono_zoom_wide()
493 Redraw_grid(x_pos,y_pos, in Clear_brush_scaled_wide()
H A Dpxdouble.c379 Redraw_grid(Main.X_zoom,0, in Display_part_of_screen_scaled_double()
462 Redraw_grid( x_pos, y_pos, in Display_brush_mono_zoom_double()
501 Redraw_grid(x_pos,y_pos, in Clear_brush_scaled_double()
H A Dpxwide2.c395 Redraw_grid(Main.X_zoom,0, in Display_part_of_screen_scaled_wide2()
491 Redraw_grid( x_pos, y_pos, in Display_brush_mono_zoom_wide2()
531 Redraw_grid(x_pos,y_pos, in Clear_brush_scaled_wide2()
H A Dpxtriple.c405 Redraw_grid(Main.X_zoom,0, in Display_part_of_screen_scaled_triple()
503 Redraw_grid( x_pos, y_pos, in Display_brush_mono_zoom_triple()
543 Redraw_grid(x_pos,y_pos, in Clear_brush_scaled_triple()
H A Dpxtall3.c426 Redraw_grid(Main.X_zoom,0, in Display_part_of_screen_scaled_tall3()
527 Redraw_grid( x_pos, y_pos, in Display_brush_mono_zoom_tall3()
567 Redraw_grid(x_pos,y_pos, in Clear_brush_scaled_tall3()
H A Dpxtall2.c422 Redraw_grid(Main.X_zoom,0, in Display_part_of_screen_scaled_tall2()
522 Redraw_grid( x_pos, y_pos, in Display_brush_mono_zoom_tall2()
562 Redraw_grid(x_pos,y_pos, in Clear_brush_scaled_tall2()
H A Dpxquad.c446 Redraw_grid(Main.X_zoom,0, in Display_part_of_screen_scaled_quad()
547 Redraw_grid( x_pos, y_pos, in Display_brush_mono_zoom_quad()
587 Redraw_grid(x_pos,y_pos, in Clear_brush_scaled_quad()
H A Dgraph.h130 void Redraw_grid(short x, short y, unsigned short w, unsigned short h);
H A Dgraph.c266 Redraw_grid(Main.X_zoom,0,w,h); in Update_part_of_screen()
271 Redraw_grid(effective_X,effective_Y,effective_w,effective_h); in Update_part_of_screen()
1104 Redraw_grid(Main.X_zoom,0,w,h); in Fill_general()
3202 void Redraw_grid(short x, short y, unsigned short w, unsigned short h) in Redraw_grid() function