Home
last modified time | relevance | path

Searched refs:dwFontStyle (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gedevice.cpp164 FX_DWORD dwFontStyle = pFont->GetFontStyles(); in DrawString() local
168 SubstFxFont.m_Weight = dwFontStyle & FX_FONTSTYLE_Bold ? 700 : 400; 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/fdp/src/css/
Dfde_cssdatatable.cpp88 FX_DWORD dwFontStyle = FX_FONTSTYLE_Normal; in FDE_CSSFontStyleToFDE() local
90 dwFontStyle |= FX_FONTSTYLE_Italic; in FDE_CSSFontStyleToFDE()
93 dwFontStyle |= FX_FONTSTYLE_Bold; in FDE_CSSFontStyleToFDE()
95 return dwFontStyle; in FDE_CSSFontStyleToFDE()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidgetacc.cpp1542 FX_DWORD dwFontStyle = 0; in GetFDEFont() local
1545 dwFontStyle |= FX_FONTSTYLE_Bold; in GetFDEFont()
1548 dwFontStyle |= FX_FONTSTYLE_Italic; in GetFDEFont()
1554 dwFontStyle); in GetFDEFont()