Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
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/core/fpdfapi/font/
Dcpdf_font.h68 CFX_SubstFont* GetSubstFont() const { return m_Font.GetSubstFont(); } in GetSubstFont() function
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp292 RetainPtr<CFGAS_GEFont> CFGAS_GEFont::GetSubstFont(int32_t iGlyphIndex) { in GetSubstFont() function in CFGAS_GEFont