Home
last modified time | relevance | path

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

/external/pdfium/testing/libfuzzer/
Dpdf_codec_icc_fuzzer.cc13 icc_module.CreateTransform_sRGB(data, size, &nComponent); in LLVMFuzzerTestOneInput()
/external/pdfium/core/fpdfapi/page/
Dcpdf_iccprofile.cpp32 m_Transform = pIccModule->CreateTransform_sRGB(pData, dwSize, &nSrcComps); in CPDF_IccProfile()
/external/pdfium/core/fxcodec/codec/
Dccodec_iccmodule.h38 std::unique_ptr<CLcmsCmm> CreateTransform_sRGB(const uint8_t* pProfileData,
Dfx_codec_icc.cpp46 std::unique_ptr<CLcmsCmm> CCodec_IccModule::CreateTransform_sRGB( in CreateTransform_sRGB() function in CCodec_IccModule