Home
last modified time | relevance | path

Searched refs:TryMeasure (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_para.cpp28 m_pNode->TryMeasure(XFA_ATTRIBUTE_LineHeight, ms); in GetLineHeight()
34 m_pNode->TryMeasure(XFA_ATTRIBUTE_MarginLeft, ms); in GetMarginLeft()
40 m_pNode->TryMeasure(XFA_ATTRIBUTE_MarginRight, ms); in GetMarginRight()
46 m_pNode->TryMeasure(XFA_ATTRIBUTE_SpaceAbove, ms); in GetSpaceAbove()
52 m_pNode->TryMeasure(XFA_ATTRIBUTE_SpaceBelow, ms); in GetSpaceBelow()
58 m_pNode->TryMeasure(XFA_ATTRIBUTE_TextIndent, ms); in GetTextIndent()
Dcxfa_margin.cpp15 return TryMeasure(XFA_ATTRIBUTE_LeftInset, fInset); in GetLeftInset()
20 return TryMeasure(XFA_ATTRIBUTE_TopInset, fInset); in GetTopInset()
25 return TryMeasure(XFA_ATTRIBUTE_RightInset, fInset); in GetRightInset()
30 return TryMeasure(XFA_ATTRIBUTE_BottomInset, fInset); in GetBottomInset()
Dcxfa_data.cpp68 bool CXFA_Data::TryMeasure(XFA_ATTRIBUTE eAttr, in TryMeasure() function in CXFA_Data
72 if (m_pNode->TryMeasure(eAttr, ms, bUseDefault)) { in TryMeasure()
Dcxfa_box.cpp118 bool bRet = m_pNode->TryMeasure(XFA_ATTRIBUTE_StartAngle, ms, false); in GetStartAngle()
131 bool bRet = m_pNode->TryMeasure(XFA_ATTRIBUTE_SweepAngle, ms, false); in GetSweepAngle()
Dcxfa_data.h27 bool TryMeasure(XFA_ATTRIBUTE eAttr,
Dcxfa_caption.cpp28 m_pNode->TryMeasure(XFA_ATTRIBUTE_Reserve, ms); in GetReserve()
Dcxfa_widgetdata.cpp290 if (!m_pNode->TryMeasure(XFA_ATTRIBUTE_Rotate, ms, false)) in GetRotate()
379 return TryMeasure(XFA_ATTRIBUTE_W, fWidth); in GetWidth()
383 return TryMeasure(XFA_ATTRIBUTE_H, fHeight); in GetHeight()
387 return TryMeasure(XFA_ATTRIBUTE_MinW, fMinWidth); in GetMinWidth()
391 return TryMeasure(XFA_ATTRIBUTE_MinH, fMinHeight); in GetMinHeight()
395 return TryMeasure(XFA_ATTRIBUTE_MaxW, fMaxWidth); in GetMaxWidth()
399 return TryMeasure(XFA_ATTRIBUTE_MaxH, fMaxHeight); in GetMaxHeight()
1332 if (pUIChild->TryMeasure(XFA_ATTRIBUTE_ModuleWidth, mModuleWidthHeight)) { in GetBarcodeAttribute_ModuleWidth()
1342 if (pUIChild->TryMeasure(XFA_ATTRIBUTE_ModuleHeight, mModuleWidthHeight)) { in GetBarcodeAttribute_ModuleHeight()
Dcxfa_font.cpp65 m_pNode->TryMeasure(XFA_ATTRIBUTE_Size, ms); in GetFontSize()
Dxfa_layout_itemlayout.cpp88 pFormNode->TryMeasure(XFA_ATTRIBUTE_W, mTmpValue, false) && in CalculateContainerSpecifiedSize()
94 pFormNode->TryMeasure(XFA_ATTRIBUTE_H, mTmpValue, false) && in CalculateContainerSpecifiedSize()
100 pFormNode->TryMeasure(XFA_ATTRIBUTE_MaxW, mTmpValue, false) && in CalculateContainerSpecifiedSize()
106 pFormNode->TryMeasure(XFA_ATTRIBUTE_MaxH, mTmpValue, false) && in CalculateContainerSpecifiedSize()
127 if (pMarginNode->TryMeasure(XFA_ATTRIBUTE_LeftInset, mTmpValue, false)) in CalculateContainerComponentSizeFromContentSize()
129 if (pMarginNode->TryMeasure(XFA_ATTRIBUTE_RightInset, mTmpValue, false)) in CalculateContainerComponentSizeFromContentSize()
137 if (pMarginNode->TryMeasure(XFA_ATTRIBUTE_TopInset, mTmpValue, false)) in CalculateContainerComponentSizeFromContentSize()
139 if (pMarginNode->TryMeasure(XFA_ATTRIBUTE_BottomInset, mTmpValue, in CalculateContainerComponentSizeFromContentSize()
Dxfa_object.h274 bool TryMeasure(XFA_ATTRIBUTE eAttr,
Dcxfa_node.cpp968 if (TryMeasure(XFA_ATTRIBUTE_H, measureH, false)) in GetIntact()
3694 if (!TryMeasure(pAttr->eName, mValue, bUseDefault)) { in GetAttribute()
3779 bool CXFA_Node::TryMeasure(XFA_ATTRIBUTE eAttr, in TryMeasure() function in CXFA_Node
3800 return TryMeasure(eAttr, mValue, true) ? mValue : CXFA_Measurement(); in GetMeasure()