14 extern int wfo_in_use[20];
15 extern struct map map[1500];
23 extern unsigned long mnmap[16];
24 extern unsigned long qmap[16];
26 extern float delim[][16];
41 int l,line_width,line_style,cap_style,join_style;
45 int minx,miny,ix,iy,maxx,maxy;
47 float uz,mz,lz,gz,fx,fy;
92 if(
map[
ib].tmaps_done[num-150] <=0)
97 for(hh=0;hh<20;hh++) {
99 if(wfo_in_use[hh] == -1)
102 if(
map[
ib].owner==wfo_in_use[hh])
107 if(wfo_in_use[hh]==-1)
151 if(
map[
ib].zones[1] !=1 &&
152 map[
ib].zones[2] !=1 &&
153 map[
ib].zones[3] !=1) {
161 if(mapvalue >=
delim[tscale][
k] &&
162 mapvalue <
delim[tscale][
k+1]) {
171 if(mapvalue > .01 || mapvalue < -.01) {
184 line_style=LineSolid;
186 join_style=JoinMiter;
188 XSetLineAttributes(
display,
gc,line_width,line_style,cap_style,
238 if(ix < 0 || iy < 0 || ix >= maxx-1 || iy >= maxy-1) {
278 mpoint[4].x=mpoint[0].x;
279 mpoint[4].y=mpoint[0].y;
283 if(mapvalue >=
delim[tscale][
k] &&
284 mapvalue <
delim[tscale][
k+1]) {
301 XFillPolygon(
display,pixm,
gc,mpoint,5,Convex,CoordModeOrigin);
306 line_style=LineSolid;
308 join_style=JoinMiter;
310 XSetLineAttributes(
display,
gc,line_width,line_style,cap_style,
void plot_mat(Pixmap pixm, int h, int display_flag, int num)
struct hrap_grid * hrap_grid
struct hrap_data * hrap_data