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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dbitmap.cpp236 wxDC tmpDC; local
237 tmpDC.SetMGLDC(&idc, false);
238 tmpDC.SetBackground(wxBrush(wxColour(16,16,16), wxSOLID));
239 tmpDC.Clear();
240 tmpDC.DrawBitmap(*this, 0, 0, true);

Completed in 36 milliseconds