Home
last modified time | relevance | path

Searched refs:GetMatrixFor (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_pattern.cpp31 m_Pattern2Form = pDict->GetMatrixFor("Matrix") * m_ParentMatrix; in SetPatternToFormMatrix()
Dcpdf_contentparser.cpp62 CFX_Matrix form_matrix = pForm->GetDict()->GetMatrixFor("Matrix"); in CPDF_ContentParser()
/external/pdfium/core/fpdfdoc/
Dcpdf_icon.cpp30 return pDict->GetMatrixFor("Matrix"); in GetImageMatrix()
Dcpdf_annot.cpp50 CFX_Matrix form_matrix = pForm->GetDict()->GetMatrixFor("Matrix"); in AnnotGetMatrix()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_dictionary.h68 CFX_Matrix GetMatrixFor(const ByteString& key) const;
Dcpdf_dictionary.cpp187 CFX_Matrix CPDF_Dictionary::GetMatrixFor(const ByteString& key) const { in GetMatrixFor() function in CPDF_Dictionary
/external/pdfium/fpdfsdk/
Dfpdf_transformpage.cpp282 pDict->SetMatrixFor("Matrix", pDict->GetMatrixFor("Matrix") * m); in FPDFPage_TransFormWithClip()
Dfpdf_flatten.cpp407 CFX_Matrix matrix = pAPDict->GetMatrixFor("Matrix"); in FPDFPage_Flatten()
/external/pdfium/core/fpdfapi/render/
Dcpdf_rendershading.cpp276 CFX_Matrix mtDomain2Target = pDict->GetMatrixFor("Matrix"); in DrawFuncShading()