Home
last modified time | relevance | path

Searched refs:is_x_range (Results 1 – 4 of 4) sorted by relevance

/dports/games/alienwave/alienwave/
H A Dblit.c32 if (is_x_range(x-1)) mvwaddch(term,y,x-1,(chtype)'#'); in blit_explosion_1()
36 if (is_x_range(x+1)) mvwaddch(term,y,x+1,(chtype)'#'); in blit_explosion_1()
54 if (is_x_range(x-1)) mvwaddch(term,y,x-1,(chtype)' '); in clear_explosion_1()
56 if (is_x_range(x+1)) mvwaddch(term,y,x+1,(chtype)' '); in clear_explosion_1()
78 if (is_x_range(x-1)) mvwaddch(term,y,x-1,(chtype)'#'); in blit_explosion_2()
82 if (is_x_range(x+1)) mvwaddch(term,y,x+1,(chtype)'#'); in blit_explosion_2()
121 if (is_x_range(x-2)) mvwaddch(term,y,x-2,(chtype)'#'); in blit_explosion_3()
586 if (is_x_range(x)) in blit_shield()
597 if (is_x_range(x+8)) in blit_shield()
633 if (is_x_range(x)) in clear_shield()
[all …]
H A Dutil.h8 int is_x_range(int);
H A Dutil.c20 int is_x_range(int x) in is_x_range() function
/dports/math/gambit/gambit-16.0.1/src/labenski/src/
H A Dplotctrl.cpp1835 bool is_x_range = rect.m_height <= 0; in DoSelectRectangle() local
1849 if (is_x_range && plotData->GetIsXOrdered()) in DoSelectRectangle()
1894 if ((is_x_range && xRange.Contains(*x_data)) || in DoSelectRectangle()
1896 … (!is_x_range && !is_y_range && wxPlotRect2DDoubleContains(*x_data, *y_data, rect))) in DoSelectRectangle()