Home
last modified time | relevance | path

Searched refs:skcmsProfile (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/codec/
H A DSkPngCodec.cpp425 skcms_ICCProfile skcmsProfile; in read_color_profile() local
426 skcms_Init(&skcmsProfile); in read_color_profile()
427 skcms_SetTransferFunction(&skcmsProfile, &fn); in read_color_profile()
428 skcms_SetXYZD50(&skcmsProfile, &toXYZD50); in read_color_profile()
430 return SkEncodedInfo::ICCProfile::Make(skcmsProfile); in read_color_profile()
H A DSkRawCodec.cpp641 skcms_ICCProfile skcmsProfile; in MakeFromStream() local
642 skcms_Init(&skcmsProfile); in MakeFromStream()
643 skcms_SetTransferFunction(&skcmsProfile, &SkNamedTransferFn::k2Dot2); in MakeFromStream()
644 skcms_SetXYZD50(&skcmsProfile, &SkNamedGamut::kAdobeRGB); in MakeFromStream()
645 profile = SkEncodedInfo::ICCProfile::Make(skcmsProfile); in MakeFromStream()

Completed in 3 milliseconds