Searched refs:pGraphicStates (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_form.cpp | 62 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()
|
D | cpdf_form.h | 49 void ParseContent(const CPDF_AllStates* pGraphicStates, 56 void ParseContentInternal(const CPDF_AllStates* pGraphicStates,
|
D | cpdf_contentparser.cpp | 61 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()
|
D | cpdf_contentparser.h | 36 const CPDF_AllStates* pGraphicStates,
|