Searched defs:fContentMax (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_ListBox.h25 FX_FLOAT fContentMin, FX_FLOAT fContentMax,
28 FX_FLOAT fContentMin, FX_FLOAT fContentMax,
24 IOnSetScrollInfoX(FX_FLOAT fPlateMin, FX_FLOAT fPlateMax, FX_FLOAT fContentMin, FX_FLOAT fContentMax, FX_FLOAT fSmallStep, FX_FLOAT fBigStep) argument
H A DPWL_ScrollBar.h18 PWL_SCROLL_INFO() : fContentMin(0.0f), fContentMax(0.0f), fPlateWidth(0.0f), fBigStep(0.0f), fSmallStep(0.0f)
22 FX_FLOAT fContentMax; member in struct:PWL_SCROLL_INFO
H A DPWL_EditCtrl.h150 FX_FLOAT fContentMin, FX_FLOAT fContentMax,
153 FX_FLOAT fContentMin, FX_FLOAT fContentMax,
149 IOnSetScrollInfoX(FX_FLOAT fPlateMin, FX_FLOAT fPlateMax, FX_FLOAT fContentMin, FX_FLOAT fContentMax, FX_FLOAT fSmallStep, FX_FLOAT fBigStep) argument
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ListBox.cpp32 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))
31 IOnSetScrollInfoY(FX_FLOAT fPlateMin, FX_FLOAT fPlateMax, FX_FLOAT fContentMin, FX_FLOAT fContentMax, FX_FLOAT fSmallStep, FX_FLOAT fBigStep) argument
H A DPWL_EditCtrl.cpp638 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))
637 IOnSetScrollInfoY(FX_FLOAT fPlateMin, FX_FLOAT fPlateMax, FX_FLOAT fContentMin, FX_FLOAT fContentMax, FX_FLOAT fSmallStep, FX_FLOAT fBigStep) argument

Completed in 268 milliseconds