Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_widgetdata.h71 bool GetMaxHeight(FX_FLOAT& fMaxHeight);
Dcxfa_widgetdata.cpp398 bool CXFA_WidgetData::GetMaxHeight(FX_FLOAT& fMaxHeight) { in GetMaxHeight() function in CXFA_WidgetData
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidgetacc.cpp826 if (GetMaxHeight(fMax) && fMax > 0) in CalculateWidgetAutoSize()
1059 if (GetMaxHeight(fMax) && fMax > 0) { in CalculateWidgetAutoHeight()