Searched refs:fPlateWidth (Results 1 - 11 of 11) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
H A D | PWL_Icon.cpp | 158 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 D | PWL_IconList.cpp | 159 sInfo.fPlateWidth = GetClientRect().Height(); 161 sInfo.fBigStep = sInfo.fPlateWidth; 388 if (pInfo->fContentMax - pInfo->fContentMin > pInfo->fPlateWidth) {
|
H A D | PWL_EditCtrl.cpp | 552 Info.fPlateWidth = fPlateMax - fPlateMin; 560 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) || 561 IsFloatEqual(Info.fPlateWidth, Info.fContentMax - Info.fContentMin)) {
|
H A D | PWL_ListBox.cpp | 35 Info.fPlateWidth = fPlateMax - fPlateMin; 44 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) || 45 IsFloatEqual(Info.fPlateWidth, Info.fContentMax - Info.fContentMin)) {
|
H A D | PWL_Note.cpp | 1346 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 D | PWL_ScrollBar.cpp | 809 pInfo->fContentMax - pInfo->fContentMin - pInfo->fPlateWidth; 811 SetScrollRange(0, fMax, pInfo->fPlateWidth);
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
H A D | PWL_ScrollBar.h | 20 fPlateWidth(0.0f), 25 FX_FLOAT fPlateWidth; member in struct:PWL_SCROLL_INFO
|
/external/pdfium/xfa/src/fee/include/ |
H A D | ifde_txtedtengine.h | 82 : fPlateWidth(0),
101 FX_FLOAT fPlateWidth;
member in struct:_FDE_TXTEDTPARAMS
|
/external/pdfium/xfa/src/fee/src/fee/ |
H A D | fde_txtedtpage.cpp | 419 ? (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 D | fde_txtedtengine.cpp | 1566 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 D | fwl_editimp.cpp | 1135 params.fPlateWidth = m_rtEngine.width;
|
Completed in 134 milliseconds