Searched refs:fPlateWidth (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_icon.cpp | 70 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()
|
D | cpwl_scroll_bar.h | 21 fPlateWidth(0.0f), in PWL_SCROLL_INFO() 27 fPlateWidth == that.fPlateWidth && fBigStep == that.fBigStep && 36 float fPlateWidth; member
|
D | cpwl_list_box.cpp | 34 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()
|
D | cpwl_scroll_bar.cpp | 521 std::max(0.0f, info.fContentMax - info.fContentMin - info.fPlateWidth); in SetScrollInfo() 522 SetScrollRange(0, fMax, info.fPlateWidth); in SetScrollInfo()
|
D | cpwl_edit_impl.cpp | 1000 Info.fPlateWidth = rcPlate.top - rcPlate.bottom; in SetScrollInfo()
|