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

  /external/pdfium/xfa/fxfa/parser/
cxfa_margin.cpp 19 {XFA_Attribute::LeftInset, XFA_AttributeType::Measure, (void*)L"0in"},
60 return JSObject()->TryMeasureAsFloat(XFA_Attribute::LeftInset);
cxfa_layoutitem.cpp 83 ->GetMeasure(XFA_Attribute::LeftInset)
cxfa_itemlayoutprocessor.cpp 142 Optional<CXFA_Measurement> leftInset =
143 pMarginNode->JSObject()->TryMeasure(XFA_Attribute::LeftInset, false);
144 if (leftInset)
145 componentSize.width += leftInset->ToUnit(XFA_Unit::Pt);
189 ->GetMeasure(XFA_Attribute::LeftInset)
365 ->GetMeasure(XFA_Attribute::LeftInset)
431 ->GetMeasure(XFA_Attribute::LeftInset)
    [all...]
cxfa_node_statics.cpp 661 {0xcfea02e /* leftInset */, XFA_Attribute::LeftInset},
    [all...]
xfa_basic_data_element_script.cpp     [all...]
  /external/pdfium/xfa/fxfa/
cxfa_ffwidgethandler.cpp 545 pMargin->JSObject()->SetMeasure(XFA_Attribute::LeftInset,
fxfa_basic.h 394 LeftInset,

Completed in 60 milliseconds