Home
last modified time | relevance | path

Searched refs:fPlateWidth (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Icon.cpp194 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()
DPWL_IconList.cpp187 sInfo.fPlateWidth = GetClientRect().Height(); in CreateChildWnd()
189 sInfo.fBigStep = sInfo.fPlateWidth; in CreateChildWnd()
462 if (pInfo->fContentMax - pInfo->fContentMin > pInfo->fPlateWidth) in OnNotify()
DPWL_ListBox.cpp37 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()
DPWL_EditCtrl.cpp643 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()
DPWL_Note.cpp1597 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()
DPWL_ScrollBar.cpp904 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/
DPWL_ScrollBar.h16 …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