MCPcopy Create free account
hub / github.com/cinder/Cinder / resize

Method resize

test/AppTest/src/AppTestApp.cpp:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223void AppTestApp::resize()
224{
225 CI_LOG_I( "window pos: " << getWindowPos() << ", size: " << getWindowSize() << ", pixel size: " << toPixels( getWindowSize() ) );
226}
227
228void AppTestApp::update()
229{

Callers 2

loadBufferMethod · 0.45

Calls 3

getWindowPosFunction · 0.85
getWindowSizeFunction · 0.50
toPixelsFunction · 0.50

Tested by

no test coverage detected