Searched refs:pGraphicStates (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_page.h | 155 void StartParse(CPDF_AllStates* pGraphicStates, 161 void ParseContent(CPDF_AllStates* pGraphicStates,
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_parser_old.cpp | 941 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()
|
D | fpdf_page.cpp | 923 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()
|
D | pageint.h | 284 CPDF_AllStates* pGraphicStates,
|