MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / GetSurfaceBuffer

Method GetSurfaceBuffer

Source/Surface.hpp:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 inline SDL_Surface* GetSurface() const { return mSDLSurface; }
97 inline SDL_Texture* GetTexture() const { return mTexture; };
98 inline uint8* GetSurfaceBuffer() const { return mSurfaceBuffer; }
99 inline size_t GetSurfaceBufferSize() const { return mSurfaceBufferSize; }
100
101 inline size_t GetWidth() const { return mWidth; }

Callers 15

Briefing_Draw_PixelMethod · 0.80
mergeFromMethod · 0.80
Map_Tile_DrawMethod · 0.80
MapTiles_DrawMethod · 0.80
Video_Draw_8Method · 0.80
Video_Draw_8_AltMethod · 0.80
Video_Draw_16_OffsetMethod · 0.80
Video_Draw_16Method · 0.80
Service_DrawMethod · 0.80
Map_Tile_DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected