OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetMaxSize
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/talk/session/media/
mediasink.h
39
virtual void
SetMaxSize
(size_t size) = 0;
/external/pdfium/xfa/include/fwl/core/
fwl_content.h
20
FWL_ERR
SetMaxSize
(FX_FLOAT fWidth, FX_FLOAT fHeight);
fwl_grid.h
54
FWL_ERR
SetMaxSize
(FWL_HGRIDCOLROW hColRow,
/external/pdfium/xfa/src/fwl/src/core/
fwl_contentimp.cpp
32
FWL_ERR IFWL_Content::
SetMaxSize
(FX_FLOAT fWidth, FX_FLOAT fHeight) {
33
return static_cast<CFWL_ContentImp*>(GetImpl())->
SetMaxSize
(fWidth, fHeight);
89
FWL_ERR CFWL_ContentImp::
SetMaxSize
(FX_FLOAT fWidth, FX_FLOAT fHeight) {
fwl_gridimp.cpp
56
FWL_ERR IFWL_Grid::
SetMaxSize
(FWL_HGRIDCOLROW hColRow,
60
->
SetMaxSize
(hColRow, fSize, eUnit);
358
FWL_ERR CFWL_GridImp::
SetMaxSize
(FWL_HGRIDCOLROW hColRow,
[
all
...]
/external/pdfium/xfa/src/fwl/src/core/include/
fwl_contentimp.h
24
FWL_ERR
SetMaxSize
(FX_FLOAT fWidth, FX_FLOAT fHeight);
fwl_gridimp.h
100
FWL_ERR
SetMaxSize
(FWL_HGRIDCOLROW hColRow,
Completed in 3333 milliseconds