Home
last modified time | relevance | path

Searched refs:encodedProfile (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/codec/
H A DSkAndroidCodec.cpp178 const skcms_ICCProfile* encodedProfile = fCodec->getEncodedInfo().profile(); in computeOutputColorSpace() local
179 if (encodedProfile) { in computeOutputColorSpace()
180 if (auto encodedSpace = SkColorSpace::Make(*encodedProfile)) { in computeOutputColorSpace()
186 if (is_wide_gamut(*encodedProfile)) { in computeOutputColorSpace()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/codec/
H A DSkAndroidCodec.cpp178 const skcms_ICCProfile* encodedProfile = fCodec->getEncodedInfo().profile(); in computeOutputColorSpace() local
179 if (encodedProfile) { in computeOutputColorSpace()
180 if (auto encodedSpace = SkColorSpace::Make(*encodedProfile)) { in computeOutputColorSpace()
186 if (is_wide_gamut(*encodedProfile)) { in computeOutputColorSpace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/codec/
H A DSkAndroidCodec.cpp178 const skcms_ICCProfile* encodedProfile = fCodec->getEncodedInfo().profile(); in computeOutputColorSpace() local
179 if (encodedProfile) { in computeOutputColorSpace()
180 if (auto encodedSpace = SkColorSpace::Make(*encodedProfile)) { in computeOutputColorSpace()
186 if (is_wide_gamut(*encodedProfile)) { in computeOutputColorSpace()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/codec/
H A DSkAndroidCodec.cpp177 const skcms_ICCProfile* encodedProfile = fCodec->getEncodedInfo().profile(); in computeOutputColorSpace() local
178 if (encodedProfile) { in computeOutputColorSpace()
179 if (auto encodedSpace = SkColorSpace::Make(*encodedProfile)) { in computeOutputColorSpace()
185 if (is_wide_gamut(*encodedProfile)) { in computeOutputColorSpace()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/codec/
H A DSkAndroidCodec.cpp178 const skcms_ICCProfile* encodedProfile = fCodec->getEncodedInfo().profile(); in computeOutputColorSpace() local
179 if (encodedProfile) { in computeOutputColorSpace()
180 if (auto encodedSpace = SkColorSpace::Make(*encodedProfile)) { in computeOutputColorSpace()
186 if (is_wide_gamut(*encodedProfile)) { in computeOutputColorSpace()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/codec/
H A DSkAndroidCodec.cpp178 const skcms_ICCProfile* encodedProfile = fCodec->getEncodedInfo().profile(); in computeOutputColorSpace() local
179 if (encodedProfile) { in computeOutputColorSpace()
180 if (auto encodedSpace = SkColorSpace::Make(*encodedProfile)) { in computeOutputColorSpace()
186 if (is_wide_gamut(*encodedProfile)) { in computeOutputColorSpace()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxPlatform.cpp3138 char* encodedProfile = nullptr; in GetCMSSupportInfo() local
3141 outputProfileData.Length(), &encodedProfile); in GetCMSSupportInfo()
3149 aObj.DefineProperty("CMSOutputProfile", encodedProfile); in GetCMSSupportInfo()
3150 free(encodedProfile); in GetCMSSupportInfo()
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxPlatform.cpp3200 nsString encodedProfile; in GetCMSSupportInfo() local
3203 outputProfileData.Length(), encodedProfile); in GetCMSSupportInfo()
3211 aObj.DefineProperty("CMSOutputProfile", encodedProfile); in GetCMSSupportInfo()
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxPlatform.cpp3054 nsString encodedProfile; in GetCMSSupportInfo() local
3057 outputProfileData.Length(), encodedProfile); in GetCMSSupportInfo()
3065 aObj.DefineProperty("CMSOutputProfile", encodedProfile); in GetCMSSupportInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxPlatform.cpp3200 nsString encodedProfile; in GetCMSSupportInfo() local
3203 outputProfileData.Length(), encodedProfile); in GetCMSSupportInfo()
3211 aObj.DefineProperty("CMSOutputProfile", encodedProfile); in GetCMSSupportInfo()