Searched defs:GetFontStyles (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fgas/src/font/
H A Dfx_gdifont.h46 virtual FX_DWORD GetFontStyles() const { return m_dwStyles; } function in class:CFX_GdiFont
H A Dfx_gefont.cpp342 if (GetFontStyles() == dwFontStyles) {
367 FX_DWORD CFX_GEFont::GetFontStyles() const { function in class:CFX_GEFont
530 wUnicode, GetFontStyles(), (const FX_WCHAR*)wsFamily);
532 IFX_Font* pFont = m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(),
535 pFont = m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), NULL);
/external/pdfium/xfa/src/fdp/src/css/
H A Dfde_cssstyleselector.h388 virtual IFDE_CSSFontStyle* GetFontStyles() const { function in class:CFDE_CSSComputedStyle

Completed in 1232 milliseconds