MCPcopy Create free account
hub / github.com/cinience/RedisStudio / DoPaint

Method DoPaint

DuiLib/Control/UIScrollBar.cpp:782–790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

780 }
781
782 void CScrollBarUI::DoPaint(HDC hDC, const RECT& rcPaint)
783 {
784 if( !::IntersectRect(&m_rcPaint, &rcPaint, &m_rcItem) ) return;
785 PaintBk(hDC);
786 PaintButton1(hDC);
787 PaintButton2(hDC);
788 PaintThumb(hDC);
789 PaintRail(hDC);
790 }
791
792 void CScrollBarUI::PaintBk(HDC hDC)
793 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected