Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxPlatform.cpp161 static qcms_profile *gCMSsRGBProfile = nullptr; variable
1858 if (!gCMSsRGBProfile) { in GetCMSsRGBProfile()
1861 gCMSsRGBProfile = qcms_profile_sRGB(); in GetCMSsRGBProfile()
1863 return gCMSsRGBProfile; in GetCMSsRGBProfile()
1943 if (gCMSsRGBProfile == gCMSOutputProfile) in ShutdownCMS()
1944 gCMSsRGBProfile = nullptr; in ShutdownCMS()
1947 if (gCMSsRGBProfile) { in ShutdownCMS()
1948 qcms_profile_release(gCMSsRGBProfile); in ShutdownCMS()
1949 gCMSsRGBProfile = nullptr; in ShutdownCMS()
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxPlatform.cpp178 qcms_profile* gfxPlatform::gCMSsRGBProfile = nullptr; member in gfxPlatform
2160 gCMSsRGBProfile = qcms_profile_sRGB(); in InitializeCMS()
2171 gCMSOutputProfile = gCMSsRGBProfile; in InitializeCMS()
2186 NS_ASSERTION(gCMSOutputProfile != gCMSsRGBProfile, in InitializeCMS()
2193 gCMSOutputProfile = gCMSsRGBProfile; in InitializeCMS()
2211 gCMSRGBATransform = qcms_transform_create(gCMSsRGBProfile, QCMS_DATA_RGBA_8, in InitializeCMS()
2277 if (gCMSsRGBProfile == gCMSOutputProfile) { in ShutdownCMS()
2278 gCMSsRGBProfile = nullptr; in ShutdownCMS()
2282 if (gCMSsRGBProfile) { in ShutdownCMS()
2283 qcms_profile_release(gCMSsRGBProfile); in ShutdownCMS()
[all …]
H A DgfxPlatform.h576 return gCMSsRGBProfile; in GetCMSsRGBProfile()
983 static qcms_profile* gCMSsRGBProfile; variable
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxPlatform.cpp178 qcms_profile* gfxPlatform::gCMSsRGBProfile = nullptr; member in gfxPlatform
2067 gCMSsRGBProfile = qcms_profile_sRGB(); in InitializeCMS()
2078 gCMSOutputProfile = gCMSsRGBProfile; in InitializeCMS()
2093 NS_ASSERTION(gCMSOutputProfile != gCMSsRGBProfile, in InitializeCMS()
2100 gCMSOutputProfile = gCMSsRGBProfile; in InitializeCMS()
2118 gCMSRGBATransform = qcms_transform_create(gCMSsRGBProfile, QCMS_DATA_RGBA_8, in InitializeCMS()
2184 if (gCMSsRGBProfile == gCMSOutputProfile) { in ShutdownCMS()
2185 gCMSsRGBProfile = nullptr; in ShutdownCMS()
2189 if (gCMSsRGBProfile) { in ShutdownCMS()
2190 qcms_profile_release(gCMSsRGBProfile); in ShutdownCMS()
[all …]
H A DgfxPlatform.h561 return gCMSsRGBProfile; in GetCMSsRGBProfile()
943 static qcms_profile* gCMSsRGBProfile; variable
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxPlatform.cpp178 qcms_profile* gfxPlatform::gCMSsRGBProfile = nullptr; member in gfxPlatform
2160 gCMSsRGBProfile = qcms_profile_sRGB(); in InitializeCMS()
2171 gCMSOutputProfile = gCMSsRGBProfile; in InitializeCMS()
2186 NS_ASSERTION(gCMSOutputProfile != gCMSsRGBProfile, in InitializeCMS()
2193 gCMSOutputProfile = gCMSsRGBProfile; in InitializeCMS()
2211 gCMSRGBATransform = qcms_transform_create(gCMSsRGBProfile, QCMS_DATA_RGBA_8, in InitializeCMS()
2277 if (gCMSsRGBProfile == gCMSOutputProfile) { in ShutdownCMS()
2278 gCMSsRGBProfile = nullptr; in ShutdownCMS()
2282 if (gCMSsRGBProfile) { in ShutdownCMS()
2283 qcms_profile_release(gCMSsRGBProfile); in ShutdownCMS()
[all …]
H A DgfxPlatform.h576 return gCMSsRGBProfile; in GetCMSsRGBProfile()
983 static qcms_profile* gCMSsRGBProfile; variable
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxPlatform.cpp161 static qcms_profile* gCMSsRGBProfile = nullptr; variable
1895 if (!gCMSsRGBProfile) { in GetCMSsRGBProfile()
1897 gCMSsRGBProfile = qcms_profile_sRGB(); in GetCMSsRGBProfile()
1899 return gCMSsRGBProfile; in GetCMSsRGBProfile()
1971 if (gCMSsRGBProfile == gCMSOutputProfile) gCMSsRGBProfile = nullptr; in ShutdownCMS()
1974 if (gCMSsRGBProfile) { in ShutdownCMS()
1975 qcms_profile_release(gCMSsRGBProfile); in ShutdownCMS()
1976 gCMSsRGBProfile = nullptr; in ShutdownCMS()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxPlatform.cpp174 static qcms_profile* gCMSsRGBProfile = nullptr; variable
2207 if (!gCMSsRGBProfile) { in GetCMSsRGBProfile()
2209 gCMSsRGBProfile = qcms_profile_sRGB(); in GetCMSsRGBProfile()
2211 return gCMSsRGBProfile; in GetCMSsRGBProfile()
2327 if (gCMSsRGBProfile == gCMSOutputProfile) gCMSsRGBProfile = nullptr; in ShutdownCMS()
2330 if (gCMSsRGBProfile) { in ShutdownCMS()
2331 qcms_profile_release(gCMSsRGBProfile); in ShutdownCMS()
2332 gCMSsRGBProfile = nullptr; in ShutdownCMS()