Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_textout.cpp57 uint32_t dwFontStyle = pFont->GetFontStyles(); in DrawString() local
60 SubstFxFont->m_Weight = FontStyleIsBold(dwFontStyle) ? 700 : 400; in DrawString()
61 SubstFxFont->m_ItalicAngle = FontStyleIsItalic(dwFontStyle) ? -12 : 0; in DrawString()
63 SubstFxFont->m_bItalicCJK = FontStyleIsItalic(dwFontStyle); in DrawString()
/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.cpp1447 uint32_t dwFontStyle = 0; in GetFDEFont() local
1451 dwFontStyle |= FXFONT_BOLD; in GetFDEFont()
1453 dwFontStyle |= FXFONT_ITALIC; in GetFDEFont()
1458 dwFontStyle); in GetFDEFont()