Home
last modified time | relevance | path

Searched refs:rightInset (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_margin.h21 JS_PROP(rightInset);
Dcjx_margin.cpp39 void CJX_Margin::rightInset(CFXJSE_Value* pValue, in rightInset() function in CJX_Margin
/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp147 Optional<CXFA_Measurement> rightInset = in CalculateContainerComponentSizeFromContentSize() local
149 if (rightInset) in CalculateContainerComponentSizeFromContentSize()
150 componentSize.width += rightInset->ToUnit(XFA_Unit::Pt); in CalculateContainerComponentSizeFromContentSize()
Dxfa_basic_data_element_script.cpp862 {0x8a692521, L"rightInset", (XFA_ATTRIBUTE_CALLBACK)&CJX_Margin::rightInset,