Searched refs:fPlateWidth (Results 1 - 11 of 11) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Icon.cpp158 FX_FLOAT fPlateWidth, fPlateHeight; local
161 fPlateWidth = rcPlate.right - rcPlate.left;
171 fHScale = fPlateWidth / PWL_MAX(fImageWidth, 1.0f);
175 if (fPlateWidth < fImageWidth)
176 fHScale = fPlateWidth / PWL_MAX(fImageWidth, 1.0f);
181 if (fPlateWidth > fImageWidth)
182 fHScale = fPlateWidth / PWL_MAX(fImageWidth, 1.0f);
215 FX_FLOAT fPlateWidth, fPlateHeight; local
217 fPlateWidth = rcPlate.right - rcPlate.left;
220 x = (fPlateWidth
[all...]
H A DPWL_IconList.cpp159 sInfo.fPlateWidth = GetClientRect().Height();
161 sInfo.fBigStep = sInfo.fPlateWidth;
388 if (pInfo->fContentMax - pInfo->fContentMin > pInfo->fPlateWidth) {
H A DPWL_EditCtrl.cpp552 Info.fPlateWidth = fPlateMax - fPlateMin;
560 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) ||
561 IsFloatEqual(Info.fPlateWidth, Info.fContentMax - Info.fContentMin)) {
H A DPWL_ListBox.cpp35 Info.fPlateWidth = fPlateMax - fPlateMin;
44 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) ||
45 IsFloatEqual(Info.fPlateWidth, Info.fContentMax - Info.fContentMin)) {
H A DPWL_Note.cpp1346 sInfo.fPlateWidth = m_pContents->GetClientRect().Height();
1348 sInfo.fBigStep = sInfo.fPlateWidth;
1374 if (ptScroll.y < sInfo.fContentMin + sInfo.fPlateWidth)
1375 ptScroll.y = sInfo.fContentMin + sInfo.fPlateWidth;
H A DPWL_ScrollBar.cpp809 pInfo->fContentMax - pInfo->fContentMin - pInfo->fPlateWidth;
811 SetScrollRange(0, fMax, pInfo->fPlateWidth);
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_ScrollBar.h20 fPlateWidth(0.0f),
25 FX_FLOAT fPlateWidth; member in struct:PWL_SCROLL_INFO
/external/pdfium/xfa/src/fee/include/
H A Difde_txtedtengine.h82 : fPlateWidth(0),
101 FX_FLOAT fPlateWidth; member in struct:_FDE_TXTEDTPARAMS
/external/pdfium/xfa/src/fee/src/fee/
H A Dfde_txtedtpage.cpp419 ? (bLineReserve ? (pParams->fPlateWidth - pParams->fLineSpace) : 0.0f)
525 if (m_rtPageContents.width < pParams->fPlateWidth) {
527 fDelta = pParams->fPlateWidth - m_rtPageContents.width;
535 fDelta = (pParams->fPlateWidth - m_rtPageContents.width) / 2;
H A Dfde_txtedtengine.cpp1566 m_pTextBreak->SetLineWidth(m_Param.fPlateWidth);
1576 : m_Param.fPlateWidth;
2245 rcText.width = m_Param.fPlateWidth;
2255 (rcText.width > m_Param.fPlateWidth)) {
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_editimp.cpp1135 params.fPlateWidth = m_rtEngine.width;

Completed in 134 milliseconds