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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSharedFilesCtrl.cpp572 wxRect barRect(columnRect.x, columnRect. y + 1,
575 DrawAvailabilityBar(file, dc, barRect);
643 wxRect barRect = rect; local
645 barRect.x ++;
646 barRect.y ++;
647 barRect.height -= 2;
648 barRect.width -= 2;
652 s_ChunkBar.SetHeight( barRect.GetHeight() );
653 s_ChunkBar.SetWidth( barRect.GetWidth() );
662 s_ChunkBar.Draw(dc, barRect
[all...]
H A DGenericClientListCtrl.cpp1387 wxRect barRect = rect; local
1389 barRect.x ++;
1390 barRect.y ++;
1391 barRect.height -= 2;
1392 barRect.width -= 2;
1401 s_StatusBar.SetHeight(barRect.height);
1402 s_StatusBar.SetWidth(barRect.width);
1414 s_StatusBar.Draw(dc, barRect.x, barRect.y, bFlat);

Completed in 37 milliseconds