Home
last modified time | relevance | path

Searched refs:m_pFormFactory (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcpdf_type3font.cpp29 : CPDF_SimpleFont(pDocument, pFontDict), m_pFormFactory(pFormFactory) { in CPDF_Type3Font()
122 std::unique_ptr<CPDF_Font::FormIface> pForm = m_pFormFactory->CreateForm( in LoadChar()
Dcpdf_type3font.h60 UnownedPtr<FormFactoryIface> const m_pFormFactory; variable