Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dfgas_fontutils.cpp26 if (dwFontStyles & FX_FONTSTYLE_Italic) { in FGAS_GetFontHashCode()
41 if (dwFontStyles & FX_FONTSTYLE_Italic) { in FGAS_GetFontFamilyHash()
Dcfgas_gefont.cpp115 if (dwFontStyles & FX_FONTSTYLE_Italic) in CFGAS_GEFont()
143 if (dwFontStyles & FX_FONTSTYLE_Italic) in LoadFontInternal()
256 dwStyles |= FX_FONTSTYLE_Italic; in GetFontStyles()
261 dwStyles |= FX_FONTSTYLE_Italic; in GetFontStyles()
Dcfgas_fontmgr.h33 #define FX_FONTSTYLE_Italic 0x40 macro
35 #define FX_FONTSTYLE_BoldItalic (FX_FONTSTYLE_Bold | FX_FONTSTYLE_Italic)
Dcfgas_fontmgr.cpp935 if (dwStyleMask & FX_FONTSTYLE_Italic) in CalcPenalty()
994 pFont->m_dwFontStyles |= FXFT_Is_Face_Italic(pFace) ? FX_FONTSTYLE_Italic : 0; in RegisterFace()
/external/pdfium/xfa/fde/
Dfde_gedevice.cpp132 if ((pFont->GetFontStyles() & FX_FONTSTYLE_Italic) != 0 && in DrawString()
156 SubstFxFont->m_ItalicAngle = dwFontStyle & FX_FONTSTYLE_Italic ? -12 : 0; in DrawString()
158 SubstFxFont->m_bItalicCJK = !!(dwFontStyle & FX_FONTSTYLE_Italic); in DrawString()
/external/pdfium/xfa/fxfa/app/
Dcxfa_textparser.cpp344 dwStyle |= FX_FONTSTYLE_Italic; in GetFont()
356 dwStyle |= FX_FONTSTYLE_Italic; in GetFont()
Dxfa_fontmgr.cpp1762 if (dwFontStyles & FX_FONTSTYLE_Italic) { in GetFont()
1763 dwStyle |= FX_FONTSTYLE_Italic; in GetFont()
1871 bool bItalic = (dwFontStyles & FX_FONTSTYLE_Italic) == FX_FONTSTYLE_Italic; in GetFont()
Dxfa_ffwidgetacc.cpp1504 dwFontStyle |= FX_FONTSTYLE_Italic; in GetFDEFont()