Home
last modified time | relevance | path

Searched refs:FX_FONTSTYLE_Bold (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/xfa/fgas/font/
Dfgas_fontutils.cpp29 if (dwFontStyles & FX_FONTSTYLE_Bold) { in FGAS_GetFontHashCode()
38 if (dwFontStyles & FX_FONTSTYLE_Bold) { in FGAS_GetFontFamilyHash()
Dcfgas_gefont.cpp114 (dwFontStyles & FX_FONTSTYLE_Bold) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL; in CFGAS_GEFont()
145 if (dwFontStyles & FX_FONTSTYLE_Bold) in LoadFontInternal()
150 (dwFontStyles & FX_FONTSTYLE_Bold) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL; in LoadFontInternal()
254 dwStyles |= FX_FONTSTYLE_Bold; in GetFontStyles()
259 dwStyles |= FX_FONTSTYLE_Bold; in GetFontStyles()
Dcfgas_fontmgr.h34 #define FX_FONTSTYLE_Bold 0x40000 macro
35 #define FX_FONTSTYLE_BoldItalic (FX_FONTSTYLE_Bold | FX_FONTSTYLE_Italic)
Dcfgas_fontmgr.cpp931 if (dwStyleMask & FX_FONTSTYLE_Bold) in CalcPenalty()
993 pFont->m_dwFontStyles |= FXFT_Is_Face_Bold(pFace) ? FX_FONTSTYLE_Bold : 0; in RegisterFace()
/external/pdfium/xfa/fxfa/app/
Dcxfa_textparser.cpp342 dwStyle |= FX_FONTSTYLE_Bold; in GetFont()
354 dwStyle |= FX_FONTSTYLE_Bold; in GetFont()
Dxfa_fontmgr.cpp1759 if (dwFontStyles & FX_FONTSTYLE_Bold) { in GetFont()
1760 dwStyle |= FX_FONTSTYLE_Bold; in GetFont()
1870 bool bBold = (dwFontStyles & FX_FONTSTYLE_Bold) == FX_FONTSTYLE_Bold; in GetFont()
Dxfa_ffwidgetacc.cpp1502 dwFontStyle |= FX_FONTSTYLE_Bold; in GetFDEFont()
/external/pdfium/xfa/fde/
Dfde_gedevice.cpp155 SubstFxFont->m_Weight = dwFontStyle & FX_FONTSTYLE_Bold ? 700 : 400; in DrawString()