Home
last modified time | relevance | path

Searched refs:SetMaxSize (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_contentimp.cpp32 FWL_ERR IFWL_Content::SetMaxSize(FX_FLOAT fWidth, FX_FLOAT fHeight) { in SetMaxSize() function in IFWL_Content
33 return static_cast<CFWL_ContentImp*>(GetImpl())->SetMaxSize(fWidth, fHeight); in SetMaxSize()
89 FWL_ERR CFWL_ContentImp::SetMaxSize(FX_FLOAT fWidth, FX_FLOAT fHeight) { in SetMaxSize() function in CFWL_ContentImp
Dfwl_gridimp.cpp56 FWL_ERR IFWL_Grid::SetMaxSize(FWL_HGRIDCOLROW hColRow, in SetMaxSize() function in IFWL_Grid
60 ->SetMaxSize(hColRow, fSize, eUnit); in SetMaxSize()
358 FWL_ERR CFWL_GridImp::SetMaxSize(FWL_HGRIDCOLROW hColRow, in SetMaxSize() function in CFWL_GridImp
/external/webrtc/talk/session/media/
Dmediasink.h39 virtual void SetMaxSize(size_t size) = 0;
/external/pdfium/xfa/include/fwl/core/
Dfwl_content.h20 FWL_ERR SetMaxSize(FX_FLOAT fWidth, FX_FLOAT fHeight);
Dfwl_grid.h54 FWL_ERR SetMaxSize(FWL_HGRIDCOLROW hColRow,
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_contentimp.h24 FWL_ERR SetMaxSize(FX_FLOAT fWidth, FX_FLOAT fHeight);
Dfwl_gridimp.h100 FWL_ERR SetMaxSize(FWL_HGRIDCOLROW hColRow,