Searched refs:GetMatrix (Results 1 - 20 of 20) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_pattern.cpp17 m_Pattern2Form = pDict->GetMatrix(FX_BSTRC("Matrix"));
60 m_Pattern2Form = pDict->GetMatrix(FX_BSTRC("Matrix"));
H A Dfpdf_page_graph_state.cpp324 FX_FLOAT* pMatrix = GetMatrix();
331 FX_FLOAT* pMatrix = GetMatrix();
338 FX_FLOAT* m_Matrix = GetMatrix();
343 FX_FLOAT* m_Matrix = GetMatrix();
H A Dfpdf_page_parser_new.cpp646 CFX_AffineMatrix form_matrix = pForm->m_pFormDict->GetMatrix(FX_BSTRC("Matrix"));
H A Dfpdf_page.cpp223 FX_FLOAT* pTextMatrix = m_TextState.GetMatrix();
562 FX_FLOAT* pTextMatrix = m_TextState.GetMatrix();
H A Dfpdf_page_parser_old.cpp977 CFX_AffineMatrix form_matrix = pForm->m_pFormDict->GetMatrix(FX_BSTRC("Matrix"));
/external/pdfium/fpdfsdk/src/
H A Dfpdf_flatten.cpp275 CFX_AffineMatrix GetMatrix(CPDF_Rect rcAnnot, CPDF_Rect rcStream, CFX_AffineMatrix matrix) function
498 CFX_AffineMatrix matrix = pAPDic->GetMatrix("Matrix");
549 CFX_AffineMatrix m = GetMatrix(rcAnnot, rcStream, matrix);
H A Dfsdk_baseform.cpp658 WriteAppearance("N", GetRotatedRect(), GetMatrix(), csAP);
677 WriteAppearance("R", GetRotatedRect(), GetMatrix(), csAP);
708 WriteAppearance("D", GetRotatedRect(), GetMatrix(), csAP);
840 WriteAppearance("N", GetRotatedRect(), GetMatrix(), csAP_N_ON, pControl->GetCheckedAPState());
841 WriteAppearance("N", GetRotatedRect(), GetMatrix(), csAP_N_OFF, "Off");
843 WriteAppearance("D", GetRotatedRect(), GetMatrix(), csAP_D_ON, pControl->GetCheckedAPState());
844 WriteAppearance("D", GetRotatedRect(), GetMatrix(), csAP_D_OFF, "Off");
1018 WriteAppearance("N", GetRotatedRect(), GetMatrix(), csAP_N_ON, pControl->GetCheckedAPState());
1019 WriteAppearance("N", GetRotatedRect(), GetMatrix(), csAP_N_OFF, "Off");
1021 WriteAppearance("D", GetRotatedRect(), GetMatrix(), csAP_D_O
1453 CPDF_Matrix CPDFSDK_Widget::GetMatrix() const function in class:CPDFSDK_Widget
[all...]
H A Dfpdf_transformpage.cpp178 CFX_AffineMatrix m = pDict->GetMatrix(FX_BSTRC("Matrix"));
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Icon.cpp87 return pDict->GetMatrix("Matrix");
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_objects.h340 CFX_AffineMatrix GetMatrix();
465 CFX_AffineMatrix GetMatrix(FX_BSTR key) const;
H A Dfpdf_pageobj.h251 FX_FLOAT* GetMatrix() const function in class:CPDF_TextState
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Drender_int.h269 CFX_AffineMatrix* GetMatrix() function in class:CPDF_ScaledRenderBuffer
312 const CFX_AffineMatrix* GetMatrix() const function in class:CPDF_DeviceBuffer
H A Dfpdf_render.cpp482 matrix.Concat(*buffer.GetMatrix());
492 status.Initialize(m_Level + 1, m_pContext, buffer.GetDevice(), buffer.GetMatrix(), NULL, NULL, NULL, &m_Options, m_Transparency, m_bDropObjects, pFormResource);
H A Dfpdf_render_pattern.cpp240 CFX_AffineMatrix mtDomain2Target = pDict->GetMatrix(FX_BSTRC("Matrix"));
769 FinalMatrix.Concat(*buffer.GetMatrix());
/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseform.h139 CPDF_Matrix GetMatrix() const;
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp429 CFX_AffineMatrix CPDF_Array::GetMatrix() function in class:CPDF_Array
779 CFX_AffineMatrix CPDF_Dictionary::GetMatrix(FX_BSTR key) const function in class:CPDF_Dictionary
784 matrix = pArray->GetMatrix();
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_annot.cpp242 CFX_Matrix form_matrix = pForm->m_pFormDict->GetMatrix(FX_BSTRC("Matrix"));
H A Ddoc_formcontrol.cpp161 CFX_AffineMatrix form_matrix = pStream->GetDict()->GetMatrix("Matrix");
/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp981 FX_FLOAT* pmatrix = pTextObj->m_TextState.GetMatrix();
1495 FX_FLOAT* pmatrix = pTextObj->m_TextState.GetMatrix();
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp1636 m_FontMatrix = pMatrix->GetMatrix();

Completed in 1614 milliseconds