MCPcopy Create free account
hub / github.com/DISTRHO/DPF / onDisplay

Method onDisplay

dgl/src/OpenGL2.cpp:433–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431#if 0
432template <>
433void ImageBaseAboutWindow<OpenGLImage>::onDisplay()
434{
435const GraphicsContext& context(getGraphicsContext());
436img.draw(context);
437}
438#endif
439
440template class ImageBaseAboutWindow<OpenGLImage>;

Callers

nothing calls this directly

Calls 6

asOpenGLImageFormatFunction · 0.85
getRawDataMethod · 0.80
getWidthFunction · 0.50
getHeightFunction · 0.50
drawMethod · 0.45
getFormatMethod · 0.45

Tested by

no test coverage detected