MCPcopy Create free account
hub / github.com/ZDoom/Raze / GetData

Method GetData

libraries/ZWidget/src/core/image.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 void* GetData() const override
36 {
37 return Data.get();
38 }
39
40 int Width = 0;
41 int Height = 0;

Callers 2

drawImageMethod · 0.45
LoadResourceMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected