// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "qcmsint.h" #include "qcmstypes.h" qcms_test_function; enum QCMS_TEST_STATUS { … }; struct qcms_test_case { … }; void generate_source_uint8_t(unsigned char *src, const size_t length, const size_t pixel_size); float evaluate_parametric_curve(int type, const float params[], float r);