Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_form.cpp34 void CPDF_Form::StartParse(CPDF_AllStates* pGraphicStates, in StartParse() argument
48 this, pGraphicStates, pParentMatrix, pType3Char, parsedSet); in StartParse()
56 void CPDF_Form::ParseContentWithParams(CPDF_AllStates* pGraphicStates, in ParseContentWithParams() argument
60 StartParse(pGraphicStates, pParentMatrix, pType3Char, parsedSet); in ParseContentWithParams()
Dcpdf_contentparser.cpp57 CPDF_AllStates* pGraphicStates, in CPDF_ContentParser() argument
65 if (pGraphicStates) in CPDF_ContentParser()
66 form_matrix.Concat(pGraphicStates->m_CTM); in CPDF_ContentParser()
89 pGraphicStates, parsedSet); in CPDF_ContentParser()
Dcpdf_form.h31 void ParseContentWithParams(CPDF_AllStates* pGraphicStates,
37 void StartParse(CPDF_AllStates* pGraphicStates,
Dcpdf_contentparser.h30 CPDF_AllStates* pGraphicStates,