MCPcopy Create free account
hub / github.com/beefytech/Beef / CreateNew

Method CreateNew

BeefySysLib/img/ImageData.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void ImageData::CreateNew(int x, int y, int width, int height, bool clear)
63{
64 CreateNew(width, height, clear);
65 mX = x;
66 mY = y;
67}
68
69void ImageData::CreateNew(int width, int height, bool clear)
70{

Callers 13

ConvImageFunction · 0.80
mainFunction · 0.80
Gfx_ApplyEffectFunction · 0.80
DuplicateMethod · 0.80
ReadImageDataMethod · 0.80
FlattenIntoMethod · 0.80
ApplyMethod · 0.80
GetImageDataMethod · 0.80
LoadTextureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected