Home
last modified time | relevance | path

Searched refs:pMarginNode (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp137 CXFA_Margin* pMarginNode = in CalculateContainerComponentSizeFromContentSize() local
141 if (pMarginNode) { in CalculateContainerComponentSizeFromContentSize()
143 pMarginNode->JSObject()->TryMeasure(XFA_Attribute::LeftInset, false); in CalculateContainerComponentSizeFromContentSize()
148 pMarginNode->JSObject()->TryMeasure(XFA_Attribute::RightInset, false); in CalculateContainerComponentSizeFromContentSize()
156 if (pMarginNode) { in CalculateContainerComponentSizeFromContentSize()
158 pMarginNode->JSObject()->TryMeasure(XFA_Attribute::TopInset, false); in CalculateContainerComponentSizeFromContentSize()
163 pMarginNode->JSObject()->TryMeasure(XFA_Attribute::BottomInset, in CalculateContainerComponentSizeFromContentSize()
180 CXFA_Margin* pMarginNode = in RelocateTableRowCells() local
187 if (pMarginNode) { in RelocateTableRowCells()
188 fLeftInset = pMarginNode->JSObject() in RelocateTableRowCells()
[all …]
Dcxfa_layoutitem.cpp78 CXFA_Margin* pMarginNode = in GetRect() local
81 if (pMarginNode) { in GetRect()
82 sPos += CFX_PointF(pMarginNode->JSObject() in GetRect()
85 pMarginNode->JSObject() in GetRect()