HomeSort by relevance Sort by last modified time
    Searched refs:m_dwFontStyles (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.h 140 uint32_t m_dwFontStyles;
cfgas_fontmgr.cpp 486 : m_nFaceIndex(0), m_dwFontStyles(0), m_dwUsb(), m_dwCsb() {}
930 uint32_t dwStyleMask = pInstalled->m_dwFontStyles ^ dwFontStyles;
993 pFont->m_dwFontStyles |= FXFT_Is_Face_Bold(pFace) ? FX_FONTSTYLE_Bold : 0;
994 pFont->m_dwFontStyles |= FXFT_Is_Face_Italic(pFace) ? FX_FONTSTYLE_Italic : 0;
995 pFont->m_dwFontStyles |= GetFlags(pFace);
    [all...]

Completed in 59 milliseconds