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

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ListBox.h 22 FX_FLOAT fContentMin, FX_FLOAT fContentMax,
25 FX_FLOAT fContentMin, FX_FLOAT fContentMax,
PWL_EditCtrl.h 144 FX_FLOAT fContentMin, FX_FLOAT fContentMax,
147 FX_FLOAT fContentMin, FX_FLOAT fContentMax,
PWL_ScrollBar.h 16 PWL_SCROLL_INFO() : fContentMin(0.0f), fContentMax(0.0f), fPlateWidth(0.0f), fBigStep(0.0f), fSmallStep(0.0f)
19 FX_FLOAT fContentMin;
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 65 FX_FLOAT fContentMin, FX_FLOAT fContentMax,
69 FX_FLOAT fContentMin, FX_FLOAT fContentMax,
399 FX_FLOAT fContentMin, FX_FLOAT fContentMax,
403 FX_FLOAT fContentMin, FX_FLOAT fContentMax,
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 638 FX_FLOAT fContentMin, FX_FLOAT fContentMax,
644 Info.fContentMin = fContentMin;
651 // PWL_TRACE("set scroll info:%f\n",fContentMax - fContentMin);
653 if (IsFloatBigger(Info.fPlateWidth,Info.fContentMax-Info.fContentMin)
654 || IsFloatEqual(Info.fPlateWidth,Info.fContentMax-Info.fContentMin))
PWL_ListBox.cpp 32 FX_FLOAT fContentMin, FX_FLOAT fContentMax,
38 Info.fContentMin = fContentMin;
47 if (IsFloatBigger(Info.fPlateWidth,Info.fContentMax-Info.fContentMin)
48 || IsFloatEqual(Info.fPlateWidth,Info.fContentMax-Info.fContentMin))
PWL_IconList.cpp 185 sInfo.fContentMin = rcScroll.bottom;
462 if (pInfo->fContentMax - pInfo->fContentMin > pInfo->fPlateWidth)
PWL_Note.cpp 194 !IsFloatEqual(pInfo->fContentMin, m_fOldMin))
203 m_fOldMin = pInfo->fContentMin;
    [all...]
PWL_ScrollBar.cpp 904 FX_FLOAT fMax = pInfo->fContentMax - pInfo->fContentMin - pInfo->fPlateWidth;
918 fPos = fPos - m_OriginInfo.fContentMin;
1211 fPos = m_OriginInfo.fContentMin + m_sData.fScrollPos;
    [all...]

Completed in 422 milliseconds