Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp486 : m_nFaceIndex(0), m_dwFontStyles(0), m_dwUsb(), m_dwCsb() {} in CFX_FontDescriptor()
930 uint32_t dwStyleMask = pInstalled->m_dwFontStyles ^ dwFontStyles; in CalcPenalty()
993 pFont->m_dwFontStyles |= FXFT_Is_Face_Bold(pFace) ? FX_FONTSTYLE_Bold : 0; in RegisterFace()
994 pFont->m_dwFontStyles |= FXFT_Is_Face_Italic(pFace) ? FX_FONTSTYLE_Italic : 0; in RegisterFace()
995 pFont->m_dwFontStyles |= GetFlags(pFace); in RegisterFace()
Dcfgas_fontmgr.h140 uint32_t m_dwFontStyles; variable