MCPcopy Create free account
hub / github.com/axmolengine/axmol / resize

Method resize

core/base/Data.cpp:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101uint8_t* Data::resize(ssize_t size)
102{
103 _impl.resize(size);
104 return this->data();
105}
106
107void Data::fastSet(uint8_t* bytes, const ssize_t size)
108{

Callers 15

initMethod · 0.45
drawMethod · 0.45
updateRadialMethod · 0.45
updateBarMethod · 0.45
updateTotalQuadsMethod · 0.45
drawCardinalSplineMethod · 0.45
libvlc_video_lockMethod · 0.45
TextureCubeMethod · 0.45
assignMethod · 0.45
initMethod · 0.45
computeUniformInfosMethod · 0.45
DriverGLMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by 2

initMethod · 0.36
initCommandsMethod · 0.36