Searched refs:fPlateWidth (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_icon.cpp | 50 float fPlateWidth = rcPlate.Width(); in GetScale() local 61 fHScale = fPlateWidth / std::max(fImageWidth, 1.0f); in GetScale() 65 if (fPlateWidth < fImageWidth) in GetScale() 66 fHScale = fPlateWidth / std::max(fImageWidth, 1.0f); in GetScale() 71 if (fPlateWidth > fImageWidth) in GetScale() 72 fHScale = fPlateWidth / std::max(fImageWidth, 1.0f); in GetScale() 105 float fPlateWidth = rcPlate.Width(); in GetImageOffset() local 108 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 | 35 Info.fPlateWidth = fPlateMax - fPlateMin; in IOnSetScrollInfoY() 46 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) || in IOnSetScrollInfoY() 47 IsFloatEqual(Info.fPlateWidth, Info.fContentMax - Info.fContentMin)) { in IOnSetScrollInfoY()
|
D | cpwl_scroll_bar.cpp | 489 std::max(0.0f, info.fContentMax - info.fContentMin - info.fPlateWidth); in SetScrollInfo() 490 SetScrollRange(0, fMax, info.fPlateWidth); in SetScrollInfo()
|
D | cpwl_edit_impl.cpp | 1022 Info.fPlateWidth = rcPlate.top - rcPlate.bottom; in SetScrollInfo()
|