Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp140 uint32_t CFGAS_GEFont::GetFontStyles() const { in GetFontStyles() function in CFGAS_GEFont
255 m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), wsFamily.c_str()); in GetGlyphIndexAndFont()
258 pFont = m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), nullptr); in GetGlyphIndexAndFont()
Dcfgas_gefont.h47 uint32_t GetFontStyles() const;
/external/pdfium/xfa/fde/
Dcfde_textout.cpp51 if (FontStyleIsItalic(pFont->GetFontStyles()) && !pFxFont->IsItalic()) { in DrawString()
60 uint32_t dwFontStyle = pFont->GetFontStyles(); in DrawString()