HomeSort by relevance Sort by last modified time
    Searched defs:GetSubstFont (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fpdfapi/font/
cpdf_font.h 64 CFX_SubstFont* GetSubstFont() const { return m_Font.GetSubstFont(); }
  /external/pdfium/xfa/fgas/font/
cfgas_gefont.cpp 108 CFX_SubstFont* pSubst = m_pFont->GetSubstFont();
235 if (!m_pFont->GetSubstFont() ||
236 m_pFont->GetSubstFont()->m_Family.GetLength() == 0) {
240 m_pFont->GetSubstFont()->m_Family.AsStringC());
251 auto* pSubstFont = m_pFont->GetSubstFont();
420 CFX_RetainPtr<CFGAS_GEFont> CFGAS_GEFont::GetSubstFont(int32_t iGlyphIndex) {
  /external/pdfium/core/fxge/ge/
cfx_folderfontinfo.cpp 265 void* CFX_FolderFontInfo::GetSubstFont(const CFX_ByteString& face) {
  /external/pdfium/core/fxge/
fx_font.h 116 CFX_SubstFont* GetSubstFont() const { return m_pSubstFont.get(); }

Completed in 315 milliseconds