Searched refs:select_curve_op (Results 1 – 2 of 2) sorted by relevance
/external/skia/third_party/skcms/ |
D | skcms.cc | 2493 static OpAndArg select_curve_op(const skcms_Curve* curve, int channel) { in select_curve_op() function 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() 2738 OpAndArg oa = select_curve_op(&srcProfile->A2B.output_curves[i], i); in skcms_TransformWithPalette() 2752 OpAndArg oa = select_curve_op(&srcProfile->trc[i], i); in skcms_TransformWithPalette() 2778 OpAndArg oa = select_curve_op(&dstProfile->B2A.input_curves[i], i); in skcms_TransformWithPalette() 2798 OpAndArg oa = select_curve_op(&dstProfile->B2A.matrix_curves[i], i); in skcms_TransformWithPalette() 2811 OpAndArg oa = select_curve_op(&dstProfile->B2A.output_curves[i], i); in skcms_TransformWithPalette() 2841 OpAndArg oa = select_curve_op(dst_curves+i, i); in skcms_TransformWithPalette()
|
/external/skqp/third_party/skcms/ |
D | skcms.cc | 1962 static OpAndArg select_curve_op(const skcms_Curve* curve, int channel) { in select_curve_op() function 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()
|