Searched refs:GetMeasureInUnit (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_para.cpp | 68 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()
|
D | cxfa_font.cpp | 69 return JSObject()->GetMeasureInUnit(XFA_Attribute::BaselineShift, in GetBaselineShift() 108 return JSObject()->GetMeasureInUnit(XFA_Attribute::Size, XFA_Unit::Pt); in GetFontSize()
|
D | cxfa_caption.cpp | 65 return JSObject()->GetMeasureInUnit(XFA_Attribute::Reserve, XFA_Unit::Pt); in GetReserve()
|
D | cxfa_node.cpp | 3947 return pUIChild->JSObject()->GetMeasureInUnit(XFA_Attribute::Size, in GetCheckButtonSize()
|
/external/pdfium/xfa/fxfa/layout/ |
D | cxfa_contentlayoutitem.cpp | 78 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()
|
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 | 74 pFormNode->JSObject()->GetMeasureInUnit(XFA_Attribute::X, XFA_Unit::Pt); in DoLayout() 76 pFormNode->JSObject()->GetMeasureInUnit(XFA_Attribute::Y, XFA_Unit::Pt); in DoLayout()
|
D | cxfa_contentlayoutprocessor.cpp | 176 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 …]
|
D | cxfa_viewlayoutprocessor.cpp | 319 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/ |
D | cjx_object.h | 204 float GetMeasureInUnit(XFA_Attribute eAttr, XFA_Unit unit) const;
|
D | cjx_object.cpp | 430 float CJX_Object::GetMeasureInUnit(XFA_Attribute eAttr, XFA_Unit unit) const { in GetMeasureInUnit() function in CJX_Object
|