Searched refs:mPrevRect (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 Dhintanimpl.cpp80 mPrevRect = event.mRect;
99 int change = abs( mCurRect.width - mPrevRect.width ) +
100 abs( mCurRect.height - mPrevRect.height );
140 mPrevRect = event.mRect;
357 mUpperLeft.mFrom.x = mpPl->mPrevRect.x - mpPl->mCurRect.x;
358 mUpperLeft.mFrom.y = mpPl->mPrevRect.y - mpPl->mCurRect.y;
360 mLowerRight.mFrom.x = ( mUpperLeft.mFrom.x + mpPl->mPrevRect.width );
361 mLowerRight.mFrom.y = ( mUpperLeft.mFrom.y + mpPl->mPrevRect.height );
365 wxPoint origin( mpPl->mPrevRect.x, mpPl->mPrevRect
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/fl/
H A Dhintanimpl.h45 wxRect mPrevRect; member in class:cbHintAnimationPlugin

Completed in 41 milliseconds