Home
last modified time | relevance | path

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

/third_party/skia/third_party/skcms/
Dskcms.cc611 a2b->matrix_channels = 0; in read_mft_common()
637 b2a->matrix_channels = 0; in read_mft_common()
845 a2b->matrix_channels = a2b->output_channels; in read_tag_mab()
846 if (!read_curves(tag->buf, tag->size, m_curve_offset, a2b->matrix_channels, in read_tag_mab()
873 a2b->matrix_channels = 0; in read_tag_mab()
971 b2a->matrix_channels = b2a->input_channels; in read_tag_mba()
973 if (!read_curves(tag->buf, tag->size, m_curve_offset, b2a->matrix_channels, in read_tag_mba()
999 b2a->matrix_channels = 0; in read_tag_mba()
1139 if (a2b->matrix_channels > 0) { canonicalize_identity(a2b->matrix_curves + 0); } in read_a2b()
1140 if (a2b->matrix_channels > 1) { canonicalize_identity(a2b->matrix_curves + 1); } in read_a2b()
[all …]
/third_party/skia/include/third_party/skcms/
Dskcms.h124 uint32_t matrix_channels; member
141 uint32_t matrix_channels; member