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

  /external/pdfium/core/fpdfapi/page/
cpdf_iccprofile.h 24 bool IsValid() const { return IsSRGB() || IsSupported(); }
25 bool IsSRGB() const { return m_bsRGB; }
cpdf_colorspace.cpp 168 bool IsSRGB() const { return m_pProfile->IsSRGB(); }
843 if (IsSRGB()) {
881 if (IsSRGB()) {
    [all...]

Completed in 99 milliseconds