Home
last modified time | relevance | path

Searched refs:m_Pattern2Form (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_pattern.h28 const CFX_Matrix& pattern_to_form() const { return m_Pattern2Form; } in pattern_to_form()
46 CFX_Matrix m_Pattern2Form; variable
H A Dcpdf_pattern.cpp36 m_Pattern2Form = pDict->GetMatrixFor("Matrix") * m_ParentMatrix; in SetPatternToFormMatrix()