Searched refs:GetMeasureInUnit (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_para.cpp | 70 return JSObject()->GetMeasureInUnit(XFA_Attribute::LineHeight, XFA_Unit::Pt); in GetLineHeight() 74 return JSObject()->GetMeasureInUnit(XFA_Attribute::MarginLeft, XFA_Unit::Pt); in GetMarginLeft() 78 return JSObject()->GetMeasureInUnit(XFA_Attribute::MarginRight, XFA_Unit::Pt); in GetMarginRight() 82 return JSObject()->GetMeasureInUnit(XFA_Attribute::SpaceAbove, XFA_Unit::Pt); in GetSpaceAbove() 86 return JSObject()->GetMeasureInUnit(XFA_Attribute::SpaceBelow, XFA_Unit::Pt); in GetSpaceBelow() 90 return JSObject()->GetMeasureInUnit(XFA_Attribute::TextIndent, XFA_Unit::Pt); in GetTextIndent()
|
D | cxfa_font.cpp | 71 return JSObject()->GetMeasureInUnit(XFA_Attribute::BaselineShift, in GetBaselineShift() 110 return JSObject()->GetMeasureInUnit(XFA_Attribute::Size, XFA_Unit::Pt); in GetFontSize()
|
D | cxfa_caption.cpp | 67 return JSObject()->GetMeasureInUnit(XFA_Attribute::Reserve, XFA_Unit::Pt); in GetReserve()
|
D | cxfa_node.cpp | 3982 return pUIChild->JSObject()->GetMeasureInUnit(XFA_Attribute::Size, in GetCheckButtonSize()
|
/external/pdfium/xfa/fxfa/layout/ |
D | cxfa_contentlayoutitem.cpp | 80 sPos += CFX_PointF(pMarginNode->JSObject()->GetMeasureInUnit( in GetAbsoluteRect() 82 pMarginNode->JSObject()->GetMeasureInUnit( in GetAbsoluteRect() 91 CFX_PointF(pLayoutItem->GetFormNode()->JSObject()->GetMeasureInUnit( in GetAbsoluteRect() 93 pLayoutItem->GetFormNode()->JSObject()->GetMeasureInUnit( in GetAbsoluteRect()
|
D | cxfa_viewlayoutitem.cpp | 50 pMedium->JSObject()->GetMeasureInUnit(XFA_Attribute::Short, XFA_Unit::Pt), in GetPageSize() 51 pMedium->JSObject()->GetMeasureInUnit(XFA_Attribute::Long, XFA_Unit::Pt)); in GetPageSize()
|
D | cxfa_layoutprocessor.cpp | 87 pFormNode->JSObject()->GetMeasureInUnit(XFA_Attribute::X, XFA_Unit::Pt); in DoLayout() 89 pFormNode->JSObject()->GetMeasureInUnit(XFA_Attribute::Y, XFA_Unit::Pt); in DoLayout()
|
D | cxfa_contentlayoutprocessor.cpp | 185 inset.left = pMargin->JSObject()->GetMeasureInUnit(XFA_Attribute::LeftInset, in GetMarginInset() 187 inset.top = pMargin->JSObject()->GetMeasureInUnit(XFA_Attribute::TopInset, in GetMarginInset() 189 inset.right = pMargin->JSObject()->GetMeasureInUnit(XFA_Attribute::RightInset, in GetMarginInset() 191 inset.bottom = pMargin->JSObject()->GetMeasureInUnit( in GetMarginInset() 501 fCurTopMargin = pMarginNode->JSObject()->GetMeasureInUnit( in FindLayoutItemSplitPos() 503 fCurBottomMargin = pMarginNode->JSObject()->GetMeasureInUnit( in FindLayoutItemSplitPos() 601 pNode->JSObject()->GetMeasureInUnit(XFA_Attribute::X, XFA_Unit::Pt), in CalculatePositionedContainerPos() 602 pNode->JSObject()->GetMeasureInUnit(XFA_Attribute::Y, XFA_Unit::Pt)); in CalculatePositionedContainerPos() 718 fCurTopMargin = pMarginNode->JSObject()->GetMeasureInUnit( in SplitLayoutItem() 720 fCurBottomMargin = pMarginNode->JSObject()->GetMeasureInUnit( in SplitLayoutItem() [all …]
|
D | cxfa_viewlayoutprocessor.cpp | 313 const float fHeight = pContentAreaNode->JSObject()->GetMeasureInUnit( in ContentAreasFitInPageAreas() 560 float fAvailHeight = pLayoutItem->GetFormNode()->JSObject()->GetMeasureInUnit( in GetAvailHeight() 1540 float fNextContentHeight = pCurContentNode->JSObject()->GetMeasureInUnit( in GetNextAvailContentHeight() 1576 float fNextContentHeight = pContentArea->JSObject()->GetMeasureInUnit( in GetNextAvailContentHeight() 1591 float fNextContentHeight = pContentArea->JSObject()->GetMeasureInUnit( in GetNextAvailContentHeight()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_object.h | 197 float GetMeasureInUnit(XFA_Attribute eAttr, XFA_Unit unit) const;
|
D | cjx_object.cpp | 422 float CJX_Object::GetMeasureInUnit(XFA_Attribute eAttr, XFA_Unit unit) const { in GetMeasureInUnit() function in CJX_Object
|