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

Method initWithSize

core/2d/Grid.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43// implementation of GridBase
44
45bool GridBase::initWithSize(const Vec2& gridSize)
46{
47 return initWithSize(gridSize, Rect::ZERO);
48}
49
50bool GridBase::initWithSize(const Vec2& gridSize, const ax::Rect& rect)
51{

Callers 4

createMethod · 0.45

Calls 15

getInstanceFunction · 0.85
nextPOTFunction · 0.85
getWinSizeInPixelsMethod · 0.80
setRectMethod · 0.80
getProgramMethod · 0.80
setAttribMethod · 0.80
setStrideMethod · 0.80
releaseMethod · 0.45
equalsMethod · 0.45
getContentSizeMethod · 0.45

Tested by

no test coverage detected