Home
last modified time | relevance | path

Searched refs:leftInset (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/testing/resources/
Dbug_306123.in22 <margin topInset="1mm" bottomInset="1mm" leftInset="1mm" rightInset="1mm"/>
29 <margin topInset="1mm" bottomInset="1mm" leftInset="1mm" rightInset="1mm"/>
36 <margin topInset="1mm" bottomInset="1mm" leftInset="1mm" rightInset="1mm"/>
43 <margin topInset="1mm" bottomInset="1mm" leftInset="1mm" rightInset="1mm"/>
49 <margin topInset="0.5mm" bottomInset="0.5mm" leftInset="0.5mm" rightInset="0.5mm"/>
56 <margin topInset="1mm" bottomInset="1mm" leftInset="1mm" rightInset="1mm"/>
62 <margin topInset="0.5mm" bottomInset="0.5mm" leftInset="0.5mm" rightInset="0.5mm"/>
69 <margin topInset="1mm" bottomInset="1mm" leftInset="1mm" rightInset="1mm"/>
76 <margin topInset="1mm" bottomInset="1mm" leftInset="1mm" rightInset="1mm"/>
82 <margin topInset="0.5mm" bottomInset="0.5mm" leftInset="0.5mm" rightInset="0.5mm"/>
[all …]
/external/pdfium/xfa/fxfa/parser/
Dattributes.inc38 ATTR____(0x0cfea02eu, "leftInset", LeftInset, Basic)
/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp141 Optional<CXFA_Measurement> leftInset = in CalculateContainerComponentSizeFromContentSize() local
143 if (leftInset) in CalculateContainerComponentSizeFromContentSize()
144 componentSize.width += leftInset->ToUnit(XFA_Unit::Pt); in CalculateContainerComponentSizeFromContentSize()