Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_facecache.cpp109 const CFX_SubstFont* pSubstFont = pFont->GetSubstFont(); in RenderGlyph()
133 pFont->GetSubstFont()->m_Weight); in RenderGlyph()
235 auto* pSubstFont = pFont->GetSubstFont(); in LoadGlyphPath()
273 if (pFont->GetSubstFont()) { in LoadGlyphBitmap()
275 anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap()
276 pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical()); in LoadGlyphBitmap()
283 if (pFont->GetSubstFont()) { in LoadGlyphBitmap()
285 anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap()
286 pFont->GetSubstFont()->m_ItalicAngle, in LoadGlyphBitmap()
293 if (pFont->GetSubstFont()) { in LoadGlyphBitmap()
[all …]
Dcfx_unicodeencoding.cpp24 if (m_pFont->GetSubstFont() && in GlyphFromCharCode()
25 m_pFont->GetSubstFont()->m_Charset == FXFONT_SYMBOL_CHARSET) { in GlyphFromCharCode()
Dcfx_folderfontinfo.h54 void* GetSubstFont(const CFX_ByteString& face);
Dfx_ge_linux.cpp86 void* font = GetSubstFont(cstr_face); in MapFont()
Dcfx_folderfontinfo.cpp265 void* CFX_FolderFontInfo::GetSubstFont(const CFX_ByteString& face) { in GetSubstFont() function in CFX_FolderFontInfo
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp108 CFX_SubstFont* pSubst = m_pFont->GetSubstFont(); in CFGAS_GEFont()
235 if (!m_pFont->GetSubstFont() || in GetFamilyName()
236 m_pFont->GetSubstFont()->m_Family.GetLength() == 0) { in GetFamilyName()
240 m_pFont->GetSubstFont()->m_Family.AsStringC()); in GetFamilyName()
251 auto* pSubstFont = m_pFont->GetSubstFont(); in GetFontStyles()
420 CFX_RetainPtr<CFGAS_GEFont> CFGAS_GEFont::GetSubstFont(int32_t iGlyphIndex) { in GetSubstFont() function in CFGAS_GEFont
Dcfgas_gefont.h60 CFX_RetainPtr<CFGAS_GEFont> GetSubstFont(int32_t iGlyphIndex);
/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp111 if (!bBold && pFont->GetSubstFont() && in DrawDeviceText()
112 pFont->GetSubstFont()->m_Weight >= 500 && in DrawDeviceText()
113 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.h64 CFX_SubstFont* GetSubstFont() const { return m_Font.GetSubstFont(); } in GetSubstFont() function
Dcpdf_cidfont.cpp396 if (m_pFontFile || (GetSubstFont()->m_SubstFlags & FXFONT_SUBST_EXACT)) { in Load()
/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/fxge/
Dfx_font.h116 CFX_SubstFont* GetSubstFont() const { return m_pSubstFont.get(); } in GetSubstFont() function
/external/pdfium/xfa/fde/
Dfde_gedevice.cpp162 pSTFont = pFont->GetSubstFont((int32_t)pCP->m_GlyphIndex); in DrawString()
/external/pdfium/core/fpdfdoc/
Dcpdf_interform.cpp156 CFX_SubstFont* pSubst = pFind->GetSubstFont(); in GetNativeFont()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp481 void* font = GetSubstFont(cstr_face); in MapFont()