OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_MinSize
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fwl/src/core/include/
fwl_gridimp.h
27
m_MinSize
(0, FWL_GRIDUNIT_Fixed),
32
CFWL_GridLength
m_MinSize
;
/external/pdfium/xfa/src/fwl/src/core/
fwl_gridimp.cpp
337
eUnit = pColRow->
m_MinSize
.eUnit;
338
return pColRow->
m_MinSize
.fLength;
346
pColRow->
m_MinSize
.eUnit = eUnit;
347
pColRow->
m_MinSize
.fLength = fSize;
[
all
...]
Completed in 44 milliseconds