HomeSort by relevance Sort by last modified time
    Searched refs:m_Pattern2Form (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_pattern.h 29 CFX_Matrix* pattern_to_form() { return &m_Pattern2Form; }
41 CFX_Matrix m_Pattern2Form;
cpdf_tilingpattern.cpp 20 m_Pattern2Form = pDict->GetMatrixFor("Matrix");
22 m_Pattern2Form.Concat(parentMatrix);
cpdf_shadingpattern.cpp 45 m_Pattern2Form = pDict->GetMatrixFor("Matrix");
47 m_Pattern2Form.Concat(parentMatrix);

Completed in 663 milliseconds