Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
uint8_t* Data::resize(ssize_t size)
102
{
103
_impl.resize(size);
104
return this->data();
105
}
106
107
void Data::fastSet(uint8_t* bytes, const ssize_t size)
108
{
Callers
15
init
Method · 0.45
draw
Method · 0.45
updateRadial
Method · 0.45
updateBar
Method · 0.45
updateTotalQuads
Method · 0.45
drawCardinalSpline
Method · 0.45
libvlc_video_lock
Method · 0.45
TextureCube
Method · 0.45
assign
Method · 0.45
init
Method · 0.45
computeUniformInfos
Method · 0.45
DriverGL
Method · 0.45
Calls
1
data
Method · 0.45
Tested by
2
init
Method · 0.36
initCommands
Method · 0.36