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 26 FX_FLOAT fContentMin,
32 FX_FLOAT fContentMin,
PWL_ScrollBar.h 18 : fContentMin(0.0f),
23 FX_FLOAT fContentMin;
PWL_EditCtrl.h 125 FX_FLOAT fContentMin,
131 FX_FLOAT fContentMin,
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 546 FX_FLOAT fContentMin,
553 Info.fContentMin = fContentMin;
560 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) ||
561 IsFloatEqual(Info.fPlateWidth, Info.fContentMax - Info.fContentMin)) {
PWL_ListBox.cpp 29 FX_FLOAT fContentMin,
36 Info.fContentMin = fContentMin;
44 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) ||
45 IsFloatEqual(Info.fPlateWidth, Info.fContentMax - Info.fContentMin)) {
PWL_IconList.cpp 157 sInfo.fContentMin = rcScroll.bottom;
388 if (pInfo->fContentMax - pInfo->fContentMin > pInfo->fPlateWidth) {
PWL_Note.cpp 162 !IsFloatEqual(pInfo->fContentMin, m_fOldMin)) {
169 m_fOldMin = pInfo->fContentMin;
    [all...]
PWL_ScrollBar.cpp 809 pInfo->fContentMax - pInfo->fContentMin - pInfo->fPlateWidth;
820 fPos = fPos - m_OriginInfo.fContentMin;
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 78 FX_FLOAT fContentMin,
85 FX_FLOAT fContentMin,
488 FX_FLOAT fContentMin,
495 FX_FLOAT fContentMin,

Completed in 52 milliseconds