Home
last modified time | relevance | path

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

/dports/graphics/colord/colord-1.3.5/lib/colord/
H A Dcd-it8.h152 const gchar *cd_it8_get_instrument (CdIt8 *it8);
H A Dcd-it8-utils.c237 cd_it8_set_instrument (it8_ccmx, cd_it8_get_instrument (it8_measured)); in cd_it8_utils_calculate_ccmx()
238 cd_it8_set_reference (it8_ccmx, cd_it8_get_instrument (it8_reference)); in cd_it8_utils_calculate_ccmx()
H A Dcd-test-private.c597 g_assert_cmpstr (cd_it8_get_instrument (it8), ==, "huey"); in colord_it8_raw_func()
698 g_assert_cmpstr (cd_it8_get_instrument (it8), ==, NULL); in colord_it8_normalized_func()
800 g_assert_cmpstr (cd_it8_get_instrument (it8), ==, "Huey"); in colord_it8_ccmx_func()
H A Dcd-it8.c357 cd_it8_get_instrument (CdIt8 *it8) in cd_it8_get_instrument() function