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

  /external/pdfium/core/fxge/
cfx_fontmapper.h 25 IFX_SystemFontInfo* GetSystemFontInfo() { return m_pFontInfo.get(); }
81 std::unique_ptr<IFX_SystemFontInfo> m_pFontInfo;
  /external/pdfium/fpdfsdk/
fpdf_sysfontinfo.cpp 112 IFX_SystemFontInfo* m_pFontInfo;
118 delete pDefault->m_pFontInfo;
123 pDefault->m_pFontInfo->EnumFontList((CFX_FontMapper*)pMapper);
134 return pDefault->m_pFontInfo->MapFont(weight, !!bItalic, charset,
140 return pDefault->m_pFontInfo->GetFont(family);
149 return pDefault->m_pFontInfo->GetFontData(hFont, table, buffer, buf_size);
158 if (!pDefault->m_pFontInfo->GetFaceName(hFont, name))
169 if (!pDefault->m_pFontInfo->GetFontCharset(hFont, charset))
176 pDefault->m_pFontInfo->DeleteFont(hFont);
196 pFontInfoExt->m_pFontInfo = pFontInfo.release()
    [all...]

Completed in 175 milliseconds