Searched refs:pGraphicStates (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/include/fpdfapi/
H A Dfpdf_page.h224 void StartParse(CPDF_AllStates* pGraphicStates, CFX_AffineMatrix* pParentMatrix,
227 void ParseContent(CPDF_AllStates* pGraphicStates, CFX_AffineMatrix* pParentMatrix,
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_new.cpp640 void CPDF_ContentParser::Start(CPDF_Form* pForm, CPDF_AllStates* pGraphicStates, CFX_AffineMatrix* pParentMatrix, argument
647 if (pGraphicStates) {
648 form_matrix.Concat(pGraphicStates->m_CTM);
667 pResources, &form_bbox, pOptions, pGraphicStates, level);
H A Dfpdf_page_parser_old.cpp971 void CPDF_ContentParser::Start(CPDF_Form* pForm, CPDF_AllStates* pGraphicStates, argument
978 if (pGraphicStates) {
979 form_matrix.Concat(pGraphicStates->m_CTM);
1001 pResources, &form_bbox, pOptions, pGraphicStates, level);
H A Dfpdf_page.cpp964 void CPDF_Form::StartParse(CPDF_AllStates* pGraphicStates, CFX_AffineMatrix* pParentMatrix, argument
971 m_pParser->Start(this, pGraphicStates, pParentMatrix, pType3Char, pOptions, level);
974 void CPDF_Form::ParseContent(CPDF_AllStates* pGraphicStates, CFX_AffineMatrix* pParentMatrix, argument
977 StartParse(pGraphicStates, pParentMatrix, pType3Char, pOptions, level);
H A Dpageint.h331 void Start(CPDF_Form* pForm, CPDF_AllStates* pGraphicStates, CFX_AffineMatrix* pParentMatrix,

Completed in 307 milliseconds