Home
last modified time | relevance | path

Searched refs:OpAndArg (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc2151 } OpAndArg; typedef
2153 static OpAndArg select_curve_op(const skcms_Curve* curve, int channel) { in select_curve_op()
2163 const OpAndArg noop = { Op_load_a8/*doesn't matter*/, nullptr }; in select_curve_op()
2174 case sRGBish: return OpAndArg{op.sRGBish, &tf}; in select_curve_op()
2175 case PQish: return OpAndArg{op.PQish, &tf}; in select_curve_op()
2176 case HLGish: return OpAndArg{op.HLGish, &tf}; in select_curve_op()
2177 case HLGinvish: return OpAndArg{op.HLGinvish, &tf}; in select_curve_op()
2180 return OpAndArg{op.table, curve}; in select_curve_op()
2357 OpAndArg oa = select_curve_op(&srcProfile->A2B.input_curves[i], i); in skcms_TransformWithPalette()
2404 OpAndArg oa = select_curve_op(&srcProfile->trc[i], i); in skcms_TransformWithPalette()
[all …]
/dports/graphics/libjxl/libjxl-0.6.1/third_party/skcms/
H A Dskcms.cc2199 } OpAndArg; typedef
2201 static OpAndArg select_curve_op(const skcms_Curve* curve, int channel) { in select_curve_op()
2211 const OpAndArg noop = { Op_load_a8/*doesn't matter*/, nullptr }; in select_curve_op()
2222 case sRGBish: return OpAndArg{op.sRGBish, &tf}; in select_curve_op()
2223 case PQish: return OpAndArg{op.PQish, &tf}; in select_curve_op()
2224 case HLGish: return OpAndArg{op.HLGish, &tf}; in select_curve_op()
2225 case HLGinvish: return OpAndArg{op.HLGinvish, &tf}; in select_curve_op()
2228 return OpAndArg{op.table, curve}; in select_curve_op()
2405 OpAndArg oa = select_curve_op(&srcProfile->A2B.input_curves[i], i); in skcms_TransformWithPalette()
2452 OpAndArg oa = select_curve_op(&srcProfile->trc[i], i); in skcms_TransformWithPalette()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc2141 } OpAndArg; typedef
2143 static OpAndArg select_curve_op(const skcms_Curve* curve, int channel) { in select_curve_op()
2153 const OpAndArg noop = { Op_load_a8/*doesn't matter*/, nullptr }; in select_curve_op()
2164 case sRGBish: return OpAndArg{op.sRGBish, &tf}; in select_curve_op()
2165 case PQish: return OpAndArg{op.PQish, &tf}; in select_curve_op()
2166 case HLGish: return OpAndArg{op.HLGish, &tf}; in select_curve_op()
2167 case HLGinvish: return OpAndArg{op.HLGinvish, &tf}; in select_curve_op()
2170 return OpAndArg{op.table, curve}; in select_curve_op()
2347 OpAndArg oa = select_curve_op(&srcProfile->A2B.input_curves[i], i); in skcms_TransformWithPalette()
2394 OpAndArg oa = select_curve_op(&srcProfile->trc[i], i); in skcms_TransformWithPalette()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/third_party/skcms/
H A Dskcms.cc2220 } OpAndArg; typedef
2222 static OpAndArg select_curve_op(const skcms_Curve* curve, int channel) { in select_curve_op()
2232 const OpAndArg noop = { Op_load_a8/*doesn't matter*/, nullptr }; in select_curve_op()
2243 case sRGBish: return OpAndArg{op.sRGBish, &tf}; in select_curve_op()
2244 case PQish: return OpAndArg{op.PQish, &tf}; in select_curve_op()
2245 case HLGish: return OpAndArg{op.HLGish, &tf}; in select_curve_op()
2246 case HLGinvish: return OpAndArg{op.HLGinvish, &tf}; in select_curve_op()
2249 return OpAndArg{op.table, curve}; in select_curve_op()
2433 OpAndArg oa = select_curve_op(&srcProfile->A2B.input_curves[i], i); in skcms_TransformWithPalette()
2480 OpAndArg oa = select_curve_op(&srcProfile->trc[i], i); in skcms_TransformWithPalette()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/third_party/skcms/
H A Dskcms.cc2212 } OpAndArg; typedef
2214 static OpAndArg select_curve_op(const skcms_Curve* curve, int channel) { in select_curve_op()
2224 const OpAndArg noop = { Op_load_a8/*doesn't matter*/, nullptr }; in select_curve_op()
2235 case sRGBish: return OpAndArg{op.sRGBish, &tf}; in select_curve_op()
2236 case PQish: return OpAndArg{op.PQish, &tf}; in select_curve_op()
2237 case HLGish: return OpAndArg{op.HLGish, &tf}; in select_curve_op()
2238 case HLGinvish: return OpAndArg{op.HLGinvish, &tf}; in select_curve_op()
2241 return OpAndArg{op.table, curve}; in select_curve_op()
2425 OpAndArg oa = select_curve_op(&srcProfile->A2B.input_curves[i], i); in skcms_TransformWithPalette()
2472 OpAndArg oa = select_curve_op(&srcProfile->trc[i], i); in skcms_TransformWithPalette()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc2151 } OpAndArg; typedef
2153 static OpAndArg select_curve_op(const skcms_Curve* curve, int channel) { in select_curve_op()
2163 const OpAndArg noop = { Op_load_a8/*doesn't matter*/, nullptr }; in select_curve_op()
2174 case sRGBish: return OpAndArg{op.sRGBish, &tf}; in select_curve_op()
2175 case PQish: return OpAndArg{op.PQish, &tf}; in select_curve_op()
2176 case HLGish: return OpAndArg{op.HLGish, &tf}; in select_curve_op()
2177 case HLGinvish: return OpAndArg{op.HLGinvish, &tf}; in select_curve_op()
2180 return OpAndArg{op.table, curve}; in select_curve_op()
2357 OpAndArg oa = select_curve_op(&srcProfile->A2B.input_curves[i], i); in skcms_TransformWithPalette()
2404 OpAndArg oa = select_curve_op(&srcProfile->trc[i], i); in skcms_TransformWithPalette()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc2151 } OpAndArg; typedef
2153 static OpAndArg select_curve_op(const skcms_Curve* curve, int channel) { in select_curve_op()
2163 const OpAndArg noop = { Op_load_a8/*doesn't matter*/, nullptr }; in select_curve_op()
2174 case sRGBish: return OpAndArg{op.sRGBish, &tf}; in select_curve_op()
2175 case PQish: return OpAndArg{op.PQish, &tf}; in select_curve_op()
2176 case HLGish: return OpAndArg{op.HLGish, &tf}; in select_curve_op()
2177 case HLGinvish: return OpAndArg{op.HLGinvish, &tf}; in select_curve_op()
2180 return OpAndArg{op.table, curve}; in select_curve_op()
2357 OpAndArg oa = select_curve_op(&srcProfile->A2B.input_curves[i], i); in skcms_TransformWithPalette()
2404 OpAndArg oa = select_curve_op(&srcProfile->trc[i], i); in skcms_TransformWithPalette()
[all …]