Home
last modified time | relevance | path

Searched refs:GetCurStates (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_contentparser.cpp90 m_pParser->GetCurStates()->m_CTM = form_matrix; in CPDF_ContentParser()
91 m_pParser->GetCurStates()->m_ParentMatrix = form_matrix; in CPDF_ContentParser()
93 m_pParser->GetCurStates()->m_ClipPath.AppendPath(ClipPath, FXFILL_WINDING, in CPDF_ContentParser()
97 CPDF_GeneralState* pState = &m_pParser->GetCurStates()->m_GeneralState; in CPDF_ContentParser()
164 m_pParser->GetCurStates()->m_ColorState.SetDefault(); in Continue()
Dcpdf_contentparser.h36 const CPDF_AllStates* GetCurStates() const { in GetCurStates() function
37 return m_pParser ? m_pParser->GetCurStates() : nullptr; in GetCurStates()
Dcpdf_pageobjectholder.cpp44 if (m_pParser->GetCurStates()) in ContinueParse()
45 m_LastCTM = m_pParser->GetCurStates()->m_CTM; in ContinueParse()
Dcpdf_allstates.cpp106 m_GeneralState.SetSMaskMatrix(pParser->GetCurStates()->m_CTM); in ProcessExtGS()
Dcpdf_streamcontentparser.h50 CPDF_AllStates* GetCurStates() const { return m_pCurStates.get(); } in GetCurStates() function