Home
last modified time | relevance | path

Searched refs:GetMaxHeight (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidgetacc.cpp877 if (this->GetMaxHeight(fMax) && fMax > 0) { in CalculateWidgetAutoSize()
1105 if (this->GetMaxHeight(fMax) && fMax > 0) { in CalculateWidgetAutoHeight()
Dxfa_ffwidget.cpp394 m_pDataAcc->GetMaxHeight(fMaxHeight); in GetMinMaxHeight()
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h612 FX_BOOL GetMaxHeight(FX_FLOAT& fMaxHeight);
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp1626 FX_BOOL CXFA_WidgetData::GetMaxHeight(FX_FLOAT& fMaxHeight) { in GetMaxHeight() function in CXFA_WidgetData