Home
last modified time | relevance | path

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

/dports/graphics/colord/colord-1.3.5/lib/colord/
H A Dcd-it8.c64 GPtrArray *array_spectra; member
1252 number_of_sets = priv->array_spectra->len; in cd_it8_save_to_file_cmf()
1262 spectrum = g_ptr_array_index (priv->array_spectra, 0); in cd_it8_save_to_file_cmf()
1331 number_of_sets = priv->array_spectra->len; in cd_it8_save_to_file_ccss_sp()
1829 g_ptr_array_unref (priv->array_spectra); in cd_it8_set_spectrum_array()
1830 priv->array_spectra = g_ptr_array_ref (data); in cd_it8_set_spectrum_array()
1856 g_ptr_array_remove (priv->array_spectra, tmp); in cd_it8_add_spectrum()
1878 return g_ptr_array_ref (priv->array_spectra); in cd_it8_get_spectrum_array()
1902 for (i = 0; i < priv->array_spectra->len; i++) { in cd_it8_get_spectrum_by_id()
1903 tmp = g_ptr_array_index (priv->array_spectra, i); in cd_it8_get_spectrum_by_id()
[all …]