/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/ |
H A D | cshadowviewcontainer.cpp | 207 void CShadowViewContainer::drawBackgroundRect (CDrawContext* pContext, const CRect& _updateRect) in drawBackgroundRect() function in VSTGUI::CShadowViewContainer 213 CViewContainer::drawBackgroundRect (pContext, _updateRect); in drawBackgroundRect()
|
H A D | cshadowviewcontainer.h | 48 void drawBackgroundRect (CDrawContext* pContext, const CRect& _updateRect) override;
|
H A D | ctabview.h | 71 void drawBackgroundRect (CDrawContext *pContext, const CRect& _updateRect) override;
|
H A D | cscrollview.h | 94 void drawBackgroundRect (CDrawContext* pContext, const CRect& _updateRect) override;
|
H A D | ctabview.cpp | 360 void CTabView::drawBackgroundRect (CDrawContext *pContext, const CRect& _updateRect) in drawBackgroundRect() function in VSTGUI::CTabView 372 CViewContainer::drawBackgroundRect (pContext, updateRect); in drawBackgroundRect()
|
H A D | cviewcontainer.h | 120 virtual void drawBackgroundRect (CDrawContext* pContext, const CRect& _updateRect);
|
H A D | cscrollview.cpp | 741 void CScrollView::drawBackgroundRect (CDrawContext *pContext, const CRect& _updateRect) in drawBackgroundRect() function in VSTGUI::CScrollView 745 CViewContainer::drawBackgroundRect (pContext, r); in drawBackgroundRect()
|
H A D | cviewcontainer.cpp | 772 void CViewContainer::drawBackgroundRect (CDrawContext* pContext, const CRect& _updateRect) in drawBackgroundRect() function in VSTGUI::CViewContainer 828 drawBackgroundRect (pContext, clientRect); in drawRect()
|
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/ |
H A D | cshadowviewcontainer.cpp | 207 void CShadowViewContainer::drawBackgroundRect (CDrawContext* pContext, const CRect& _updateRect) in drawBackgroundRect() function in VSTGUI::CShadowViewContainer 213 CViewContainer::drawBackgroundRect (pContext, _updateRect); in drawBackgroundRect()
|
H A D | cshadowviewcontainer.h | 49 void drawBackgroundRect (CDrawContext* pContext, const CRect& _updateRect) override;
|
H A D | ctabview.h | 72 void drawBackgroundRect (CDrawContext *pContext, const CRect& _updateRect) override;
|
H A D | cscrollview.h | 95 void drawBackgroundRect (CDrawContext* pContext, const CRect& _updateRect) override;
|
H A D | ctabview.cpp | 360 void CTabView::drawBackgroundRect (CDrawContext *pContext, const CRect& _updateRect) in drawBackgroundRect() function in VSTGUI::CTabView 372 CViewContainer::drawBackgroundRect (pContext, updateRect); in drawBackgroundRect()
|
H A D | cviewcontainer.h | 123 virtual void drawBackgroundRect (CDrawContext* pContext, const CRect& _updateRect);
|
H A D | cscrollview.cpp | 743 void CScrollView::drawBackgroundRect (CDrawContext *pContext, const CRect& _updateRect) in drawBackgroundRect() function in VSTGUI::CScrollView 747 CViewContainer::drawBackgroundRect (pContext, r); in drawBackgroundRect()
|
H A D | cviewcontainer.cpp | 769 void CViewContainer::drawBackgroundRect (CDrawContext* pContext, const CRect& _updateRect) in drawBackgroundRect() function in VSTGUI::CViewContainer 829 drawBackgroundRect (pContext, clientRect); in drawRect()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/backendtest/ |
H A D | VisualBackendTest.cxx | 67 static void drawBackgroundRect(tools::Rectangle const & rRect, Color aColor, vcl::RenderContext& rR… in drawBackgroundRect() function 79 drawBackgroundRect(rRect, COL_GREEN, rRenderContext); in assertAndSetBackground() 81 drawBackgroundRect(rRect, COL_YELLOW, rRenderContext); in assertAndSetBackground() 83 drawBackgroundRect(rRect, COL_RED, rRenderContext); in assertAndSetBackground()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/backendtest/ |
H A D | VisualBackendTest.cxx | 68 static void drawBackgroundRect(tools::Rectangle const & rRect, Color aColor, vcl::RenderContext& rR… in drawBackgroundRect() function 80 drawBackgroundRect(rRect, COL_GREEN, rRenderContext); in assertAndSetBackground() 82 drawBackgroundRect(rRect, COL_YELLOW, rRenderContext); in assertAndSetBackground() 84 drawBackgroundRect(rRect, COL_RED, rRenderContext); in assertAndSetBackground()
|
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/au/ |
H A D | aulayer_cocoaui.mm | 196 ** applied. Simply look at cviewcontainer::drawBackgroundRect. So we have to force the
|
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/ |
H A D | Changelog | 868 …* CViewContainer::drawBackgroundRect() draws bitmap now with the same size as the size of itself a… 1040 * CScrollView: don't use CViewContainer drawBackgroundRect, instead it draws it itself 1052 …* fix CViewContainer::drawBackgroundRect when no background bitmap but a color is drawn (sometimes…
|
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/ |
H A D | Changelog | 868 …* CViewContainer::drawBackgroundRect() draws bitmap now with the same size as the size of itself a… 1040 * CScrollView: don't use CViewContainer drawBackgroundRect, instead it draws it itself 1052 …* fix CViewContainer::drawBackgroundRect when no background bitmap but a color is drawn (sometimes…
|