Home
last modified time | relevance | path

Searched refs:GetMaxSize (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_contentimp.cpp29 FWL_ERR IFWL_Content::GetMaxSize(FX_FLOAT& fWidth, FX_FLOAT& fHeight) { in GetMaxSize() function in IFWL_Content
30 return static_cast<CFWL_ContentImp*>(GetImpl())->GetMaxSize(fWidth, fHeight); in GetMaxSize()
84 FWL_ERR CFWL_ContentImp::GetMaxSize(FX_FLOAT& fWidth, FX_FLOAT& fHeight) { in GetMaxSize() function in CFWL_ContentImp
Dfwl_gridimp.cpp53 FX_FLOAT IFWL_Grid::GetMaxSize(FWL_HGRIDCOLROW hColRow, FWL_GRIDUNIT& eUnit) { in GetMaxSize() function in IFWL_Grid
54 return static_cast<CFWL_GridImp*>(GetImpl())->GetMaxSize(hColRow, eUnit); in GetMaxSize()
350 FX_FLOAT CFWL_GridImp::GetMaxSize(FWL_HGRIDCOLROW hColRow, in GetMaxSize() function in CFWL_GridImp
Dfwl_formimp.cpp1162 m_pOwner->GetContent()->GetMaxSize(fWidthMax, fHeightMax); in OnMouseMove()
/external/pdfium/xfa/include/fwl/core/
Dfwl_content.h19 FWL_ERR GetMaxSize(FX_FLOAT& fWidth, FX_FLOAT& fHeight);
Dfwl_grid.h53 FX_FLOAT GetMaxSize(FWL_HGRIDCOLROW hColRow, FWL_GRIDUNIT& eUnit);
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_contentimp.h23 FWL_ERR GetMaxSize(FX_FLOAT& fWidth, FX_FLOAT& fHeight);
Dfwl_gridimp.h99 FX_FLOAT GetMaxSize(FWL_HGRIDCOLROW hColRow, FWL_GRIDUNIT& eUnit);
/external/lzma/CPP/Windows/Control/
DToolBar.h17 bool GetMaxSize(LPSIZE size) in GetMaxSize() function