Home
last modified time | relevance | path

Searched refs:fPlateWidth (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_iconfit.cpp86 const float fPlateWidth = rcPlate.Width(); in GetScale() local
92 fHScale = fPlateWidth / std::max(fImageWidth, 1.0f); in GetScale()
96 if (fPlateWidth < fImageWidth) in GetScale()
97 fHScale = fPlateWidth / std::max(fImageWidth, 1.0f); in GetScale()
102 if (fPlateWidth > fImageWidth) in GetScale()
103 fHScale = fPlateWidth / std::max(fImageWidth, 1.0f); in GetScale()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_scroll_bar.h22 fPlateWidth(0.0f), in PWL_SCROLL_INFO()
28 fPlateWidth == that.fPlateWidth && fBigStep == that.fBigStep &&
37 float fPlateWidth; member
Dcpwl_list_box.cpp258 Info.fPlateWidth = fPlateMax - fPlateMin; in OnSetScrollInfoY()
269 if (FXSYS_IsFloatBigger(Info.fPlateWidth, in OnSetScrollInfoY()
271 FXSYS_IsFloatEqual(Info.fPlateWidth, in OnSetScrollInfoY()
Dcpwl_scroll_bar.cpp253 std::max(0.0f, info.fContentMax - info.fContentMin - info.fPlateWidth); in SetScrollInfo()
254 SetScrollRange(0, fMax, info.fPlateWidth); in SetScrollInfo()
Dcpwl_edit_impl.cpp1092 Info.fPlateWidth = rcPlate.top - rcPlate.bottom; in SetScrollInfo()