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

  /external/pdfium/xfa/fxfa/parser/
cxfa_margin.cpp 21 {XFA_Attribute::TopInset, XFA_AttributeType::Measure, (void*)L"0in"},
64 return JSObject()->TryMeasureAsFloat(XFA_Attribute::TopInset);
cxfa_layoutitem.cpp 86 ->GetMeasure(XFA_Attribute::TopInset)
cxfa_itemlayoutprocessor.cpp 157 Optional<CXFA_Measurement> topInset =
158 pMarginNode->JSObject()->TryMeasure(XFA_Attribute::TopInset, false);
159 if (topInset)
160 componentSize.height += topInset->ToUnit(XFA_Unit::Pt);
192 ->GetMeasure(XFA_Attribute::TopInset)
368 ->GetMeasure(XFA_Attribute::TopInset)
    [all...]
cxfa_node_statics.cpp     [all...]
xfa_basic_data_element_script.cpp     [all...]
  /external/pdfium/xfa/fxfa/
cxfa_ffwidgethandler.cpp 549 pMargin->JSObject()->SetMeasure(XFA_Attribute::TopInset,
fxfa_basic.h 411 TopInset,

Completed in 90 milliseconds