HomeSort by relevance Sort by last modified time
    Searched refs:IsInheritable (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/reflow/
layoutprovider_taggedpdf.cpp 460 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)
layoutprovider_taggedpdf.h 43 FX_BOOL IsInheritable(LayoutAttr attr_type);

Completed in 668 milliseconds