Home
last modified time | relevance | path

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

/external/skia/third_party/skcms/
Dskcms.cc789 uint8_t matrix_offset [ 4]; member
822 uint32_t matrix_offset = read_big_u32(mABTag->matrix_offset); in read_tag_mab() local
839 if (0 == matrix_offset) { in read_tag_mab()
849 if (tag->size < matrix_offset + 12 * SAFE_SIZEOF(uint32_t)) { in read_tag_mab()
853 const uint8_t* mtx_buf = tag->buf + matrix_offset; in read_tag_mab()
867 if (0 != matrix_offset) { in read_tag_mab()
948 uint32_t matrix_offset = read_big_u32(mBATag->matrix_offset); in read_tag_mba() local
964 if (0 == matrix_offset) { in read_tag_mba()
975 if (tag->size < matrix_offset + 12 * SAFE_SIZEOF(uint32_t)) { in read_tag_mba()
979 const uint8_t* mtx_buf = tag->buf + matrix_offset; in read_tag_mba()
[all …]
/external/skqp/third_party/skcms/
Dskcms.cc585 uint8_t matrix_offset [ 4]; member
618 uint32_t matrix_offset = read_big_u32(mABTag->matrix_offset); in read_tag_mab() local
635 if (0 == matrix_offset) { in read_tag_mab()
645 if (tag->size < matrix_offset + 12 * SAFE_SIZEOF(uint32_t)) { in read_tag_mab()
649 const uint8_t* mtx_buf = tag->buf + matrix_offset; in read_tag_mab()
663 if (0 != matrix_offset) { in read_tag_mab()