Searched refs:fPlateWidth (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Icon.cpp | 194 FX_FLOAT fPlateWidth,fPlateHeight; in GetScale() local 197 fPlateWidth = rcPlate.right - rcPlate.left; in GetScale() 218 fHScale = fPlateWidth / PWL_MAX(fImageWidth,1.0f); in GetScale() 222 if (fPlateWidth < fImageWidth) in GetScale() 223 fHScale = fPlateWidth / PWL_MAX(fImageWidth,1.0f); in GetScale() 228 if (fPlateWidth > fImageWidth) in GetScale() 229 fHScale = fPlateWidth / PWL_MAX(fImageWidth,1.0f); in GetScale() 264 FX_FLOAT fPlateWidth,fPlateHeight; in GetImageOffset() local 266 fPlateWidth = rcPlate.right - rcPlate.left; in GetImageOffset() 269 x = (fPlateWidth - fImageFactWidth) * fLeft; in GetImageOffset()
|
D | PWL_IconList.cpp | 187 sInfo.fPlateWidth = GetClientRect().Height(); in CreateChildWnd() 189 sInfo.fBigStep = sInfo.fPlateWidth; in CreateChildWnd() 462 if (pInfo->fContentMax - pInfo->fContentMin > pInfo->fPlateWidth) in OnNotify()
|
D | PWL_ListBox.cpp | 37 Info.fPlateWidth = fPlateMax - fPlateMin; in IOnSetScrollInfoY() 47 if (IsFloatBigger(Info.fPlateWidth,Info.fContentMax-Info.fContentMin) in IOnSetScrollInfoY() 48 || IsFloatEqual(Info.fPlateWidth,Info.fContentMax-Info.fContentMin)) in IOnSetScrollInfoY()
|
D | PWL_EditCtrl.cpp | 643 Info.fPlateWidth = fPlateMax - fPlateMin; in IOnSetScrollInfoY() 653 if (IsFloatBigger(Info.fPlateWidth,Info.fContentMax-Info.fContentMin) in IOnSetScrollInfoY() 654 || IsFloatEqual(Info.fPlateWidth,Info.fContentMax-Info.fContentMin)) in IOnSetScrollInfoY()
|
D | PWL_Note.cpp | 1597 sInfo.fPlateWidth = m_pContents->GetClientRect().Height(); in OnNotify() 1599 sInfo.fBigStep = sInfo.fPlateWidth; in OnNotify() 1628 if (ptScroll.y < sInfo.fContentMin + sInfo.fPlateWidth) in OnNotify() 1629 ptScroll.y = sInfo.fContentMin + sInfo.fPlateWidth; in OnNotify()
|
D | PWL_ScrollBar.cpp | 904 FX_FLOAT fMax = pInfo->fContentMax - pInfo->fContentMin - pInfo->fPlateWidth; in OnNotify() 906 this->SetScrollRange(0,fMax, pInfo->fPlateWidth); in OnNotify()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_ScrollBar.h | 16 …PWL_SCROLL_INFO() : fContentMin(0.0f), fContentMax(0.0f), fPlateWidth(0.0f), fBigStep(0.0f), fSmal… in PWL_SCROLL_INFO() 21 FX_FLOAT fPlateWidth; member
|