Home
last modified time | relevance | path

Searched refs:fCalcHeight (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.cpp1009 float& fCalcHeight) { in StartWidgetLayout() argument
1015 StartTextLayout(doc, fCalcWidth, fCalcHeight); in StartWidgetLayout()
1018 if (fCalcWidth > 0 && fCalcHeight > 0) in StartWidgetLayout()
1023 if (fCalcWidth > 0 && fCalcHeight < 0) { in StartWidgetLayout()
1026 fCalcHeight = *height; in StartWidgetLayout()
1028 CalculateAccWidthAndHeight(doc, eUIType, fCalcWidth, fCalcHeight); in StartWidgetLayout()
1030 m_pLayoutData->m_fWidgetHeight = fCalcHeight; in StartWidgetLayout()
1033 if (fCalcWidth < 0 && fCalcHeight < 0) { in StartWidgetLayout()
1041 fCalcHeight = *height; in StartWidgetLayout()
1044 CalculateAccWidthAndHeight(doc, eUIType, fWidth, fCalcHeight); in StartWidgetLayout()
[all …]
Dcxfa_widgetacc.h67 float& fCalcHeight);
70 float& fCalcHeight);
211 float& fCalcHeight);
213 void StartTextLayout(CXFA_FFDoc* doc, float& fCalcWidth, float& fCalcHeight);
Dcxfa_textlayout.cpp300 float fCalcHeight, in DoLayout() argument
304 return fCalcHeight; in DoLayout()
313 return fCalcHeight; in DoLayout()
358 if (fCalcHeight <= fLinePos) { in DoLayout()
362 m_pLoader->m_BlocksHeight[iBlockIndex * 2 + 1] = fCalcHeight; in DoLayout()
365 m_pLoader->m_BlocksHeight.push_back(fCalcHeight); in DoLayout()
368 return fCalcHeight; in DoLayout()
374 return fCalcHeight; in DoLayout()
Dcxfa_ffnotify.h52 float& fCalcHeight);
Dcxfa_textlayout.h40 float fCalcHeight,
Dcxfa_ffnotify.cpp197 float& fCalcHeight) { in StartFieldDrawLayout() argument
202 pAcc->StartWidgetLayout(m_pDoc.Get(), fCalcWidth, fCalcHeight); in StartFieldDrawLayout()