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

Method WidthByHeight

Source/Dimension.hpp:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 void Set( unsigned int pWidth, unsigned int pHeight ) { mWidth = pWidth; mHeight = pHeight; }
32
33 unsigned int WidthByHeight() { return mWidth * mHeight; }
34 int getWidth() const { return mWidth; }
35 int getHeight() const { return mHeight; }
36

Callers 1

DecodeIFFMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected