HomeSort by relevance Sort by last modified time
    Searched refs:fScrollPos (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fpdfsdk/pdfwindow/
PWL_ScrollBar.cpp 52 fScrollPos = ScrollRange.fMin;
61 if (IsFloatSmaller(fScrollPos, ScrollRange.fMin))
62 fScrollPos = ScrollRange.fMin;
63 if (IsFloatBigger(fScrollPos, ScrollRange.fMax))
64 fScrollPos = ScrollRange.fMax;
81 fScrollPos = pos;
88 if (!SetPos(fScrollPos + fSmallStep))
93 if (!SetPos(fScrollPos - fSmallStep))
98 if (!SetPos(fScrollPos + fBigStep))
103 if (!SetPos(fScrollPos - fBigStep)
    [all...]
PWL_ScrollBar.h 92 fClientWidth == that.fClientWidth && fScrollPos == that.fScrollPos &&
113 FX_FLOAT fScrollPos;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 175 milliseconds