Searched refs:fPlateWidth (Results 1 – 5 of 5) sorted by relevance
86 const float fPlateWidth = rcPlate.Width(); in GetScale() local92 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()
22 fPlateWidth(0.0f), in PWL_SCROLL_INFO()28 fPlateWidth == that.fPlateWidth && fBigStep == that.fBigStep &&37 float fPlateWidth; member
258 Info.fPlateWidth = fPlateMax - fPlateMin; in OnSetScrollInfoY()269 if (FXSYS_IsFloatBigger(Info.fPlateWidth, in OnSetScrollInfoY()271 FXSYS_IsFloatEqual(Info.fPlateWidth, in OnSetScrollInfoY()
253 std::max(0.0f, info.fContentMax - info.fContentMin - info.fPlateWidth); in SetScrollInfo()254 SetScrollRange(0, fMax, info.fPlateWidth); in SetScrollInfo()
1092 Info.fPlateWidth = rcPlate.top - rcPlate.bottom; in SetScrollInfo()