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

Method onDisplay

dgl/src/OpenGL3.cpp:651–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649#if 0
650template <>
651void ImageBaseAboutWindow<OpenGLImage>::onDisplay()
652{
653const GraphicsContext& context(getGraphicsContext());
654img.draw(context);
655}
656#endif
657
658template 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