Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_form.cpp56 void CPDF_Form::ParseContent(const CPDF_AllStates* pGraphicStates, in ParseContent() argument
59 ParseContentInternal(pGraphicStates, pParentMatrix, nullptr, pParsedSet); in ParseContent()
66 void CPDF_Form::ParseContentInternal(const CPDF_AllStates* pGraphicStates, in ParseContentInternal() argument
80 this, pGraphicStates, pParentMatrix, pType3Char, pParsedSet)); in ParseContentInternal()
Dcpdf_form.h50 void ParseContent(const CPDF_AllStates* pGraphicStates,
57 void ParseContentInternal(const CPDF_AllStates* pGraphicStates,
Dcpdf_contentparser.cpp54 const CPDF_AllStates* pGraphicStates, in CPDF_ContentParser() argument
63 if (pGraphicStates) in CPDF_ContentParser()
64 form_matrix.Concat(pGraphicStates->m_CTM); in CPDF_ContentParser()
86 pGraphicStates, pParsedSet); in CPDF_ContentParser()
Dcpdf_contentparser.h33 const CPDF_AllStates* pGraphicStates,