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

Method repaint

dgl/src/Window.cpp:443–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441#endif
442
443void Window::repaint() noexcept
444{
445 if (pData->view == nullptr)
446 return;
447
448 if (pData->usesScheduledRepaints)
449 pData->appData->needsRepaint = true;
450
451 puglObscureView(pData->view);
452}
453
454void Window::repaint(const Rectangle<uint>& rect) noexcept
455{

Callers 11

mouseEventFunction · 0.45
motionEventFunction · 0.45
setActiveFunction · 0.45
setCheckedFunction · 0.45
setEnabledFunction · 0.45
mouseEventMethod · 0.45
setEnabledMethod · 0.45
setRangeMethod · 0.45
setValueMethod · 0.45
repaintIfNeeededMethod · 0.45
repaintFunction · 0.45

Calls 6

puglObscureViewFunction · 0.85
d_roundToIntPositiveFunction · 0.85
d_roundToUnsignedIntFunction · 0.85
puglObscureRegionFunction · 0.85
getWidthMethod · 0.45
getHeightMethod · 0.45

Tested by

no test coverage detected