Searched refs:pGraphicStates (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_form.cpp | 34 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()
|
D | cpdf_contentparser.cpp | 57 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()
|
D | cpdf_form.h | 31 void ParseContentWithParams(CPDF_AllStates* pGraphicStates, 37 void StartParse(CPDF_AllStates* pGraphicStates,
|
D | cpdf_contentparser.h | 30 CPDF_AllStates* pGraphicStates,
|