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

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ListBox.h 27 FX_FLOAT fContentMax,
33 FX_FLOAT fContentMax,
PWL_ScrollBar.h 19 fContentMax(0.0f),
24 FX_FLOAT fContentMax;
PWL_EditCtrl.h 126 FX_FLOAT fContentMax,
132 FX_FLOAT fContentMax,
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 547 FX_FLOAT fContentMax,
554 Info.fContentMax = fContentMax;
560 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) ||
561 IsFloatEqual(Info.fPlateWidth, Info.fContentMax - Info.fContentMin)) {
PWL_ListBox.cpp 30 FX_FLOAT fContentMax,
37 Info.fContentMax = fContentMax;
44 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) ||
45 IsFloatEqual(Info.fPlateWidth, Info.fContentMax - Info.fContentMin)) {
PWL_IconList.cpp 158 sInfo.fContentMax = rcScroll.top;
388 if (pInfo->fContentMax - pInfo->fContentMin > pInfo->fPlateWidth) {
PWL_Note.cpp 161 if (!IsFloatEqual(pInfo->fContentMax, m_fOldMax) ||
168 m_fOldMax = pInfo->fContentMax;
    [all...]
PWL_ScrollBar.cpp 809 pInfo->fContentMax - pInfo->fContentMin - pInfo->fPlateWidth;
823 fPos = m_OriginInfo.fContentMax - fPos;
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 79 FX_FLOAT fContentMax,
86 FX_FLOAT fContentMax,
489 FX_FLOAT fContentMax,
496 FX_FLOAT fContentMax,

Completed in 42 milliseconds