Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp137 uint32_t CFGAS_GEFont::GetFontStyles() const { in GetFontStyles() function in CFGAS_GEFont
265 m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), wsFamily.c_str()); in GetGlyphIndexAndFont()
268 pFont = m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), nullptr); in GetGlyphIndexAndFont()
Dcfgas_gefont.h40 uint32_t GetFontStyles() const;
/external/pdfium/xfa/fde/
Dcfde_textout.cpp46 if (FontStyleIsItalic(pFont->GetFontStyles()) && !pFxFont->IsItalic()) { in DrawString()
57 uint32_t dwFontStyle = pFont->GetFontStyles(); in DrawString()