Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstyleselector.h252 IFDE_CSSValueList* m_pFontFamily; variable
520 return m_InheritedData.m_pFontFamily in CountFontFamilies()
521 ? m_InheritedData.m_pFontFamily->CountValues() in CountFontFamilies()
525 return ((IFDE_CSSPrimitiveValue*)(m_InheritedData.m_pFontFamily->GetValue( in GetFontFamily()
Dfde_cssstyleselector.cpp1053 FDE_CSSINHERITS.m_pFontFamily = pList; in ApplyProperty()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp186 const FX_CHAR* m_pFontFamily; member
319 return found ? CFX_ByteString(found->m_pFontFamily) : fontName; in GetFontFamily()