OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetMaxSize
(Results
1 - 4
of
4
) sorted by null
/external/lzma/CPP/Windows/Control/
ToolBar.h
17
bool
GetMaxSize
(LPSIZE size)
/external/pdfium/xfa/src/fwl/src/core/
fwl_contentimp.cpp
29
FWL_ERR IFWL_Content::
GetMaxSize
(FX_FLOAT& fWidth, FX_FLOAT& fHeight) {
30
return static_cast<CFWL_ContentImp*>(GetImpl())->
GetMaxSize
(fWidth, fHeight);
84
FWL_ERR CFWL_ContentImp::
GetMaxSize
(FX_FLOAT& fWidth, FX_FLOAT& fHeight) {
fwl_gridimp.cpp
53
FX_FLOAT IFWL_Grid::
GetMaxSize
(FWL_HGRIDCOLROW hColRow, FWL_GRIDUNIT& eUnit) {
54
return static_cast<CFWL_GridImp*>(GetImpl())->
GetMaxSize
(hColRow, eUnit);
350
FX_FLOAT CFWL_GridImp::
GetMaxSize
(FWL_HGRIDCOLROW hColRow,
[
all
...]
/hardware/libhardware/tests/camera2/
CameraMultiStreamTests.cpp
141
void
GetMaxSize
(const int32_t* data, size_t count,
533
GetMaxSize
(implDefData, implDefCount, &processedMaxSize, &maxIdx);
557
GetMaxSize
(jpegData, jpegCount, &jpegMaxSize, &maxIdx);
Completed in 53 milliseconds