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

Method draw

src/cinder/app/android/WindowImplAndroid.cpp:115–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void WindowImplAndroid::draw()
116{
117 mAppImpl->setWindow( mWindowRef );
118 mRenderer->startDraw();
119 mWindowRef->emitDraw();
120 mRenderer->finishDraw();
121}
122
123void WindowImplAndroid::resize()
124{

Callers 1

updateAndDrawMethod · 0.45

Calls 4

emitDrawMethod · 0.80
setWindowMethod · 0.45
startDrawMethod · 0.45
finishDrawMethod · 0.45

Tested by

no test coverage detected