Searched refs:fCalcHeight (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_widgetacc.cpp | 1009 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 …]
|
D | cxfa_widgetacc.h | 67 float& fCalcHeight); 70 float& fCalcHeight); 211 float& fCalcHeight); 213 void StartTextLayout(CXFA_FFDoc* doc, float& fCalcWidth, float& fCalcHeight);
|
D | cxfa_textlayout.cpp | 300 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()
|
D | cxfa_ffnotify.h | 52 float& fCalcHeight);
|
D | cxfa_textlayout.h | 40 float fCalcHeight,
|
D | cxfa_ffnotify.cpp | 197 float& fCalcHeight) { in StartFieldDrawLayout() argument 202 pAcc->StartWidgetLayout(m_pDoc.Get(), fCalcWidth, fCalcHeight); in StartFieldDrawLayout()
|