HomeSort by relevance Sort by last modified time
    Searched defs:leftInset (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fxjs/xfa/
cjx_margin.cpp 21 void CJX_Margin::leftInset(CFXJSE_Value* pValue,
  /external/pdfium/xfa/fxfa/parser/
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...]

Completed in 160 milliseconds