Home | History | Annotate | Download | only in fpdf_page

Lines Matching refs:form_matrix

985     CFX_AffineMatrix form_matrix = pForm->m_pFormDict->GetMatrix(FX_BSTRC("Matrix"));
987 form_matrix.Concat(pGraphicStates->m_CTM);
996 ClipPath.Transform(&form_matrix);
1000 form_bbox.Transform(&form_matrix);
1010 m_pParser->m_pCurStates->m_CTM = form_matrix;
1011 m_pParser->m_pCurStates->m_ParentMatrix = form_matrix;