Home
last modified time | relevance | path

Searched refs:skcms_AreApproximateInverses (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Denc_jxl_skcms.h23 #define skcms_AreApproximateInverses jxl_skcms_AreApproximateInverses macro
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Denc_jxl_skcms.h23 #define skcms_AreApproximateInverses jxl_skcms_AreApproximateInverses macro
/dports/graphics/libjxl/libjxl-0.6.1/third_party/skcms/
H A Dtest_only.c137 if (skcms_AreApproximateInverses(&curve, skcms_sRGB_Inverse_TransferFunction())) { in dump_transfer_function()
139 } else if (skcms_AreApproximateInverses(&curve, skcms_Identity_TransferFunction())) { in dump_transfer_function()
151 if (skcms_AreApproximateInverses(curve, skcms_sRGB_Inverse_TransferFunction())) { in dump_curve()
H A Dskcms.h161 SKCMS_API bool skcms_AreApproximateInverses(const skcms_Curve* curve,
H A Dtests.c1575 expect(skcms_AreApproximateInverses(& pq_curve, &invA)); in test_PQ_invert()
1576 expect(skcms_AreApproximateInverses(&inv_curve, & pqA)); in test_PQ_invert()
1604 expect(skcms_AreApproximateInverses(&hlg_curve, &inv)); in test_HLG_invert()
1605 expect(skcms_AreApproximateInverses(&inv_curve, &hlg)); in test_HLG_invert()
H A Dskcms.cc245 bool skcms_AreApproximateInverses(const skcms_Curve* curve, const skcms_TransferFunction* inv_tf) { in skcms_AreApproximateInverses() function
1346 return skcms_AreApproximateInverses(&profile->trc[0], inv_tf) && in skcms_TRCs_AreApproximateInverse()
1347 skcms_AreApproximateInverses(&profile->trc[1], inv_tf) && in skcms_TRCs_AreApproximateInverse()
1348 skcms_AreApproximateInverses(&profile->trc[2], inv_tf); in skcms_TRCs_AreApproximateInverse()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/third_party/skcms/
H A Dskcms.h161 SKCMS_API bool skcms_AreApproximateInverses(const skcms_Curve* curve,
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/third_party/skcms/
H A Dskcms.h161 SKCMS_API bool skcms_AreApproximateInverses(const skcms_Curve* curve,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/third_party/skcms/
H A Dskcms.h161 SKCMS_API bool skcms_AreApproximateInverses(const skcms_Curve* curve,
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/third_party/skcms/
H A Dskcms.h161 SKCMS_API bool skcms_AreApproximateInverses(const skcms_Curve* curve,
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/third_party/skcms/
H A Dskcms.h161 SKCMS_API bool skcms_AreApproximateInverses(const skcms_Curve* curve,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/third_party/skcms/
H A Dskcms.h166 SKCMS_API bool skcms_AreApproximateInverses(const skcms_Curve* curve,
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc247 bool skcms_AreApproximateInverses(const skcms_Curve* curve, const skcms_TransferFunction* inv_tf) { in skcms_AreApproximateInverses() function
1349 return skcms_AreApproximateInverses(&profile->trc[0], inv_tf) && in skcms_TRCs_AreApproximateInverse()
1350 skcms_AreApproximateInverses(&profile->trc[1], inv_tf) && in skcms_TRCs_AreApproximateInverse()
1351 skcms_AreApproximateInverses(&profile->trc[2], inv_tf); in skcms_TRCs_AreApproximateInverse()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc245 bool skcms_AreApproximateInverses(const skcms_Curve* curve, const skcms_TransferFunction* inv_tf) { in skcms_AreApproximateInverses() function
1339 return skcms_AreApproximateInverses(&profile->trc[0], inv_tf) && in skcms_TRCs_AreApproximateInverse()
1340 skcms_AreApproximateInverses(&profile->trc[1], inv_tf) && in skcms_TRCs_AreApproximateInverse()
1341 skcms_AreApproximateInverses(&profile->trc[2], inv_tf); in skcms_TRCs_AreApproximateInverse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/third_party/skcms/
H A Dskcms.cc261 bool skcms_AreApproximateInverses(const skcms_Curve* curve, const skcms_TransferFunction* inv_tf) { in skcms_AreApproximateInverses() function
1365 return skcms_AreApproximateInverses(&profile->trc[0], inv_tf) && in skcms_TRCs_AreApproximateInverse()
1366 skcms_AreApproximateInverses(&profile->trc[1], inv_tf) && in skcms_TRCs_AreApproximateInverse()
1367 skcms_AreApproximateInverses(&profile->trc[2], inv_tf); in skcms_TRCs_AreApproximateInverse()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/third_party/skcms/
H A Dskcms.cc250 bool skcms_AreApproximateInverses(const skcms_Curve* curve, const skcms_TransferFunction* inv_tf) { in skcms_AreApproximateInverses() function
1359 return skcms_AreApproximateInverses(&profile->trc[0], inv_tf) && in skcms_TRCs_AreApproximateInverse()
1360 skcms_AreApproximateInverses(&profile->trc[1], inv_tf) && in skcms_TRCs_AreApproximateInverse()
1361 skcms_AreApproximateInverses(&profile->trc[2], inv_tf); in skcms_TRCs_AreApproximateInverse()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc247 bool skcms_AreApproximateInverses(const skcms_Curve* curve, const skcms_TransferFunction* inv_tf) { in skcms_AreApproximateInverses() function
1349 return skcms_AreApproximateInverses(&profile->trc[0], inv_tf) && in skcms_TRCs_AreApproximateInverse()
1350 skcms_AreApproximateInverses(&profile->trc[1], inv_tf) && in skcms_TRCs_AreApproximateInverse()
1351 skcms_AreApproximateInverses(&profile->trc[2], inv_tf); in skcms_TRCs_AreApproximateInverse()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc247 bool skcms_AreApproximateInverses(const skcms_Curve* curve, const skcms_TransferFunction* inv_tf) { in skcms_AreApproximateInverses() function
1349 return skcms_AreApproximateInverses(&profile->trc[0], inv_tf) && in skcms_TRCs_AreApproximateInverse()
1350 skcms_AreApproximateInverses(&profile->trc[1], inv_tf) && in skcms_TRCs_AreApproximateInverse()
1351 skcms_AreApproximateInverses(&profile->trc[2], inv_tf); in skcms_TRCs_AreApproximateInverse()