Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:fContentMin

162                 !IsFloatEqual(pInfo->fContentMin, m_fOldMin)) {
169 m_fOldMin = pInfo->fContentMin;
1344 sInfo.fContentMin = rcScroll.bottom;
1374 if (ptScroll.y < sInfo.fContentMin + sInfo.fPlateWidth)
1375 ptScroll.y = sInfo.fContentMin + sInfo.fPlateWidth;
1376 if (ptScroll.y < sInfo.fContentMin)
1377 ptScroll.y = sInfo.fContentMin;