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