Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_textout.cpp60 uint32_t dwFontStyle = pFont->GetFontStyles(); in DrawString() local
63 SubstFxFont->m_Weight = FontStyleIsForceBold(dwFontStyle) ? 700 : 400; in DrawString()
64 SubstFxFont->m_ItalicAngle = FontStyleIsItalic(dwFontStyle) ? -12 : 0; in DrawString()
66 SubstFxFont->m_bItalicCJK = FontStyleIsItalic(dwFontStyle); in DrawString()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp3895 uint32_t dwFontStyle = 0; in GetFDEFont() local
3899 dwFontStyle |= FXFONT_FORCE_BOLD; in GetFDEFont()
3901 dwFontStyle |= FXFONT_ITALIC; in GetFDEFont()
3906 dwFontStyle); in GetFDEFont()