Home
last modified time | relevance | path

Searched refs:GeoPlotScreen (Results 1 – 3 of 3) sorted by relevance

/dports/games/openssn/openssn/src/
H A Dtargetmotionanalysis.cpp67 SDL_UpdateRects(GeoPlotScreen, 1, &rectangle); in DisplayGeoPlot()
129 SDL_UpdateRects(GeoPlotScreen, 1, &rectangle); in DisplayLOS()
168 GeoPlotScreen=SDL_DisplayFormat(temp); in InitGraphics()
187 pixel_location = (Uint16 *)GeoPlotScreen->pixels + y*GeoPlotScreen->pitch/2 + x; in PlotPixel()
197 SDL_FillRect(GeoPlotScreen, &rectangle, black); in ClearGeoPlot()
198 SDL_UpdateRects(GeoPlotScreen, 1, &rectangle); in ClearGeoPlot()
H A Dtargetmotionanalysis.h42 SDL_Surface *GeoPlotScreen; variable
H A Dmain.cpp2000 SDL_BlitSurface(Tma.GeoPlotScreen, &source, screen, &destination); in DisplayTMA()