MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / getData

Method getData

framework/image.cpp:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114RGBImageLock::~RGBImageLock() = default;
115
116void *RGBImageLock::getData() { return this->img->pixels.get(); }
117
118PaletteImageLock::PaletteImageLock(sp<PaletteImage> img, ImageLockUse use) : img(img), use(use)
119{

Callers 10

displaySetIconMethod · 0.45
writeImageMethod · 0.45
readBackMethod · 0.45
GLRGBImageMethod · 0.45
GLPaletteImageMethod · 0.45
uploadMethod · 0.45
GLRGBTextureMethod · 0.45
GLPaletteTextureMethod · 0.45
readBackMethod · 0.45
readNextFrameMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected