OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_nOldPos
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ScrollBar.h
153
FX_FLOAT
m_nOldPos
;
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ScrollBar.cpp
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
);
[
all
...]
Completed in 33 milliseconds