Searched refs:GetMaxSize (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/xfa/src/fwl/src/core/ |
D | fwl_contentimp.cpp | 29 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
|
D | fwl_gridimp.cpp | 53 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
|
D | fwl_formimp.cpp | 1162 m_pOwner->GetContent()->GetMaxSize(fWidthMax, fHeightMax); in OnMouseMove()
|
/external/pdfium/xfa/include/fwl/core/ |
D | fwl_content.h | 19 FWL_ERR GetMaxSize(FX_FLOAT& fWidth, FX_FLOAT& fHeight);
|
D | fwl_grid.h | 53 FX_FLOAT GetMaxSize(FWL_HGRIDCOLROW hColRow, FWL_GRIDUNIT& eUnit);
|
/external/pdfium/xfa/src/fwl/src/core/include/ |
D | fwl_contentimp.h | 23 FWL_ERR GetMaxSize(FX_FLOAT& fWidth, FX_FLOAT& fHeight);
|
D | fwl_gridimp.h | 99 FX_FLOAT GetMaxSize(FWL_HGRIDCOLROW hColRow, FWL_GRIDUNIT& eUnit);
|
/external/lzma/CPP/Windows/Control/ |
D | ToolBar.h | 17 bool GetMaxSize(LPSIZE size) in GetMaxSize() function
|