Home
last modified time | relevance | path

Searched refs:m_InheritedData (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstyleselector.h385 m_InheritedData.Reset(); in Reset()
432 return (FDE_CSSRUBYALIGN)m_InheritedData.m_eRubyAlign; in GetRubyAlign()
435 return (FDE_CSSRUBYPOSITION)m_InheritedData.m_eRubyPosition; in GetRubyPosition()
438 return (FDE_CSSRUBYOVERHANG)m_InheritedData.m_eRubyOverhang; in GetRubyOverhang()
448 return (FDE_CSSCAPTIONSIDE)m_InheritedData.m_eCaptionSide; in GetCaptionSide()
469 return m_InheritedData.m_pQuotes == NULL in CountQuotes()
471 : m_InheritedData.m_pQuotes->CountValues(); in CountQuotes()
474 FXSYS_assert(m_InheritedData.m_pQuotes != NULL && in GetQuotes()
475 m_InheritedData.m_pQuotes->CountValues() > index); in GetQuotes()
476 return ((IFDE_CSSPrimitiveValue*)(m_InheritedData.m_pQuotes->GetValue( in GetQuotes()
[all …]
Dfde_cssstyleselector.cpp75 if (m_InheritedData.m_eTextEmphasisMark != FDE_CSSTEXTEMPHASISMARK_Auto) { in GetTextEmphasisMark()
76 return (FDE_CSSTEXTEMPHASISMARK)m_InheritedData.m_eTextEmphasisMark; in GetTextEmphasisMark()
78 if (m_InheritedData.m_eWritingMode == FDE_CSSWRITINGMODE_HorizontalTb) { in GetTextEmphasisMark()
260 pStyle->m_InheritedData = in CreateComputedStyle()
261 ((CFDE_CSSComputedStyle*)pParentStyle)->m_InheritedData; in CreateComputedStyle()
263 pStyle->m_InheritedData.Reset(); in CreateComputedStyle()
594 #define FDE_CSSINHERITS (pComputedStyle->m_InheritedData)