Home
last modified time | relevance | path

Searched refs:GetSubstFont (Results 1 – 17 of 17) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_glyphcache.cpp75 if (pFont->GetSubstFont()) { in GenKey()
77 anti_alias, pFont->GetSubstFont()->m_Weight, in GenKey()
78 pFont->GetSubstFont()->m_ItalicAngle, in GenKey()
85 if (pFont->GetSubstFont()) { in GenKey()
87 anti_alias, pFont->GetSubstFont()->m_Weight, in GenKey()
88 pFont->GetSubstFont()->m_ItalicAngle, in GenKey()
119 const CFX_SubstFont* pSubstFont = pFont->GetSubstFont(); in RenderGlyph()
143 pFont->GetSubstFont()->m_Weight); in RenderGlyph()
232 const auto* pSubstFont = pFont->GetSubstFont(); in LoadGlyphPath()
Dcfx_unicodeencoding.cpp27 if (m_pFont->GetSubstFont() && in GlyphFromCharCode()
28 m_pFont->GetSubstFont()->m_Charset == FX_CHARSET_Symbol) { in GlyphFromCharCode()
Dcfx_folderfontinfo.h64 void* GetSubstFont(const ByteString& face);
Dfx_ge_linux.cpp96 void* font = GetSubstFont(family); in MapFont()
Dcfx_font.h58 CFX_SubstFont* GetSubstFont() const { return m_pSubstFont.get(); } in GetSubstFont() function
Dcfx_folderfontinfo.cpp283 void* CFX_FolderFontInfo::GetSubstFont(const ByteString& face) { in GetSubstFont() function in CFX_FolderFontInfo
Dcfx_font.cpp302 CFX_SubstFont* subst_font = GetSubstFont(); in GetSubstFontItalicAngle()
/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp115 if (!bBold && pFont->GetSubstFont() && in DrawDeviceText()
116 pFont->GetSubstFont()->m_Weight >= 500 && in DrawDeviceText()
117 pFont->GetSubstFont()->m_Weight <= 600) { in DrawDeviceText()
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp133 CFX_SubstFont* subst_font = m_pFont->GetSubstFont(); in GetFamilyName()
146 auto* pSubstFont = m_pFont->GetSubstFont(); in GetFontStyles()
282 RetainPtr<CFGAS_GEFont> CFGAS_GEFont::GetSubstFont(int32_t iGlyphIndex) { in GetSubstFont() function in CFGAS_GEFont
Dcfgas_gefont.h56 RetainPtr<CFGAS_GEFont> GetSubstFont(int32_t iGlyphIndex);
/external/pdfium/core/fpdfapi/font/
Dcpdf_font.h99 CFX_SubstFont* GetSubstFont() const { return m_Font.GetSubstFont(); } in GetSubstFont() function
/external/pdfium/core/fpdfapi/render/
Dcpdf_charposlist.cpp90 !pCurrentFont->GetSubstFont()->m_bFlagMM) { in CPDF_CharPosList()
/external/pdfium/core/fpdfdoc/
Dcba_fontmap.cpp177 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont()) { in Initialize()
244 const CFX_SubstFont* pSubst = pFont->GetSubstFont(); in FindResFontSameCharset()
Dcpdf_interactiveform.cpp173 CFX_SubstFont* pSubst = pFind->GetSubstFont(); in GetNativeFont()
/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.cpp515 if (pFont->GetSubstFont()) { in AddFont()
516 nStemV = pFont->GetSubstFont()->m_Weight / 5; in AddFont()
/external/pdfium/xfa/fde/
Dcfde_textout.cpp75 pFont->GetSubstFont(static_cast<int32_t>(pos.m_GlyphIndex)); in DrawString()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp461 void* font = GetSubstFont(cstr_face); in MapFont()