Searched refs:fCalcHeight (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffwidgetacc.cpp | 1121 FX_FLOAT& fCalcHeight) { in StartWidgetLayout() argument 1127 StartTextLayout(fCalcWidth, fCalcHeight); in StartWidgetLayout() 1130 if (fCalcWidth > 0 && fCalcHeight > 0) { in StartWidgetLayout() 1135 if (fCalcWidth > 0 && fCalcHeight < 0) { in StartWidgetLayout() 1136 if (!GetHeight(fCalcHeight)) { in StartWidgetLayout() 1137 CalculateAccWidthAndHeight(eUIType, fCalcWidth, fCalcHeight); in StartWidgetLayout() 1139 m_pLayoutData->m_fWidgetHeight = fCalcHeight; in StartWidgetLayout() 1142 if (fCalcWidth < 0 && fCalcHeight < 0) { in StartWidgetLayout() 1143 if (!GetWidth(fWidth) || !GetHeight(fCalcHeight)) { in StartWidgetLayout() 1144 CalculateAccWidthAndHeight(eUIType, fWidth, fCalcHeight); in StartWidgetLayout() [all …]
|
D | xfa_ffnotify.h | 38 FX_FLOAT& fCalcHeight);
|
D | xfa_ffnotify.cpp | 261 FX_FLOAT& fCalcHeight) { in StartFieldDrawLayout() argument 266 pAcc->StartWidgetLayout(fCalcWidth, fCalcHeight); in StartFieldDrawLayout()
|
D | xfa_textlayout.cpp | 954 FX_FLOAT& fCalcHeight, in DoLayout() argument 1002 fCalcHeight = 0; in DoLayout() 1014 if (fCalcHeight <= fLinePos) { in DoLayout() 1018 m_pLoader->m_BlocksHeight.SetAt(iBlockIndex * 2 + 1, fCalcHeight); in DoLayout() 1021 m_pLoader->m_BlocksHeight.Add(fCalcHeight); in DoLayout() 1026 fCalcHeight = fLinePos; in DoLayout()
|
D | xfa_textlayout.h | 315 FX_FLOAT& fCalcHeight,
|
/external/pdfium/xfa/include/fxfa/ |
D | fxfa_widget.h | 52 void StartWidgetLayout(FX_FLOAT& fCalcWidth, FX_FLOAT& fCalcHeight); 53 FX_BOOL FindSplitPos(int32_t iBlockIndex, FX_FLOAT& fCalcHeight); 111 FX_FLOAT& fCalcHeight); 113 void StartTextLayout(FX_FLOAT& fCalcWidth, FX_FLOAT& fCalcHeight);
|
/external/pdfium/xfa/src/fxfa/src/common/ |
D | xfa_document.h | 94 FX_FLOAT& fCalcHeight) = 0;
|