Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_icon.cpp70 float fPlateWidth = rcPlate.right - rcPlate.left; in GetScale() local
82 fHScale = fPlateWidth / std::max(fImageWidth, 1.0f); in GetScale()
86 if (fPlateWidth < fImageWidth) in GetScale()
87 fHScale = fPlateWidth / std::max(fImageWidth, 1.0f); in GetScale()
92 if (fPlateWidth > fImageWidth) in GetScale()
93 fHScale = fPlateWidth / std::max(fImageWidth, 1.0f); in GetScale()
126 float fPlateWidth = rcPlate.right - rcPlate.left; in GetImageOffset() local
129 return {(fPlateWidth - fImageFactWidth) * fLeft, in GetImageOffset()
Dcpwl_scroll_bar.h21 fPlateWidth(0.0f), in PWL_SCROLL_INFO()
27 fPlateWidth == that.fPlateWidth && fBigStep == that.fBigStep &&
36 float fPlateWidth; member
Dcpwl_list_box.cpp34 Info.fPlateWidth = fPlateMax - fPlateMin; in IOnSetScrollInfoY()
45 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) || in IOnSetScrollInfoY()
46 IsFloatEqual(Info.fPlateWidth, Info.fContentMax - Info.fContentMin)) { in IOnSetScrollInfoY()
Dcpwl_scroll_bar.cpp521 std::max(0.0f, info.fContentMax - info.fContentMin - info.fPlateWidth); in SetScrollInfo()
522 SetScrollRange(0, fMax, info.fPlateWidth); in SetScrollInfo()
Dcpwl_edit_impl.cpp1000 Info.fPlateWidth = rcPlate.top - rcPlate.bottom; in SetScrollInfo()