Searched refs:IsInheritable (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/reflow/
H A Dlayoutprovider_taggedpdf.cpp460 CPDF_Object* pObj = m_pTaggedElement->GetAttr(GetAttrOwner(attr_type), ConvertLayoutAttr(attr_type), IsInheritable(attr_type));
475 CFX_ByteString AttrValue = m_pTaggedElement->GetName(owner, AttrName, default_value, IsInheritable(attr_type), index);
505 FX_FLOAT f = m_pTaggedElement->GetNumber(owner, AttrName, default_value, IsInheritable(attr_type), index);
507 f = m_pTaggedElement->GetNumber("Table", AttrName, default_value, IsInheritable(attr_type), index);
519 FX_ARGB f = m_pTaggedElement->GetColor(owner, AttrName, default_value, IsInheritable(attr_type), index);
572 FX_BOOL CPDF_LayoutElement::IsInheritable(LayoutAttr type) function in class:CPDF_LayoutElement
H A Dlayoutprovider_taggedpdf.h45 FX_BOOL IsInheritable(LayoutAttr attr_type);

Completed in 124 milliseconds