Searched refs:fContentMin (Results 1 – 5 of 5) sorted by relevance
19 : fContentMin(0.0f), in PWL_SCROLL_INFO()26 return fContentMin == that.fContentMin && fContentMax == that.fContentMax &&34 float fContentMin; member
30 float fContentMin, in IOnSetScrollInfoY() argument36 Info.fContentMin = fContentMin; in IOnSetScrollInfoY()46 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) || in IOnSetScrollInfoY()47 IsFloatEqual(Info.fPlateWidth, Info.fContentMax - Info.fContentMin)) { in IOnSetScrollInfoY()
28 float fContentMin,
489 std::max(0.0f, info.fContentMax - info.fContentMin - info.fPlateWidth); in SetScrollInfo()497 pos = pos - m_OriginInfo.fContentMin; in SetScrollPosition()
1023 Info.fContentMin = rcContent.bottom; in SetScrollInfo()