Home | History | Annotate | Download | only in pdfwindow

Lines Matching defs:fMax

33 	fMax = 0;

41 fMax = min;
46 fMax = max;
53 (IsFloatSmaller(x, fMax) || IsFloatEqual(x, fMax));
58 return fMax - fMin;
83 if (IsFloatBigger(fScrollPos, ScrollRange.fMax))
84 fScrollPos = ScrollRange.fMax;
115 SetPos(ScrollRange.fMax);
127 SetPos(ScrollRange.fMax);
904 FX_FLOAT fMax = pInfo->fContentMax - pInfo->fContentMin - pInfo->fPlateWidth;
905 fMax = fMax > 0.0f ? fMax : 0.0f;
906 this->SetScrollRange(0,fMax, pInfo->fPlateWidth);
966 void CPWL_ScrollBar::SetScrollRange(FX_FLOAT fMin,FX_FLOAT fMax,FX_FLOAT fClientWidth)
970 m_sData.SetScrollRange(fMin,fMax);
1168 if (IsFloatBigger(fNewPos, m_sData.ScrollRange.fMax))
1170 fNewPos = m_sData.ScrollRange.fMax;
1183 if (IsFloatBigger(fNewPos, m_sData.ScrollRange.fMax))
1185 fNewPos = m_sData.ScrollRange.fMax;