Home
last modified time | relevance | path

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

/third_party/skia/third_party/skcms/
Dskcms.cc2655 skcms_Curve dst_curves[3]; in skcms_TransformWithPalette() local
2656 dst_curves[0].table_entries = in skcms_TransformWithPalette()
2657 dst_curves[1].table_entries = in skcms_TransformWithPalette()
2658 dst_curves[2].table_entries = 0; in skcms_TransformWithPalette()
2726 &dst_curves[0].parametric, in skcms_TransformWithPalette()
2727 &dst_curves[1].parametric, in skcms_TransformWithPalette()
2728 &dst_curves[2].parametric)) { in skcms_TransformWithPalette()
2871 OpAndArg oa = select_curve_op(dst_curves+i, i); in skcms_TransformWithPalette()