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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Dhintanimpl.cpp42 : mpScrDc( NULL ),
55 mpScrDc( NULL ),
67 if ( mpScrDc ) delete mpScrDc;
74 if ( !mAnimStarted && !mpScrDc )
156 mpScrDc = new wxScreenDC;
167 int prevLF = mpScrDc->GetLogicalFunction();
169 mpScrDc->SetLogicalFunction( wxXOR );
181 mpScrDc->SetPen( mpLayout->mNullPen );
182 mpScrDc
[all...]
H A Dbardragpl.cpp66 mpScrDc ( NULL ),
78 mpScrDc ( NULL ),
816 if ( !mpScrDc ) StartTracking();
839 mpScrDc = new wxScreenDC;
850 int prevLF = mpScrDc->GetLogicalFunction();
852 mpScrDc->SetLogicalFunction( wxINVERT );
864 mpScrDc->SetPen( mpLayout->mNullPen );
865 mpScrDc->SetBrush( checkerBrush );
869 mpScrDc->DrawRectangle( scrRect.x - half, scrRect.y - half,
872 mpScrDc
[all...]
H A Dtoolwnd.cpp101 mpScrDc( NULL )
108 if ( mpScrDc ) delete mpScrDc;
306 int prevLF = mpScrDc->GetLogicalFunction();
308 mpScrDc->SetLogicalFunction( wxXOR );
314 mpScrDc->SetPen( *wxTRANSPARENT_PEN );
315 mpScrDc->SetBrush( checkerBrush );
319 mpScrDc->DrawRectangle( r.x - half, r.y - half,
322 mpScrDc->DrawRectangle( r.x - half, r.y + r.height - half,
325 mpScrDc
[all...]
H A Drowdragpl.cpp585 mpScrDc->Blit( scrX, scrY, mCombRect.width, mCombRect.height,
654 mpScrDc = new wxScreenDC();
663 mpPaneImage = CaptureDCArea( *mpScrDc, scrRect );
712 mpScrDc->Blit( mCombRect.x + scrX, mCombRect.y + scrY,
723 delete mpScrDc;
728 mpScrDc = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/fl/
H A Dhintanimpl.h31 wxScreenDC* mpScrDc; // created while tracking hint-rect member in class:cbHintAnimationPlugin
H A Dbardragpl.h30 wxScreenDC* mpScrDc; // created while tracking hint-rect member in class:cbBarDragPlugin
H A Drowdragpl.h56 wxScreenDC* mpScrDc; member in class:cbRowDragPlugin
H A Dtoolwnd.h70 wxScreenDC* mpScrDc; member in class:wxToolWindow

Completed in 56 milliseconds