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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/drawing/
H A Ddrawing.cpp571 wxCoord rectSize = m_std_icon.GetWidth() + 10; local
575 dc.DrawRectangle(x, 10, rectSize, rectSize);
577 x += rectSize + 10;
578 dc.DrawRectangle(x, 10, rectSize, rectSize);
580 x += rectSize + 10;
581 dc.DrawRectangle(x, 10, rectSize, rectSize);
588 dc.DrawBitmap(m_smile_bmp, x + rectSize
[all...]

Completed in 51 milliseconds