Home
last modified time | relevance | path

Searched refs:SetMatrixFor (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_dictionary.h86 void SetMatrixFor(const ByteString& key, const CFX_Matrix& matrix);
Dcpdf_dictionary.cpp230 void CPDF_Dictionary::SetMatrixFor(const ByteString& key, in SetMatrixFor() function in CPDF_Dictionary
/external/pdfium/fpdfsdk/
Dfpdf_transformpage.cpp183 pDict->SetMatrixFor("Matrix", m); in FPDFPage_TransFormWithClip()
Dfpdfannot.cpp162 pStream->GetDict()->SetMatrixFor("Matrix", CFX_Matrix()); in SetForm()
/external/pdfium/core/fpdfdoc/
Dcpvt_generateap.cpp516 pStreamDict->SetMatrixFor("Matrix", CFX_Matrix()); in GenerateAndSetAPDict()
1044 pStreamDict->SetMatrixFor("Matrix", matrix); in GenerateFormAP()
1289 pStreamDict->SetMatrixFor("Matrix", matrix); in GenerateFormAP()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_appstream.cpp1944 pStreamDict->SetMatrixFor("Matrix", widget_->GetMatrix()); in Write()