Home
last modified time | relevance | path

Searched refs:qcms_profile_get_rendering_intent (Results 1 – 25 of 40) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/gfx/qcms/fuzz/fuzz_targets/
H A Dfuzz_target_qcms.rs12 use qcms::c_bindings::{qcms_profile_get_color_space, qcms_profile_get_rendering_intent, qcms_profil…
37 let intent = qcms_profile_get_rendering_intent(&*src_profile); in transform()
/dports/www/firefox/firefox-99.0/gfx/qcms/fuzz/fuzz_targets/
H A Dfuzz_target_qcms.rs10 use qcms::c_bindings::{qcms_profile_get_color_space, qcms_profile_get_rendering_intent, qcms_profil…
35 let intent = qcms_profile_get_rendering_intent(&*src_profile); in transform()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/qcms/fuzz/fuzz_targets/
H A Dfuzz_target_qcms.rs12 use qcms::c_bindings::{qcms_profile_get_color_space, qcms_profile_get_rendering_intent, qcms_profil…
37 let intent = qcms_profile_get_rendering_intent(&*src_profile); in transform()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/qcms/fuzztest/
H A Dqcms_fuzzer.cpp39 qcms_intent intent = qcms_profile_get_rendering_intent(src_profile); in transform()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/qcms/
H A Dqcms.h159 qcms_intent qcms_profile_get_rendering_intent(qcms_profile *profile);
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/qcms/
H A Dqcms.h159 qcms_intent qcms_profile_get_rendering_intent(qcms_profile *profile);
/dports/www/firefox-esr/firefox-91.8.0/gfx/qcms/
H A Dqcms.h170 qcms_intent qcms_profile_get_rendering_intent(qcms_profile *profile);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/qcms/
H A Dqcms.h169 qcms_intent qcms_profile_get_rendering_intent(qcms_profile *profile);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/qcms/
H A Dqcms.h170 qcms_intent qcms_profile_get_rendering_intent(qcms_profile *profile);
/dports/www/firefox/firefox-99.0/gfx/qcms/
H A Dqcms.h179 qcms_intent qcms_profile_get_rendering_intent(qcms_profile *profile);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/qcms/src/
H A Dqcms.h129 qcms_intent qcms_profile_get_rendering_intent(qcms_profile *profile);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/qcms/src/
H A Dqcms.h129 qcms_intent qcms_profile_get_rendering_intent(qcms_profile *profile);
/dports/www/firefox-esr/firefox-91.8.0/gfx/qcms/src/
H A Dc_bindings.rs85 pub extern "C" fn qcms_profile_get_rendering_intent(profile: &Profile) -> Intent { in qcms_profile_get_rendering_intent() function
/dports/www/firefox/firefox-99.0/gfx/qcms/src/
H A Dc_bindings.rs87 pub extern "C" fn qcms_profile_get_rendering_intent(profile: &Profile) -> Intent { in qcms_profile_get_rendering_intent() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/qcms/src/
H A Dc_bindings.rs85 pub extern "C" fn qcms_profile_get_rendering_intent(profile: &Profile) -> Intent { in qcms_profile_get_rendering_intent() function
/dports/www/firefox-esr/firefox-91.8.0/image/decoders/
H A DnsWebPDecoder.cpp343 intent = qcms_profile_get_rendering_intent(mInProfile); in ApplyColorProfile()
H A DnsJPEGDecoder.cpp326 intent = qcms_profile_get_rendering_intent(mInProfile); in ReadJPEGData()
H A DnsPNGDecoder.cpp471 return qcms_profile_get_rendering_intent(mInProfile); in ReadColorProfile()
/dports/lang/spidermonkey78/firefox-78.9.0/image/decoders/
H A DnsWebPDecoder.cpp336 intent = qcms_profile_get_rendering_intent(mInProfile); in ApplyColorProfile()
H A DnsJPEGDecoder.cpp321 intent = qcms_profile_get_rendering_intent(mInProfile); in ReadJPEGData()
/dports/www/firefox/firefox-99.0/image/decoders/
H A DnsWebPDecoder.cpp344 intent = qcms_profile_get_rendering_intent(mInProfile); in ApplyColorProfile()
H A DnsJPEGDecoder.cpp326 intent = qcms_profile_get_rendering_intent(mInProfile); in ReadJPEGData()
/dports/mail/thunderbird/thunderbird-91.8.0/image/decoders/
H A DnsWebPDecoder.cpp343 intent = qcms_profile_get_rendering_intent(mInProfile); in ApplyColorProfile()
H A DnsJPEGDecoder.cpp326 intent = qcms_profile_get_rendering_intent(mInProfile); in ReadJPEGData()
/dports/lang/spidermonkey60/firefox-60.9.0/image/decoders/
H A DnsJPEGDecoder.cpp322 intent = qcms_profile_get_rendering_intent(mInProfile); in ReadJPEGData()

12