Home
last modified time | relevance | path

Searched refs:m_repaint (Results 1 – 10 of 10) sorted by relevance

/dports/audio/kwave/kwave-21.12.3/plugins/about/
H A DLogoWidget.cpp42 :QWidget(parent), m_width(-1), m_height(-1), m_repaint(false), in LogoWidget()
76 m_repaint = true; in doAnim()
98 m_repaint = true; in paintEvent()
103 if (m_repaint) { in paintEvent()
145 m_repaint = false; in paintEvent()
H A DLogoWidget.h64 bool m_repaint; variable
/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/src/
H A Dsvgctrl.cpp36 m_repaint = false; in Init()
78 m_repaintRect = rect && !m_repaint ? *rect : wxRect(); in Refresh()
79 m_repaint = true; in Refresh()
96 else if (m_repaint) in OnPaint()
/dports/graphics/wxsvg/wxsvg-1.5.22/src/
H A Dsvgctrl.cpp36 m_repaint = false; in Init()
78 m_repaintRect = rect && !m_repaint ? *rect : wxRect(); in Refresh()
79 m_repaint = true; in Refresh()
96 else if (m_repaint) in OnPaint()
/dports/emulators/aqemu/aqemu-0.9.2/src/Embedded_Display/
H A Dvncview.cpp60 m_repaint(false), in VncView()
371 m_repaint = true; in updateImage()
373 m_repaint = false; in updateImage()
435 if (m_repaint) { in paintEvent()
H A Dvncview.h86 bool m_repaint; variable
/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/include/wxSVG/
H A Dsvgctrl.h54 bool m_repaint; variable
/dports/graphics/wxsvg/wxsvg-1.5.22/include/wxSVG/
H A Dsvgctrl.h54 bool m_repaint; variable
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/common/evr/
H A Devrcustompresenter.cpp551 , m_repaint(false) in EVRCustomPresenter()
1571 BOOL repaint = m_repaint; // Temporarily store this state flag. in processOutput()
1581 if ((m_renderState != RenderStarted) && !m_repaint && m_prerolled) in processOutput()
1598 if (m_repaint) { in processOutput()
1602 m_repaint = false; // OK to clear this flag now. in processOutput()
H A Devrcustompresenter.h354 bool m_repaint; // Do we need to repaint the last sample? variable