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 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)
20 FX_FLOAT fContentMax;
  /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,
645 Info.fContentMax = fContentMax;
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,
39 Info.fContentMax = fContentMax;
47 if (IsFloatBigger(Info.fPlateWidth,Info.fContentMax-Info.fContentMin)
48 || IsFloatEqual(Info.fPlateWidth,Info.fContentMax-Info.fContentMin))
PWL_IconList.cpp 186 sInfo.fContentMax = rcScroll.top;
462 if (pInfo->fContentMax - pInfo->fContentMin > pInfo->fPlateWidth)
PWL_Note.cpp 193 if (!IsFloatEqual(pInfo->fContentMax, m_fOldMax) ||
202 m_fOldMax = pInfo->fContentMax;
    [all...]
PWL_ScrollBar.cpp 904 FX_FLOAT fMax = pInfo->fContentMax - pInfo->fContentMin - pInfo->fPlateWidth;
921 fPos = m_OriginInfo.fContentMax - fPos;
1214 fPos = m_OriginInfo.fContentMax - m_sData.fScrollPos;
    [all...]

Completed in 1089 milliseconds