Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfapi/
Dfpdf_page.h155 void StartParse(CPDF_AllStates* pGraphicStates,
161 void ParseContent(CPDF_AllStates* pGraphicStates,
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser_old.cpp941 CPDF_AllStates* pGraphicStates, in Start() argument
950 if (pGraphicStates) { in Start()
951 form_matrix.Concat(pGraphicStates->m_CTM); in Start()
973 pParentMatrix, pForm, pResources, &form_bbox, pOptions, pGraphicStates, in Start()
Dfpdf_page.cpp923 void CPDF_Form::StartParse(CPDF_AllStates* pGraphicStates, in StartParse() argument
932 m_pParser->Start(this, pGraphicStates, pParentMatrix, pType3Char, pOptions, in StartParse()
936 void CPDF_Form::ParseContent(CPDF_AllStates* pGraphicStates, in ParseContent() argument
941 StartParse(pGraphicStates, pParentMatrix, pType3Char, pOptions, level); in ParseContent()
Dpageint.h284 CPDF_AllStates* pGraphicStates,