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
29 float fContentMin, in IOnSetScrollInfoY() argument35 Info.fContentMin = fContentMin; in IOnSetScrollInfoY()45 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) || in IOnSetScrollInfoY()46 IsFloatEqual(Info.fPlateWidth, Info.fContentMax - Info.fContentMin)) { in IOnSetScrollInfoY()
28 float fContentMin,
521 std::max(0.0f, info.fContentMax - info.fContentMin - info.fPlateWidth); in SetScrollInfo()529 pos = pos - m_OriginInfo.fContentMin; in SetScrollPosition()
1001 Info.fContentMin = rcContent.bottom; in SetScrollInfo()