Home
last modified time | relevance | path

Searched refs:gCMSOutputProfile (Results 1 – 9 of 9) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxPlatform.cpp160 static qcms_profile *gCMSOutputProfile = nullptr; variable
1808 if (!gCMSOutputProfile) { in CreateCMSOutputProfile()
1820 if (!gCMSOutputProfile) { in CreateCMSOutputProfile()
1833 if (gCMSOutputProfile && qcms_profile_is_bogus(gCMSOutputProfile)) { in CreateCMSOutputProfile()
1837 gCMSOutputProfile = nullptr; in CreateCMSOutputProfile()
1840 if (!gCMSOutputProfile) { in CreateCMSOutputProfile()
1852 return gCMSOutputProfile; in GetCMSOutputProfile()
1939 if (gCMSOutputProfile) { in ShutdownCMS()
1940 qcms_profile_release(gCMSOutputProfile); in ShutdownCMS()
1943 if (gCMSsRGBProfile == gCMSOutputProfile) in ShutdownCMS()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxPlatform.cpp160 static qcms_profile* gCMSOutputProfile = nullptr; variable
1851 if (!gCMSOutputProfile) { in CreateCMSOutputProfile()
1860 gCMSOutputProfile = GetCMSsRGBProfile(); in CreateCMSOutputProfile()
1863 if (!gCMSOutputProfile) { in CreateCMSOutputProfile()
1876 if (gCMSOutputProfile && qcms_profile_is_bogus(gCMSOutputProfile)) { in CreateCMSOutputProfile()
1879 qcms_profile_release(gCMSOutputProfile); in CreateCMSOutputProfile()
1880 gCMSOutputProfile = nullptr; in CreateCMSOutputProfile()
1883 if (!gCMSOutputProfile) { in CreateCMSOutputProfile()
1967 if (gCMSOutputProfile) { in ShutdownCMS()
1968 qcms_profile_release(gCMSOutputProfile); in ShutdownCMS()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxPlatform.cpp2171 gCMSOutputProfile = gCMSsRGBProfile; in InitializeCMS()
2174 if (!gCMSOutputProfile) { in InitializeCMS()
2185 if (gCMSOutputProfile && qcms_profile_is_bogus(gCMSOutputProfile)) { in InitializeCMS()
2188 qcms_profile_release(gCMSOutputProfile); in InitializeCMS()
2189 gCMSOutputProfile = nullptr; in InitializeCMS()
2192 if (!gCMSOutputProfile) { in InitializeCMS()
2193 gCMSOutputProfile = gCMSsRGBProfile; in InitializeCMS()
2273 if (gCMSOutputProfile) { in ShutdownCMS()
2274 qcms_profile_release(gCMSOutputProfile); in ShutdownCMS()
2277 if (gCMSsRGBProfile == gCMSOutputProfile) { in ShutdownCMS()
[all …]
H A DgfxPlatform.h568 return gCMSOutputProfile; in GetCMSOutputProfile()
982 static qcms_profile* gCMSOutputProfile; variable
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxPlatform.cpp2078 gCMSOutputProfile = gCMSsRGBProfile; in InitializeCMS()
2081 if (!gCMSOutputProfile) { in InitializeCMS()
2092 if (gCMSOutputProfile && qcms_profile_is_bogus(gCMSOutputProfile)) { in InitializeCMS()
2095 qcms_profile_release(gCMSOutputProfile); in InitializeCMS()
2096 gCMSOutputProfile = nullptr; in InitializeCMS()
2099 if (!gCMSOutputProfile) { in InitializeCMS()
2100 gCMSOutputProfile = gCMSsRGBProfile; in InitializeCMS()
2180 if (gCMSOutputProfile) { in ShutdownCMS()
2181 qcms_profile_release(gCMSOutputProfile); in ShutdownCMS()
2184 if (gCMSsRGBProfile == gCMSOutputProfile) { in ShutdownCMS()
[all …]
H A DgfxPlatform.h553 return gCMSOutputProfile; in GetCMSOutputProfile()
942 static qcms_profile* gCMSOutputProfile; variable
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxPlatform.cpp2171 gCMSOutputProfile = gCMSsRGBProfile; in InitializeCMS()
2174 if (!gCMSOutputProfile) { in InitializeCMS()
2185 if (gCMSOutputProfile && qcms_profile_is_bogus(gCMSOutputProfile)) { in InitializeCMS()
2188 qcms_profile_release(gCMSOutputProfile); in InitializeCMS()
2189 gCMSOutputProfile = nullptr; in InitializeCMS()
2192 if (!gCMSOutputProfile) { in InitializeCMS()
2193 gCMSOutputProfile = gCMSsRGBProfile; in InitializeCMS()
2273 if (gCMSOutputProfile) { in ShutdownCMS()
2274 qcms_profile_release(gCMSOutputProfile); in ShutdownCMS()
2277 if (gCMSsRGBProfile == gCMSOutputProfile) { in ShutdownCMS()
[all …]
H A DgfxPlatform.h568 return gCMSOutputProfile; in GetCMSOutputProfile()
982 static qcms_profile* gCMSOutputProfile; variable
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxPlatform.cpp173 static qcms_profile* gCMSOutputProfile = nullptr; variable
2165 if (!gCMSOutputProfile) { in CreateCMSOutputProfile()
2174 gCMSOutputProfile = GetCMSsRGBProfile(); in CreateCMSOutputProfile()
2177 if (!gCMSOutputProfile) { in CreateCMSOutputProfile()
2188 if (gCMSOutputProfile && qcms_profile_is_bogus(gCMSOutputProfile)) { in CreateCMSOutputProfile()
2191 qcms_profile_release(gCMSOutputProfile); in CreateCMSOutputProfile()
2192 gCMSOutputProfile = nullptr; in CreateCMSOutputProfile()
2195 if (!gCMSOutputProfile) { in CreateCMSOutputProfile()
2323 if (gCMSOutputProfile) { in ShutdownCMS()
2324 qcms_profile_release(gCMSOutputProfile); in ShutdownCMS()
[all …]