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

/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_ScrollBar.h19 fContentMax(0.0f),
25 return fContentMin == that.fContentMin && fContentMax == that.fContentMax &&
34 FX_FLOAT fContentMax; member in struct:PWL_SCROLL_INFO
H A DPWL_EditCtrl.cpp506 FX_FLOAT fContentMax,
513 Info.fContentMax = fContentMax;
519 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) ||
520 IsFloatEqual(Info.fPlateWidth, Info.fContentMax - Info.fContentMin)) {
503 IOnSetScrollInfoY(FX_FLOAT fPlateMin, FX_FLOAT fPlateMax, FX_FLOAT fContentMin, FX_FLOAT fContentMax, FX_FLOAT fSmallStep, FX_FLOAT fBigStep) argument
H A DPWL_ListBox.cpp28 FX_FLOAT fContentMax,
35 Info.fContentMax = fContentMax;
42 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) ||
43 IsFloatEqual(Info.fPlateWidth, Info.fContentMax - Info.fContentMin)) {
25 IOnSetScrollInfoY(FX_FLOAT fPlateMin, FX_FLOAT fPlateMax, FX_FLOAT fContentMin, FX_FLOAT fContentMax, FX_FLOAT fSmallStep, FX_FLOAT fBigStep) argument

Completed in 130 milliseconds