Home
last modified time | relevance | path

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

/third_party/skia/third_party/skcms/
Dskcms.cc2521 } OpAndArg; typedef
2523 static OpAndArg select_curve_op(const skcms_Curve* curve, int channel) { in select_curve_op()
2533 const OpAndArg noop = { Op_load_a8/*doesn't matter*/, nullptr }; in select_curve_op()
2544 case sRGBish: return OpAndArg{op.sRGBish, &tf}; in select_curve_op()
2545 case PQish: return OpAndArg{op.PQish, &tf}; in select_curve_op()
2546 case HLGish: return OpAndArg{op.HLGish, &tf}; in select_curve_op()
2547 case HLGinvish: return OpAndArg{op.HLGinvish, &tf}; in select_curve_op()
2550 return OpAndArg{op.table, curve}; in select_curve_op()
2735 OpAndArg oa = select_curve_op(&srcProfile->A2B.input_curves[i], i); in skcms_TransformWithPalette()
2748 OpAndArg oa = select_curve_op(&srcProfile->A2B.matrix_curves[i], i); in skcms_TransformWithPalette()
[all …]