Searched refs:read_curves (Results 1 – 2 of 2) sorted by relevance
/external/skia/third_party/skcms/ |
D | skcms.cc | 754 static bool read_curves(const uint8_t* buf, uint32_t size, uint32_t curve_offset, in read_curves() function 832 if (!read_curves(tag->buf, tag->size, b_curve_offset, 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() 878 if (!read_curves(tag->buf, tag->size, a_curve_offset, a2b->input_channels, in read_tag_mab() 958 if (!read_curves(tag->buf, tag->size, b_curve_offset, 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() 1005 if (!read_curves(tag->buf, tag->size, a_curve_offset, b2a->output_channels, in read_tag_mba()
|
/external/skqp/third_party/skcms/ |
D | skcms.cc | 551 static bool read_curves(const uint8_t* buf, uint32_t size, uint32_t curve_offset, in read_curves() function 628 if (!read_curves(tag->buf, tag->size, b_curve_offset, 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() 674 if (!read_curves(tag->buf, tag->size, a_curve_offset, a2b->input_channels, in read_tag_mab()
|