Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_facecache.cpp87 const CFX_SubstFont* pSubstFont = pFont->GetSubstFont(); in RenderGlyph()
111 pFont->GetSubstFont()->m_Weight); in RenderGlyph()
200 const auto* pSubstFont = pFont->GetSubstFont(); in LoadGlyphPath()
231 if (pFont->GetSubstFont()) { in LoadGlyphBitmap()
233 anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap()
234 pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical()); in LoadGlyphBitmap()
241 if (pFont->GetSubstFont()) { in LoadGlyphBitmap()
243 anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap()
244 pFont->GetSubstFont()->m_ItalicAngle, in LoadGlyphBitmap()
251 if (pFont->GetSubstFont()) { in LoadGlyphBitmap()
[all …]
Dcfx_unicodeencoding.cpp26 if (m_pFont->GetSubstFont() && in GlyphFromCharCode()
27 m_pFont->GetSubstFont()->m_Charset == FX_CHARSET_Symbol) { in GlyphFromCharCode()
Dcfx_folderfontinfo.h71 void* GetSubstFont(const ByteString& face);
Dfx_ge_linux.cpp87 void* font = GetSubstFont(cstr_face); in MapFont()
Dcfx_font.h43 CFX_SubstFont* GetSubstFont() const { return m_pSubstFont.get(); } in GetSubstFont() function
Dcfx_folderfontinfo.cpp272 void* CFX_FolderFontInfo::GetSubstFont(const ByteString& face) { in GetSubstFont() function in CFX_FolderFontInfo
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp129 if (!m_pFont->GetSubstFont() || in GetFamilyName()
130 m_pFont->GetSubstFont()->m_Family.GetLength() == 0) { in GetFamilyName()
134 m_pFont->GetSubstFont()->m_Family.AsStringView()); in GetFamilyName()
143 auto* pSubstFont = m_pFont->GetSubstFont(); in GetFontStyles()
292 RetainPtr<CFGAS_GEFont> CFGAS_GEFont::GetSubstFont(int32_t iGlyphIndex) { in GetSubstFont() function in CFGAS_GEFont
Dcfgas_gefont.h49 RetainPtr<CFGAS_GEFont> GetSubstFont(int32_t iGlyphIndex);
/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp113 if (!bBold && pFont->GetSubstFont() && in DrawDeviceText()
114 pFont->GetSubstFont()->m_Weight >= 500 && in DrawDeviceText()
115 pFont->GetSubstFont()->m_Weight <= 600) { in DrawDeviceText()
/external/pdfium/fpdfsdk/formfiller/
Dcba_fontmap.cpp50 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont()) { in Initialize()
81 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont()) in SetDefaultFont()
137 const CFX_SubstFont* pSubst = pFont->GetSubstFont(); in FindResFontSameCharset()
/external/pdfium/core/fpdfapi/font/
Dcpdf_font.h68 CFX_SubstFont* GetSubstFont() const { return m_Font.GetSubstFont(); } in GetSubstFont() function
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp925 pFont->GetSubstFont() ? pFont->GetSubstFont()->m_ItalicAngle : 0; in AddFont()
934 if (pFont->GetSubstFont()) { in AddFont()
935 nStemV = pFont->GetSubstFont()->m_Weight / 5; in AddFont()
/external/pdfium/core/fpdfapi/render/
Dcpdf_charposlist.cpp71 !pCurrentFont->GetSubstFont()->m_bFlagMM) { in Load()
/external/pdfium/xfa/fde/
Dcfde_textout.cpp72 pFont->GetSubstFont(static_cast<int32_t>(pCharPos->m_GlyphIndex)); in DrawString()
/external/pdfium/core/fpdfdoc/
Dcpdf_interform.cpp154 CFX_SubstFont* pSubst = pFind->GetSubstFont(); in GetNativeFont()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp478 void* font = GetSubstFont(cstr_face); in MapFont()