Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_contentparser.cpp87 m_pParser->GetCurStates()->m_CTM = form_matrix; in CPDF_ContentParser()
88 m_pParser->GetCurStates()->m_ParentMatrix = form_matrix; in CPDF_ContentParser()
90 m_pParser->GetCurStates()->m_ClipPath.AppendPath(ClipPath, FXFILL_WINDING, in CPDF_ContentParser()
94 CPDF_GeneralState* pState = &m_pParser->GetCurStates()->m_GeneralState; in CPDF_ContentParser()
192 m_pParser->GetCurStates()->m_ColorState.SetDefault(); in Parse()
Dcpdf_contentparser.h39 const CPDF_AllStates* GetCurStates() const { in GetCurStates() function
40 return m_pParser ? m_pParser->GetCurStates() : nullptr; in GetCurStates()
Dcpdf_pageobjectholder.cpp69 if (m_pParser->GetCurStates()) in ContinueParse()
70 m_LastCTM = m_pParser->GetCurStates()->m_CTM; in ContinueParse()
Dcpdf_allstates.cpp115 m_GeneralState.SetSMaskMatrix(pParser->GetCurStates()->m_CTM); in ProcessExtGS()
Dcpdf_streamcontentparser.h58 CPDF_AllStates* GetCurStates() const { return m_pCurStates.get(); } in GetCurStates() function