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

  /external/pdfium/core/fpdfapi/page/
cpdf_color.h 31 const CPDF_ColorSpace* GetColorSpace() const { return m_pCS; }
39 // |m_pBuffer| is created by |m_pCS|, so if it is non-null, then so is
40 // |m_pCS|.
42 CPDF_ColorSpace* m_pCS = nullptr;
cpdf_shadingpattern.h 58 CPDF_ColorSpace* GetCS() const { return m_pCS.Get(); }
74 // Still keep |m_pCS| as some CPDF_ColorSpace (name object) are not managed
76 UnownedPtr<CPDF_ColorSpace> m_pCS;
cpdf_meshstream.h 70 UnownedPtr<CPDF_ColorSpace> const m_pCS;

Completed in 643 milliseconds