Searched refs:form_matrix (Results 1 – 3 of 3) sorted by relevance
79 CFX_Matrix form_matrix = pForm->m_pFormDict->GetMatrixFor("Matrix"); in Start() local81 form_matrix.Concat(pGraphicStates->m_CTM); in Start()90 ClipPath.Transform(&form_matrix); in Start()94 form_matrix.TransformRect(form_bbox); in Start()103 m_pParser->GetCurStates()->m_CTM = form_matrix; in Start()104 m_pParser->GetCurStates()->m_ParentMatrix = form_matrix; in Start()
175 CFX_Matrix form_matrix = pStream->GetDict()->GetMatrixFor("Matrix"); in DrawControl() local176 form_matrix.TransformRect(form_bbox); in DrawControl()
55 CFX_Matrix form_matrix = pForm->m_pFormDict->GetMatrixFor("Matrix"); in AnnotGetMatrix() local56 form_matrix.TransformRect(form_bbox); in AnnotGetMatrix()