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

  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.h 40 class CFGAS_FontMgr;
88 class CFGAS_FontMgr {
90 static std::unique_ptr<CFGAS_FontMgr> Create(FX_LPEnumAllFonts pEnumerator);
92 explicit CFGAS_FontMgr(FX_LPEnumAllFonts pEnumerator);
93 ~CFGAS_FontMgr();
187 class CFGAS_FontMgr {
189 static std::unique_ptr<CFGAS_FontMgr> Create(
192 explicit CFGAS_FontMgr(CFX_FontSourceEnum_File* pFontEnum);
193 ~CFGAS_FontMgr();
cfgas_fontmgr.cpp 7 #include "xfa/fgas/font/cfgas_fontmgr.h"
100 std::unique_ptr<CFGAS_FontMgr> CFGAS_FontMgr::Create(
102 return pdfium::MakeUnique<CFGAS_FontMgr>(pEnumerator);
105 CFGAS_FontMgr::CFGAS_FontMgr(FX_LPEnumAllFonts pEnumerator)
111 CFGAS_FontMgr::~CFGAS_FontMgr() {}
113 CFX_RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::GetFontByCodePage(
143 CFX_RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::GetFontByUnicode
    [all...]

Completed in 192 milliseconds