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

  /external/pdfium/fpdfsdk/pdfwindow/
PWL_ScrollBar.h 18 : fContentMin(0.0f),
25 return fContentMin == that.fContentMin && fContentMax == that.fContentMax &&
33 FX_FLOAT fContentMin;
PWL_EditCtrl.cpp 505 FX_FLOAT fContentMin,
512 Info.fContentMin = fContentMin;
519 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) ||
520 IsFloatEqual(Info.fPlateWidth, Info.fContentMax - Info.fContentMin)) {
PWL_ListBox.cpp 27 FX_FLOAT fContentMin,
34 Info.fContentMin = fContentMin;
42 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) ||
43 IsFloatEqual(Info.fPlateWidth, Info.fContentMax - Info.fContentMin)) {
PWL_ListBox.h 30 FX_FLOAT fContentMin,
PWL_EditCtrl.h 94 FX_FLOAT fContentMin,
PWL_ScrollBar.cpp 806 pInfo->fContentMax - pInfo->fContentMin - pInfo->fPlateWidth;
816 fPos = fPos - m_OriginInfo.fContentMin;
    [all...]

Completed in 174 milliseconds