Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/font/
Dfx_fontutils.cpp23 if (dwFontStyles & FX_FONTSTYLE_Italic) { in FGAS_GetFontHashCode()
38 if (dwFontStyles & FX_FONTSTYLE_Italic) { in FGAS_GetFontFamilyHash()
Dfx_gefont.cpp142 if (dwFontStyles & FX_FONTSTYLE_Italic) { in CFX_GEFont()
213 if (dwFontStyles & FX_FONTSTYLE_Italic) { in LoadFont()
380 dwStyles |= FX_FONTSTYLE_Italic; in GetFontStyles()
387 dwStyles |= FX_FONTSTYLE_Italic; in GetFontStyles()
Dfx_gdifont.cpp169 lf.lfItalic = (dwFontStyles & FX_FONTSTYLE_Italic) != 0; in LoadFont()
Dfx_stdfontmgr.cpp1146 if (dwStyleMask & FX_FONTSTYLE_Italic) { in CalcPenalty()
1253 pFont->m_dwFontStyles |= FXFT_Is_Face_Italic(pFace) ? FX_FONTSTYLE_Italic : 0; in ReportFace()
/external/pdfium/xfa/src/fgas/include/
Dfx_fnt.h16 #define FX_FONTSTYLE_Italic 0x40 macro
18 #define FX_FONTSTYLE_BoldItalic (FX_FONTSTYLE_Bold | FX_FONTSTYLE_Italic)
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gedevice.cpp146 if ((pFont->GetFontStyles() & FX_FONTSTYLE_Italic) != 0 && in DrawString()
170 SubstFxFont.m_ItalicAngle = dwFontStyle & FX_FONTSTYLE_Italic ? -12 : 0; in DrawString()
171 SubstFxFont.m_bItlicCJK = !!(dwFontStyle & FX_FONTSTYLE_Italic); in DrawString()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fontmgr.cpp1790 if (dwFontStyles & FX_FONTSTYLE_Italic) { in GetFont()
1791 dwStyle |= FX_FONTSTYLE_Italic; in GetFont()
1942 FX_BOOL bItalic = (dwFontStyles & FX_FONTSTYLE_Italic) == FX_FONTSTYLE_Italic; in GetFont()
Dxfa_textlayout.cpp366 dwStyle |= FX_FONTSTYLE_Italic; in GetFont()
380 dwStyle |= FX_FONTSTYLE_Italic; in GetFont()
Dxfa_ffwidgetacc.cpp1548 dwFontStyle |= FX_FONTSTYLE_Italic; in GetFDEFont()
/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssdatatable.cpp90 dwFontStyle |= FX_FONTSTYLE_Italic; in FDE_CSSFontStyleToFDE()