Searched refs:pBrush (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dcontrol.cpp209 wxBrush* pBrush = wxTheBrushList->FindOrCreateBrush( vColBack local
212 return (WXHBRUSH)pBrush->GetResourceHandle();
H A Dradiobox.cpp679 wxBrush* pBrush = wxTheBrushList->FindOrCreateBrush( vColBack, wxSOLID ); local
680 return ((WXHBRUSH)pBrush->GetResourceHandle());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dcalctrl.cpp1247 void wxCalendarCtrl::HighlightRange(wxPaintDC* pDC, const wxDateTime& fromdate, const wxDateTime& todate, const wxPen* pPen, const wxBrush* pBrush) argument
1280 HighlightRange(pDC, fromdate, tfd, pPen, pBrush);
1281 HighlightRange(pDC, ftd, todate, pPen, pBrush);
1325 pDC->SetBrush(*pBrush);

Completed in 133 milliseconds