Searched defs:GetSubstFont (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/font/
H A Dcpdf_font.h68 CFX_SubstFont* GetSubstFont() const { return m_Font.GetSubstFont(); } function in class:CPDF_Font
/external/pdfium/core/fxge/
H A Dcfx_font.h43 CFX_SubstFont* GetSubstFont() const { return m_pSubstFont.get(); } function in class:CFX_Font
H A Dcfx_folderfontinfo.cpp272 void* CFX_FolderFontInfo::GetSubstFont(const ByteString& face) { function in class:CFX_FolderFontInfo
/external/pdfium/xfa/fgas/font/
H A Dcfgas_gefont.cpp129 if (!m_pFont->GetSubstFont() ||
130 m_pFont->GetSubstFont()->m_Family.GetLength() == 0) {
134 m_pFont->GetSubstFont()->m_Family.AsStringView());
143 auto* pSubstFont = m_pFont->GetSubstFont();
292 RetainPtr<CFGAS_GEFont> CFGAS_GEFont::GetSubstFont(int32_t iGlyphIndex) { function in class:CFGAS_GEFont

Completed in 939 milliseconds