Searched refs:OpAndArg (Results 1 – 2 of 2) sorted by relevance
/external/skia/third_party/skcms/ |
D | skcms.cc | 2491 } OpAndArg; typedef 2493 static OpAndArg select_curve_op(const skcms_Curve* curve, int channel) { in select_curve_op() 2503 const OpAndArg noop = { Op_load_a8/*doesn't matter*/, nullptr }; in select_curve_op() 2514 case sRGBish: return OpAndArg{op.sRGBish, &tf}; in select_curve_op() 2515 case PQish: return OpAndArg{op.PQish, &tf}; in select_curve_op() 2516 case HLGish: return OpAndArg{op.HLGish, &tf}; in select_curve_op() 2517 case HLGinvish: return OpAndArg{op.HLGinvish, &tf}; in select_curve_op() 2520 return OpAndArg{op.table, curve}; in select_curve_op() 2705 OpAndArg oa = select_curve_op(&srcProfile->A2B.input_curves[i], i); in skcms_TransformWithPalette() 2718 OpAndArg oa = select_curve_op(&srcProfile->A2B.matrix_curves[i], i); in skcms_TransformWithPalette() [all …]
|
/external/skqp/third_party/skcms/ |
D | skcms.cc | 1960 } OpAndArg; typedef 1962 static OpAndArg select_curve_op(const skcms_Curve* curve, int channel) { in select_curve_op() 1970 const OpAndArg noop = { Op_load_a8/*doesn't matter*/, nullptr }; in select_curve_op() 1975 : OpAndArg{ ops[channel].parametric, &curve->parametric }; in select_curve_op() 1978 return OpAndArg{ ops[channel].table, curve }; in select_curve_op() 2139 OpAndArg oa = select_curve_op(&srcProfile->A2B.input_curves[i], i); in skcms_TransformWithPalette() 2152 OpAndArg oa = select_curve_op(&srcProfile->A2B.matrix_curves[i], i); in skcms_TransformWithPalette() 2172 OpAndArg oa = select_curve_op(&srcProfile->A2B.output_curves[i], i); in skcms_TransformWithPalette() 2186 OpAndArg oa = select_curve_op(&srcProfile->trc[i], i); in skcms_TransformWithPalette()
|