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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Dnewbmpbtn.cpp455 wxMemoryDC destDc; local
456 destDc.SelectObject( *destBmp );
460 destDc.SetBrush( grayBrush );
461 destDc.SetPen( *wxTRANSPARENT_PEN );
462 destDc.DrawRectangle( 0,0, destDim.x+1, destDim.y+1 );
473 destDc.Blit( imgPos.x, imgPos.y,
493 destDc.SetFont( wxSystemSettings::GetFont( wxSYS_DEFAULT_GUI_FONT) );
497 destDc.SetTextForeground( wxSystemSettings::GetColour(wxSYS_COLOUR_BTNTEXT) );
501 destDc.SetTextForeground( wxSystemSettings::GetColour(wxSYS_COLOUR_3DSHADOW) );
503 destDc
[all...]

Completed in 56 milliseconds