Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_iccprofile.h24 bool IsValid() const { return IsSRGB() || IsSupported(); } in IsValid()
25 bool IsSRGB() const { return m_bsRGB; } in IsSRGB() function
Dcpdf_colorspace.cpp168 bool IsSRGB() const { return m_pProfile->IsSRGB(); } in IsSRGB() function in __anoncf47c8730111::CPDF_ICCBasedCS
843 if (IsSRGB()) { in GetRGB()
881 if (IsSRGB()) { in TranslateImageLine()