HomeSort by relevance Sort by last modified time
    Searched refs:BottomInset (Results 1 - 6 of 6) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_margin.cpp 20 {XFA_Attribute::BottomInset, XFA_AttributeType::Measure, (void*)L"0in"},
72 return JSObject()->TryMeasureAsFloat(XFA_Attribute::BottomInset);
cxfa_itemlayoutprocessor.cpp 162 Optional<CXFA_Measurement> bottomInset =
163 pMarginNode->JSObject()->TryMeasure(XFA_Attribute::BottomInset,
165 if (bottomInset)
166 componentSize.height += bottomInset->ToUnit(XFA_Unit::Pt);
198 ->GetMeasure(XFA_Attribute::BottomInset)
374 ->GetMeasure(XFA_Attribute::BottomInset)
    [all...]
cxfa_node_statics.cpp     [all...]
xfa_basic_data_element_script.cpp     [all...]
  /external/pdfium/xfa/fxfa/
cxfa_ffwidgethandler.cpp 557 pMargin->JSObject()->SetMeasure(XFA_Attribute::BottomInset,
fxfa_basic.h 397 BottomInset,

Completed in 488 milliseconds