Home
last modified time | relevance | path

Searched refs:pGraphicStates (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_form.cpp62 void CPDF_Form::ParseContent(const CPDF_AllStates* pGraphicStates, in ParseContent() argument
65 ParseContentInternal(pGraphicStates, pParentMatrix, nullptr, pParsedSet); in ParseContent()
72 void CPDF_Form::ParseContentInternal(const CPDF_AllStates* pGraphicStates, in ParseContentInternal() argument
81 GetStream(), this, pGraphicStates, pParentMatrix, pType3Char, in ParseContentInternal()
Dcpdf_form.h49 void ParseContent(const CPDF_AllStates* pGraphicStates,
56 void ParseContentInternal(const CPDF_AllStates* pGraphicStates,
Dcpdf_contentparser.cpp61 const CPDF_AllStates* pGraphicStates, in CPDF_ContentParser() argument
71 if (pGraphicStates) in CPDF_ContentParser()
72 form_matrix.Concat(pGraphicStates->m_CTM); in CPDF_ContentParser()
97 m_pPageObjectHolder, std::move(pResources), form_bbox, pGraphicStates, in CPDF_ContentParser()
Dcpdf_contentparser.h36 const CPDF_AllStates* pGraphicStates,