Searched refs:matrix_channels (Results 1 – 4 of 4) sorted by relevance
/external/skia/third_party/skcms/ |
D | skcms.cc | 432 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()
|
D | skcms.h | 80 uint32_t matrix_channels; member
|
/external/skqp/third_party/skcms/ |
D | skcms.cc | 432 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()
|
D | skcms.h | 80 uint32_t matrix_channels; member
|