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.cpp452 : m_nFaceIndex(0), m_dwFontStyles(0), m_dwUsb(), m_dwCsb() {} in CFX_FontDescriptor()
763 uint32_t dwStyleMask = pInstalled->m_dwFontStyles ^ dwFontStyles; in CalcPenalty()
804 pFont->m_dwFontStyles |= FXFT_Is_Face_Bold(pFace) ? FXFONT_BOLD : 0; in RegisterFace()
805 pFont->m_dwFontStyles |= FXFT_Is_Face_Italic(pFace) ? FXFONT_ITALIC : 0; in RegisterFace()
806 pFont->m_dwFontStyles |= GetFlags(pFace); in RegisterFace()
Dcfgas_fontmgr.h80 uint32_t m_dwFontStyles; variable