Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_pattern.cpp20 m_Pattern2Form = pDict->GetMatrixFor("Matrix"); in SetPatternToFormMatrix()
Dcpdf_contentparser.cpp64 CFX_Matrix form_matrix = pForm->m_pFormDict->GetMatrixFor("Matrix"); in CPDF_ContentParser()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_icon.cpp36 return pDict->GetMatrixFor("Matrix"); in GetImageMatrix()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_dictionary.h57 CFX_Matrix GetMatrixFor(const ByteString& key) const;
Dcpdf_dictionary.cpp158 CFX_Matrix CPDF_Dictionary::GetMatrixFor(const ByteString& key) const { in GetMatrixFor() function in CPDF_Dictionary
/external/pdfium/core/fpdfdoc/
Dcpdf_formcontrol.cpp174 CFX_Matrix form_matrix = pStream->GetDict()->GetMatrixFor("Matrix"); in DrawControl()
Dcpdf_annot.cpp55 CFX_Matrix form_matrix = pForm->m_pFormDict->GetMatrixFor("Matrix"); in AnnotGetMatrix()
/external/pdfium/fpdfsdk/
Dfpdf_transformpage.cpp180 CFX_Matrix m = pDict->GetMatrixFor("Matrix"); in FPDFPage_TransFormWithClip()
Dfpdf_flatten.cpp399 CFX_Matrix matrix = pAPDic->GetMatrixFor("Matrix"); in FPDFPage_Flatten()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp336 CFX_Matrix mtDomain2Target = pDict->GetMatrixFor("Matrix"); in DrawFuncShading()