Searched refs:m_ParentMatrix (Results 1 – 6 of 6) sorted by relevance
14 : m_pDocument(pDoc), m_pPatternObj(pObj), m_ParentMatrix(parentMatrix) { in CPDF_Pattern()31 m_Pattern2Form = pDict->GetMatrixFor("Matrix") * m_ParentMatrix; in SetPatternToFormMatrix()
35 const CFX_Matrix& parent_matrix() const { return m_ParentMatrix; } in parent_matrix()48 const CFX_Matrix m_ParentMatrix; variable
30 m_ParentMatrix = src.m_ParentMatrix; in Copy()
29 CFX_Matrix m_ParentMatrix; variable
88 m_pParser->GetCurStates()->m_ParentMatrix = form_matrix; in CPDF_ContentParser()
1204 ->GetPattern(pPattern, bShading, m_pCurStates->m_ParentMatrix); in FindPattern()