Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_para.cpp68 return JSObject()->GetMeasureInUnit(XFA_Attribute::LineHeight, XFA_Unit::Pt); in GetLineHeight()
72 return JSObject()->GetMeasureInUnit(XFA_Attribute::MarginLeft, XFA_Unit::Pt); in GetMarginLeft()
76 return JSObject()->GetMeasureInUnit(XFA_Attribute::MarginRight, XFA_Unit::Pt); in GetMarginRight()
80 return JSObject()->GetMeasureInUnit(XFA_Attribute::SpaceAbove, XFA_Unit::Pt); in GetSpaceAbove()
84 return JSObject()->GetMeasureInUnit(XFA_Attribute::SpaceBelow, XFA_Unit::Pt); in GetSpaceBelow()
88 return JSObject()->GetMeasureInUnit(XFA_Attribute::TextIndent, XFA_Unit::Pt); in GetTextIndent()
Dcxfa_font.cpp69 return JSObject()->GetMeasureInUnit(XFA_Attribute::BaselineShift, in GetBaselineShift()
108 return JSObject()->GetMeasureInUnit(XFA_Attribute::Size, XFA_Unit::Pt); in GetFontSize()
Dcxfa_caption.cpp65 return JSObject()->GetMeasureInUnit(XFA_Attribute::Reserve, XFA_Unit::Pt); in GetReserve()
Dcxfa_node.cpp3947 return pUIChild->JSObject()->GetMeasureInUnit(XFA_Attribute::Size, in GetCheckButtonSize()
/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutitem.cpp78 sPos += CFX_PointF(pMarginNode->JSObject()->GetMeasureInUnit( in GetRect()
80 pMarginNode->JSObject()->GetMeasureInUnit( in GetRect()
89 CFX_PointF(pLayoutItem->GetFormNode()->JSObject()->GetMeasureInUnit( in GetRect()
91 pLayoutItem->GetFormNode()->JSObject()->GetMeasureInUnit( in GetRect()
Dcxfa_viewlayoutitem.cpp50 pMedium->JSObject()->GetMeasureInUnit(XFA_Attribute::Short, XFA_Unit::Pt), in GetPageSize()
51 pMedium->JSObject()->GetMeasureInUnit(XFA_Attribute::Long, XFA_Unit::Pt)); in GetPageSize()
Dcxfa_layoutprocessor.cpp74 pFormNode->JSObject()->GetMeasureInUnit(XFA_Attribute::X, XFA_Unit::Pt); in DoLayout()
76 pFormNode->JSObject()->GetMeasureInUnit(XFA_Attribute::Y, XFA_Unit::Pt); in DoLayout()
Dcxfa_contentlayoutprocessor.cpp176 inset.left = pMargin->JSObject()->GetMeasureInUnit(XFA_Attribute::LeftInset, in GetMarginInset()
178 inset.top = pMargin->JSObject()->GetMeasureInUnit(XFA_Attribute::TopInset, in GetMarginInset()
180 inset.right = pMargin->JSObject()->GetMeasureInUnit(XFA_Attribute::RightInset, in GetMarginInset()
182 inset.bottom = pMargin->JSObject()->GetMeasureInUnit( in GetMarginInset()
483 fCurTopMargin = pMarginNode->JSObject()->GetMeasureInUnit( in FindLayoutItemSplitPos()
485 fCurBottomMargin = pMarginNode->JSObject()->GetMeasureInUnit( in FindLayoutItemSplitPos()
588 pNode->JSObject()->GetMeasureInUnit(XFA_Attribute::X, XFA_Unit::Pt), in CalculatePositionedContainerPos()
589 pNode->JSObject()->GetMeasureInUnit(XFA_Attribute::Y, XFA_Unit::Pt)); in CalculatePositionedContainerPos()
687 fCurTopMargin = pMarginNode->JSObject()->GetMeasureInUnit( in SplitLayoutItem()
689 fCurBottomMargin = pMarginNode->JSObject()->GetMeasureInUnit( in SplitLayoutItem()
[all …]
Dcxfa_viewlayoutprocessor.cpp319 const float fHeight = pContentAreaNode->JSObject()->GetMeasureInUnit( in ContentAreasFitInPageAreas()
560 float fAvailHeight = pLayoutItem->GetFormNode()->JSObject()->GetMeasureInUnit( in GetAvailHeight()
1526 float fNextContentHeight = pCurContentNode->JSObject()->GetMeasureInUnit( in GetNextAvailContentHeight()
1562 float fNextContentHeight = pContentArea->JSObject()->GetMeasureInUnit( in GetNextAvailContentHeight()
1577 float fNextContentHeight = pContentArea->JSObject()->GetMeasureInUnit( in GetNextAvailContentHeight()
/external/pdfium/fxjs/xfa/
Dcjx_object.h204 float GetMeasureInUnit(XFA_Attribute eAttr, XFA_Unit unit) const;
Dcjx_object.cpp430 float CJX_Object::GetMeasureInUnit(XFA_Attribute eAttr, XFA_Unit unit) const { in GetMeasureInUnit() function in CJX_Object