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

Method GetWidth

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

Source from the content-addressed store, hash-verified

99 inline size_t GetSurfaceBufferSize() const { return mSurfaceBufferSize; }
100
101 inline size_t GetWidth() const { return mWidth; }
102 inline size_t GetHeight() const { return mHeight; }
103
104 inline bool isPaletteAdjusting() const { return mPaletteAdjusting; }

Callers 15

Briefing_Draw_PixelMethod · 0.80
RenderShrunkMethod · 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
DrawPixelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected