Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/font/
Dfx_gefont.cpp342 if (GetFontStyles() == dwFontStyles) { in Derive()
367 FX_DWORD CFX_GEFont::GetFontStyles() const { in GetFontStyles() function in CFX_GEFont
530 wUnicode, GetFontStyles(), (const FX_WCHAR*)wsFamily); in GetGlyphIndex()
532 IFX_Font* pFont = m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), in GetGlyphIndex()
535 pFont = m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), NULL); in GetGlyphIndex()
Dfx_gefont.h31 virtual FX_DWORD GetFontStyles() const;
Dfx_gdifont.h46 virtual FX_DWORD GetFontStyles() const { return m_dwStyles; } in GetFontStyles() function
Dfx_stdfontmgr.cpp256 if (pSrcFont->GetFontStyles() == dwFontStyles) { in LoadFont()
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gedevice.cpp146 if ((pFont->GetFontStyles() & FX_FONTSTYLE_Italic) != 0 && in DrawString()
164 FX_DWORD dwFontStyle = pFont->GetFontStyles(); in DrawString()
/external/pdfium/xfa/src/fgas/include/
Dfx_fnt.h72 virtual FX_DWORD GetFontStyles() const = 0;
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.cpp136 IFDE_CSSFontStyle* pFontStyle = pStyle->GetFontStyles(); in CreateRootStyle()
370 IFDE_CSSFontStyle* pFontStyle = pStyle->GetFontStyles(); in GetFont()
391 return pStyle->GetFontStyles()->GetFontSize(); in GetFontSize()
482 return pStyle->GetFontStyles()->GetColor(); in GetColor()
/external/pdfium/xfa/src/fdp/include/
Dfde_css.h1018 virtual IFDE_CSSFontStyle* GetFontStyles() const = 0;
/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstyleselector.h388 virtual IFDE_CSSFontStyle* GetFontStyles() const { in GetFontStyles() function