Home
last modified time | relevance | path

Searched refs:ParseContentWithParams (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_form.cpp53 ParseContentWithParams(nullptr, nullptr, nullptr, nullptr); in ParseContent()
56 void CPDF_Form::ParseContentWithParams(CPDF_AllStates* pGraphicStates, in ParseContentWithParams() function in CPDF_Form
Dcpdf_form.h31 void ParseContentWithParams(CPDF_AllStates* pGraphicStates,
Dcpdf_tilingpattern.cpp52 m_pForm->ParseContentWithParams(nullptr, &matrix, nullptr, 0); in Load()
Dcpdf_streamcontentparser.cpp775 form->ParseContentWithParams(&status, nullptr, nullptr, m_ParsedSet.Get()); in AddForm()
/external/pdfium/core/fpdfapi/font/
Dcpdf_type3font.cpp118 pNewChar->form()->ParseContentWithParams(nullptr, nullptr, pNewChar.get(), 0); in LoadChar()