Home
last modified time | relevance | path

Searched refs:m_pFontFamily (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fde/css/
Dcfde_csscomputedstyle.cpp30 return m_InheritedData.m_pFontFamily in CountFontFamilies()
31 ? m_InheritedData.m_pFontFamily->CountValues() in CountFontFamilies()
36 return m_InheritedData.m_pFontFamily->GetValue(index) in GetFontFamily()
174 m_pFontFamily(nullptr), in InheritedData()
Dcfde_csscomputedstyle.h29 CFX_RetainPtr<CFDE_CSSValueList> m_pFontFamily; variable
Dcfde_cssstyleselector.cpp404 pComputedStyle->m_InheritedData.m_pFontFamily = pList; in ApplyProperty()
/external/pdfium/core/fxge/ge/
Dcfx_fontmapper.cpp142 const FX_CHAR* m_pFontFamily; member
223 return found ? CFX_ByteString(found->m_pFontFamily) : fontName; in GetFontFamily()