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 26 IFX_SystemFontInfo* GetSystemFontInfo() { return m_pFontInfo.get(); }
80 std::unique_ptr<IFX_SystemFontInfo> m_pFontInfo;
  /external/pdfium/fpdfsdk/
fpdf_sysfontinfo.cpp 129 UnownedPtr<IFX_SystemFontInfo> m_pFontInfo;
134 delete pDefault->m_pFontInfo.Release();
139 pDefault->m_pFontInfo->EnumFontList((CFX_FontMapper*)pMapper);
150 return pDefault->m_pFontInfo->MapFont(weight, !!bItalic, charset,
156 return pDefault->m_pFontInfo->GetFont(family);
165 return pDefault->m_pFontInfo->GetFontData(hFont, table, buffer, buf_size);
174 if (!pDefault->m_pFontInfo->GetFaceName(hFont, &name))
187 if (!pDefault->m_pFontInfo->GetFontCharset(hFont, &charset))
194 pDefault->m_pFontInfo->DeleteFont(hFont);
214 pFontInfoExt->m_pFontInfo = pFontInfo.release()
    [all...]

Completed in 209 milliseconds