Searched refs:expected_components (Results 1 – 3 of 3) sorted by relevance
24 uint32_t expected_components) in CPDF_IccProfile() argument26 m_bsRGB(expected_components == 3 && DetectSRGB(m_pStreamAcc->GetSpan())) { in CPDF_IccProfile()39 if (components != expected_components) { in CPDF_IccProfile()
41 uint32_t expected_components);
427 const int expected_components = pProfileStream->GetDict()->GetIntegerFor("N"); in GetIccProfile() local428 CHECK(fxcodec::IccTransform::IsValidIccComponents(expected_components)); in GetIccProfile()434 expected_components); in GetIccProfile()443 pdfium::MakeRetain<CPDF_IccProfile>(pAccessor, expected_components); in GetIccProfile()