Home
last modified time | relevance | path

Searched refs:drawBackgroundRect (Results 1 – 21 of 21) sorted by relevance

/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/
H A Dcshadowviewcontainer.cpp207 void CShadowViewContainer::drawBackgroundRect (CDrawContext* pContext, const CRect& _updateRect) in drawBackgroundRect() function in VSTGUI::CShadowViewContainer
213 CViewContainer::drawBackgroundRect (pContext, _updateRect); in drawBackgroundRect()
H A Dcshadowviewcontainer.h48 void drawBackgroundRect (CDrawContext* pContext, const CRect& _updateRect) override;
H A Dctabview.h71 void drawBackgroundRect (CDrawContext *pContext, const CRect& _updateRect) override;
H A Dcscrollview.h94 void drawBackgroundRect (CDrawContext* pContext, const CRect& _updateRect) override;
H A Dctabview.cpp360 void CTabView::drawBackgroundRect (CDrawContext *pContext, const CRect& _updateRect) in drawBackgroundRect() function in VSTGUI::CTabView
372 CViewContainer::drawBackgroundRect (pContext, updateRect); in drawBackgroundRect()
H A Dcviewcontainer.h120 virtual void drawBackgroundRect (CDrawContext* pContext, const CRect& _updateRect);
H A Dcscrollview.cpp741 void CScrollView::drawBackgroundRect (CDrawContext *pContext, const CRect& _updateRect) in drawBackgroundRect() function in VSTGUI::CScrollView
745 CViewContainer::drawBackgroundRect (pContext, r); in drawBackgroundRect()
H A Dcviewcontainer.cpp772 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 Dcshadowviewcontainer.cpp207 void CShadowViewContainer::drawBackgroundRect (CDrawContext* pContext, const CRect& _updateRect) in drawBackgroundRect() function in VSTGUI::CShadowViewContainer
213 CViewContainer::drawBackgroundRect (pContext, _updateRect); in drawBackgroundRect()
H A Dcshadowviewcontainer.h49 void drawBackgroundRect (CDrawContext* pContext, const CRect& _updateRect) override;
H A Dctabview.h72 void drawBackgroundRect (CDrawContext *pContext, const CRect& _updateRect) override;
H A Dcscrollview.h95 void drawBackgroundRect (CDrawContext* pContext, const CRect& _updateRect) override;
H A Dctabview.cpp360 void CTabView::drawBackgroundRect (CDrawContext *pContext, const CRect& _updateRect) in drawBackgroundRect() function in VSTGUI::CTabView
372 CViewContainer::drawBackgroundRect (pContext, updateRect); in drawBackgroundRect()
H A Dcviewcontainer.h123 virtual void drawBackgroundRect (CDrawContext* pContext, const CRect& _updateRect);
H A Dcscrollview.cpp743 void CScrollView::drawBackgroundRect (CDrawContext *pContext, const CRect& _updateRect) in drawBackgroundRect() function in VSTGUI::CScrollView
747 CViewContainer::drawBackgroundRect (pContext, r); in drawBackgroundRect()
H A Dcviewcontainer.cpp769 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 DVisualBackendTest.cxx67 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 DVisualBackendTest.cxx68 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 Daulayer_cocoaui.mm196 ** 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 DChangelog868 …* 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 DChangelog868 …* 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…