MCPcopy Create free account
hub / github.com/DFHack/dfhack / resize

Method resize

plugins/rendermax/renderer_opengl.hpp:408–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406 reinitGrids(w,h);
407 };
408 virtual void resize(int32_t w, int32_t h) {
409 renderer_wrap::resize(w,h);
410 reinitGrids(w,h);
411 }
412};

Callers 15

reinitMethod · 0.45
runMethod · 0.45
resizeMethod · 0.45
reinitLightGridMethod · 0.45
reinitGridsMethod · 0.45
unserialize_list_itemdefFunction · 0.45
unserialize_list_colorFunction · 0.45

Calls 1

resizeFunction · 0.50

Tested by

no test coverage detected