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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DBarShader.h128 * @param bFlat 3D effect is not applied if this is true.
133 void Draw( wxDC* dc, int iLeft, int iTop, bool bFlat );
H A DBarShader.cpp159 void CBarShader::Draw( wxDC* dc, int iLeft, int iTop, bool bFlat )
164 if ( !bFlat && !m_Modifiers ) {
171 if (bFlat) {
H A DGenericClientListCtrl.cpp1313 const CClientRef& source, wxDC* dc, const wxRect& rect, bool bFlat) const
1338 colour = bFlat ? crFlatNeither : crNeither;
1342 colour = bFlat ? crFlatBoth : crBoth;
1354 colour = bFlat ? crFlatClientOnly : crClientOnly;
1365 s_StatusBar.FillRange(0, 1, bFlat ? crFlatNeither : crNeither);
1368 s_StatusBar.Draw(dc, rect.x, rect.y, bFlat);
1385 bool bFlat = thePrefs::UseFlatBar(); local
1388 if (!bFlat) { // round bar has a black border, the bar itself is 1 pixel less on each border
1410 s_StatusBar.FillRange(uStart, uEnd, client.IsUpPartAvailable(i) ? (bFlat ? crFlatAvailable : crAvailable) : (bFlat
[all...]
H A DDownloadListCtrl.h168 void DrawFileStatusBar( const CPartFile* file, wxDC* dc, const wxRect& rect, bool bFlat ) const;
H A DGenericClientListCtrl.h185 void DrawSourceStatusBar( const CClientRef& source, wxDC* dc, const wxRect& rect, bool bFlat) const;
H A DDownloadListCtrl.cpp1285 const CPartFile* file, wxDC* dc, const wxRect& rect, bool bFlat ) const
1295 s_ChunkBar.Fill( bFlat ? crFlatProgress : crProgress );
1296 s_ChunkBar.Draw(dc, rect.x, rect.y, bFlat);
1312 s_ChunkBar.FillRange(lastGapEnd + 1, it.start() - 1, bFlat ? crFlatHave : crHave);
1344 s_ChunkBar.FillRange(lastGapEnd + 1, file->GetFileSize() - 1, bFlat ? crFlatHave : crHave);
1353 colour = bFlat ? crFlatPending : crPending;
1376 s_ChunkBar.Draw( dc, rect.x, rect.y, bFlat );
1383 if ( bFlat ) {
H A DSharedFilesCtrl.cpp641 bool bFlat = thePrefs::UseFlatBar(); local
644 if (!bFlat) { // round bar has a black border, the bar itself is 1 pixel less on each border
662 s_ChunkBar.Draw(dc, barRect.x, barRect.y, bFlat);
664 if (!bFlat) {

Completed in 46 milliseconds