Searched refs:GetCurStates (Results 1 – 5 of 5) sorted by relevance
87 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()
39 const CPDF_AllStates* GetCurStates() const { in GetCurStates() function40 return m_pParser ? m_pParser->GetCurStates() : nullptr; in GetCurStates()
69 if (m_pParser->GetCurStates()) in ContinueParse()70 m_LastCTM = m_pParser->GetCurStates()->m_CTM; in ContinueParse()
115 m_GeneralState.SetSMaskMatrix(pParser->GetCurStates()->m_CTM); in ProcessExtGS()
58 CPDF_AllStates* GetCurStates() const { return m_pCurStates.get(); } in GetCurStates() function