Searched refs:pDc (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Dgcupdatesmgr.cpp159 wxDC* pDc = 0; local
197 pDc = pane.StartDrawInArea( realBounds );
221 pane.PaintRow( pRow, *pDc );
240 pane.PaintRow( pRow, *pDc );
243 if ( pDc )
H A Dupdatesmgr.cpp160 wxDC* pDc = NULL; local
192 pDc = pane.StartDrawInArea( realBounds );
208 pane.PaintRow( &row, *pDc );
224 pane.PaintRow( &row, *pDc );
227 if ( pDc )
H A Dcontrolbar.cpp2271 wxDC* pDc = 0; local
2273 cbStartDrawInAreaEvent evt( area, &pDc, this );
2277 return pDc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dbitmap.h199 inline void SetSelectedInto(wxDC* pDc) argument
200 { if (GetBitmapData()) GetBitmapData()->m_pSelectedInto = pDc; }

Completed in 75 milliseconds