Home
last modified time | relevance | path

Searched refs:InitGraphic (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/teo/teo/include/alleg/
H A Dgfxdrv.h51 int (*InitGraphic)(int, int, int); member
/dports/emulators/teo/teo/src/alleg/
H A Dagfxdrv.c83 if (graphic_driver_list[mode]->InitGraphic(depth, allegro_driver, border_support)) in agfxdrv_Init()
/dports/games/flying/flying-6.20/
H A Dgraph.h19 void InitGraphic( double x=100., double y=80. );
H A Dgame.C34 InitGraphic(wx,wy); in Game()
H A Dxgraph.C631 void InitGraphic( double x, double y ) in InitGraphic() function