Home
last modified time | relevance | path

Searched refs:CreateTransformSRGB (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/testing/fuzzers/
Dpdf_codec_icc_fuzzer.cc12 IccModule::CreateTransformSRGB(pdfium::make_span(data, size)); in LLVMFuzzerTestOneInput()
/external/pdfium/core/fpdfapi/page/
Dcpdf_iccprofile.cpp29 m_Transform = IccModule::CreateTransformSRGB(span); in CPDF_IccProfile()
/external/pdfium/core/fxcodec/icc/
Diccmodule.h47 static std::unique_ptr<CLcmsCmm> CreateTransformSRGB(
Diccmodule.cpp53 std::unique_ptr<CLcmsCmm> IccModule::CreateTransformSRGB( in CreateTransformSRGB() function in fxcodec::IccModule