Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp229 if (GetFontStyles() == dwFontStyles) in Derive()
243 uint32_t CFGAS_GEFont::GetFontStyles() const { in GetFontStyles() function in CFGAS_GEFont
393 m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), wsFamily.c_str()); in GetGlyphIndex()
396 pFont = m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), nullptr); in GetGlyphIndex()
Dcfgas_gefont.h53 uint32_t GetFontStyles() const;
Dcfgas_fontmgr.cpp220 if (pSrcFont->GetFontStyles() == dwFontStyles) in LoadFont()
/external/pdfium/xfa/fde/
Dfde_gedevice.cpp132 if ((pFont->GetFontStyles() & FX_FONTSTYLE_Italic) != 0 && in DrawString()
151 uint32_t dwFontStyle = pFont->GetFontStyles(); in DrawString()