Searched refs:combImgDc (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 Drowdragpl.cpp560 wxMemoryDC combImgDc; local
561 combImgDc.SelectObject( *mpCombinedImage );
563 combImgDc.Blit( 0,0, mCombRect.width, mCombRect.height,
568 combImgDc.Blit( 0, mInitialRowOfs + offset - mCombRect.y,
574 combImgDc.Blit( mInitialRowOfs + offset - mCombRect.x,
586 &combImgDc, 0,0, wxCOPY );
590 combImgDc.SelectObject( wxNullBitmap );

Completed in 54 milliseconds