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

Method increaseTotalQuadsWith

core/renderer/TextureAtlas.cpp:422–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422void TextureAtlas::increaseTotalQuadsWith(ssize_t amount)
423{
424 AXASSERT(amount >= 0, "amount >= 0");
425 _totalQuads += amount;
426}
427
428void TextureAtlas::moveQuadsFromIndex(ssize_t oldIndex, ssize_t amount, ssize_t newIndex)
429{

Callers 3

updateAtlasValueAtMethod · 0.80
updateAtlasValuesMethod · 0.80
insertChildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected