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

  /external/pdfium/xfa/fxfa/parser/
cxfa_margin.cpp 22 {XFA_Attribute::RightInset, XFA_AttributeType::Measure, (void*)L"0in"},
68 return JSObject()->TryMeasureAsFloat(XFA_Attribute::RightInset);
cxfa_itemlayoutprocessor.cpp 147 Optional<CXFA_Measurement> rightInset =
148 pMarginNode->JSObject()->TryMeasure(XFA_Attribute::RightInset, false);
149 if (rightInset)
150 componentSize.width += rightInset->ToUnit(XFA_Unit::Pt);
195 ->GetMeasure(XFA_Attribute::RightInset)
371 ->GetMeasure(XFA_Attribute::RightInset)
434 ->GetMeasure(XFA_Attribute::RightInset)
    [all...]
cxfa_node_statics.cpp     [all...]
xfa_basic_data_element_script.cpp     [all...]
  /external/pdfium/xfa/fxfa/
cxfa_ffwidgethandler.cpp 553 pMargin->JSObject()->SetMeasure(XFA_Attribute::RightInset,
fxfa_basic.h 494 RightInset,

Completed in 87 milliseconds