Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:m_nOldPos

982         m_nOldPos = point.x;
986 m_nOldPos = point.y;
1008 if (FXSYS_fabs(point.x - m_nOldPos) < 1)
1010 fNewPos = FaceToTrue(m_fOldPosButton + point.x - m_nOldPos);
1013 if (FXSYS_fabs(point.y - m_nOldPos) < 1)
1015 fNewPos = FaceToTrue(m_fOldPosButton + point.y - m_nOldPos);