Home
last modified time | relevance | path

Searched refs:Treasure_GC (Results 1 – 8 of 8) sorted by relevance

/dports/games/xpilot/xpilot-4.5.5/src/mapedit/
H A Dexpose.c324 XDrawLines(display, win, Treasure_GC, points, in DrawMapPic()
404 XDrawArc(display,win,Treasure_GC,(int)(x+.05*zoom),(int)(y+.05*zoom), in DrawMapPic()
486 XDrawPoint(display,smlmap_pixmap,Treasure_GC,j+smlmap_x,i+smlmap_y); in DrawSmallMap()
590 XDrawPoint(display,mapwin,Treasure_GC,i+smlmap_x,j+smlmap_y + in UpdateSmallMap()
681 XDrawPoint(display,mapwin,Treasure_GC,i+smlmap_x,j+smlmap_y + in UpdateSmallMap()
H A Dmain.h350 extern GC Wall_GC, Decor_GC, Treasure_GC, Target_GC;
H A Dmain.c44 GC Wall_GC, Decor_GC, Treasure_GC, Target_GC; variable
624 T_GetGC(&Treasure_GC, COLOR_TREASURE ); in main()
H A Dtools.c503 XFreeGC(display, Treasure_GC); in ExitApplication()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/mapedit/
H A Dexpose.c306 XDrawLines(display, win, Treasure_GC, points, in DrawMapPic()
385 XDrawArc(display, win, Treasure_GC, (int) (x + .05 * zoom), in DrawMapPic()
475 XDrawPoint(display, smlmap_pixmap, Treasure_GC, in DrawSmallMap()
581 XDrawPoint(display, mapwin, Treasure_GC, i + smlmap_x, in UpdateSmallMap()
672 XDrawPoint(display, mapwin, Treasure_GC, i + smlmap_x, in UpdateSmallMap()
H A Dmain.h328 extern GC Wall_GC, Decor_GC, Treasure_GC, Target_GC;
H A Dmain.c41 GC Wall_GC, Decor_GC, Treasure_GC, Target_GC; variable
880 T_GetGC(&Treasure_GC, COLOR_TREASURE); in main()
H A Dtools.c573 XFreeGC(display, Treasure_GC); in ExitApplication()