Home
last modified time | relevance | path

Searched refs:map_max_x (Results 1 – 6 of 6) sorted by relevance

/dports/games/edge/Edge-1.35-source/src/
H A Dam_map.cc161 static float map_max_x; variable
214 map_max_x = -9e9; in FindMinMaxBoundaries()
220 map_max_x = MAX(map_max_x, vertexes[i].x); in FindMinMaxBoundaries()
226 float map_w = map_max_x - map_min_x; in FindMinMaxBoundaries()
231 m_cx = (map_min_x + map_max_x) / 2.0; in FindMinMaxBoundaries()
467 m_cx = MIN(m_cx, map_max_x); in AM_Ticker()
/dports/graphics/geomorph/geomorph-0.60.1/src/hf/
H A Dhf_calc.c1558 void map_convolve (hf_type *map, gint map_max_x, gint map_max_y, in map_convolve() argument
1580 buf = (gdouble *) x_malloc(sizeof(gdouble)*map_max_x*map_max_y, "gdouble (buf in map_convolve)"); in map_convolve()
1581 max2x = 2*map_max_x-1; in map_convolve()
1585 radius_x = (map_max_x>>1); in map_convolve()
1590 lx = map_max_x; in map_convolve()
1593 sx = cx - (map_max_x>>1); in map_convolve()
1603 for (x=0; x<map_max_x; x++) { in map_convolve()
1604 idxbuf = VECTORIZE(x,y,map_max_x); in map_convolve()
1640 mx = (mx>=map_max_x)?(max2x-mx):mx; in map_convolve()
1649 for (x=0; x<map_max_x; x++) { in map_convolve()
[all …]
H A Dhf_calc.h450 void map_convolve (hf_type *map, gint map_max_x, gint map_max_y,
/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dmaps.h172 double map_max_x);
H A Dmaps.c3775 unsigned long map_max_x) // right_map_boundary) { in map_visible() argument
3817 if (NW_corner_longitude > (long)map_max_x) in map_visible()
3824 map_max_x); in map_visible()
3875 double map_max_x) in map_inside_viewport_lat_lon() argument
3880 map_max_x <= f_SE_corner_longitude && in map_inside_viewport_lat_lon()
3926 double map_max_x) // f_right_map_boundary in map_visible_lat_lon() argument
3944 if (map_max_x < f_NW_corner_longitude) in map_visible_lat_lon()
/dports/games/brickshooter/brickshooter-0.04/
H A Dbrickshooter.c1192 int map_max_x = 0; in map_load() local
1252 if (map_max_x < strlen(buf)) map_max_x = strlen(buf); in map_load()
1276 if (map_max_x < MAP_WID) adj_x = ((MAP_WID - map_max_x) / 2); in map_load()