Home
last modified time | relevance | path

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

/external/skia/include/third_party/skcms/
Dskcms.h124 uint32_t matrix_channels; member
141 uint32_t matrix_channels; member
/external/skia/third_party/skcms/
Dskcms.cc608 a2b->matrix_channels = 0; in read_mft_common()
634 b2a->matrix_channels = 0; in read_mft_common()
842 a2b->matrix_channels = a2b->output_channels; in read_tag_mab()
843 if (!read_curves(tag->buf, tag->size, m_curve_offset, a2b->matrix_channels, in read_tag_mab()
870 a2b->matrix_channels = 0; in read_tag_mab()
968 b2a->matrix_channels = b2a->input_channels; in read_tag_mba()
970 if (!read_curves(tag->buf, tag->size, m_curve_offset, b2a->matrix_channels, in read_tag_mba()
996 b2a->matrix_channels = 0; in read_tag_mba()
1136 if (a2b->matrix_channels > 0) { canonicalize_identity(a2b->matrix_curves + 0); } in read_a2b()
1137 if (a2b->matrix_channels > 1) { canonicalize_identity(a2b->matrix_curves + 1); } in read_a2b()
[all …]
/external/skqp/third_party/skcms/
Dskcms.h80 uint32_t matrix_channels; member
Dskcms.cc432 a2b->matrix_channels = 0; in read_mft_common()
638 a2b->matrix_channels = a2b->output_channels; in read_tag_mab()
639 if (!read_curves(tag->buf, tag->size, m_curve_offset, a2b->matrix_channels, in read_tag_mab()
666 a2b->matrix_channels = 0; in read_tag_mab()
796 a2b->matrix_channels > 0 ? a2b->matrix_curves + 0 : nullptr, in read_a2b()
797 a2b->matrix_channels > 1 ? a2b->matrix_curves + 1 : nullptr, in read_a2b()
798 a2b->matrix_channels > 2 ? a2b->matrix_curves + 2 : nullptr, in read_a2b()
2150 if (srcProfile->A2B.matrix_channels == 3) { in skcms_TransformWithPalette()