HomeSort by relevance Sort by last modified time
    Searched refs:m_pFontSource (Results 1 - 6 of 6) sorted by null

  /external/pdfium/xfa/fxfa/
xfa_ffapp.h 75 std::unique_ptr<CFX_FontSourceEnum_File> m_pFontSource;
  /external/pdfium/xfa/fxfa/app/
xfa_ffapp.cpp 133 m_pFontSource = pdfium::MakeUnique<CFX_FontSourceEnum_File>();
134 m_pFDEFontMgr = CFGAS_FontMgr::Create(m_pFontSource.get());
  /external/pdfium/xfa/fwl/theme/
cfwl_widgettp.h 122 std::unique_ptr<CFX_FontSourceEnum_File> m_pFontSource;
cfwl_widgettp.cpp 290 m_pFontSource = pdfium::MakeUnique<CFX_FontSourceEnum_File>();
291 m_pFontMgr = CFGAS_FontMgr::Create(m_pFontSource.get());
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.h 243 CFX_FontSourceEnum_File* const m_pFontSource;
cfgas_fontmgr.cpp 573 : m_pFontSource(pFontEnum) {}
603 FX_POSITION pos = m_pFontSource->GetStartPosition();
605 CFX_RetainPtr<IFX_FileAccess> pFontSource = m_pFontSource->GetNext(pos);
    [all...]

Completed in 85 milliseconds