Searched refs:mFrom (Results 1 - 4 of 4) 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.cpp278 point.x = int ( double ( info.mFrom.x + double (info.mTill.x - info.mFrom.x) * k ) );
280 point.y = int ( double ( info.mFrom.y + double (info.mTill.y - info.mFrom.y) * k ) );
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
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Difcontext.h21 size_t mFrom; member in class:spBookmark
28 : mFrom( from ), mLen( len ), mFileNo( fileNo )
H A Difcontext.cpp79 if ( lst[i].mFrom > mark.mFrom )
101 mark.mFrom >= pos && mark.mFrom < pos + len )
112 result.append( source, cur, ( (size_t)mark.mFrom - cur ) );
114 cur = size_t( mark.mFrom + mark.mLen );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/fl/
H A Dhintanimpl.h102 wxPoint mFrom; member in struct:MorphInfoT

Completed in 42 milliseconds