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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Dantiflickpl.cpp40 wxBitmap* cbAntiflickerPlugin::mpVertBuf = 0; member in class:cbAntiflickerPlugin
76 if ( mpVertBuf )
79 delete mpVertBuf;
81 mpVertBuf = 0;
89 if ( mpVertBuf )
91 if ( mpVertBuf->GetHeight() >= forArea.height &&
92 mpVertBuf->GetWidth() >= forArea.width )
119 if ( mpVertBuf )
121 prevDim.x = mpVertBuf->GetWidth();
122 prevDim.y = mpVertBuf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/fl/
H A Dantiflickpl.h30 static wxBitmap* mpVertBuf; member in class:cbAntiflickerPlugin

Completed in 115 milliseconds