Home
last modified time | relevance | path

Searched refs:m_curve_offset (Results 1 – 15 of 15) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/qcms/
H A Diccread.c546 uint32_t a_curve_offset, b_curve_offset, m_curve_offset; in read_tag_lutmABType() local
576 m_curve_offset = read_u32(src, offset + 20); in read_tag_lutmABType()
586 if (m_curve_offset) in read_tag_lutmABType()
587 m_curve_offset += offset; in read_tag_lutmABType()
653 if (m_curve_offset) { in read_tag_lutmABType()
654 read_nested_curveType(src, &lut->m_curves, num_out_channels, m_curve_offset); in read_tag_lutmABType()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/qcms/
H A Diccread.c535 uint32_t a_curve_offset, b_curve_offset, m_curve_offset; in read_tag_lutmABType() local
565 m_curve_offset = read_u32(src, offset + 20); in read_tag_lutmABType()
575 if (m_curve_offset) in read_tag_lutmABType()
576 m_curve_offset += offset; in read_tag_lutmABType()
642 if (m_curve_offset) { in read_tag_lutmABType()
643 read_nested_curveType(src, &lut->m_curves, num_out_channels, m_curve_offset); in read_tag_lutmABType()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/qcms/
H A Diccread.c547 uint32_t a_curve_offset, b_curve_offset, m_curve_offset; in read_tag_lutmABType() local
577 m_curve_offset = read_u32(src, offset + 20); in read_tag_lutmABType()
587 if (m_curve_offset) in read_tag_lutmABType()
588 m_curve_offset += offset; in read_tag_lutmABType()
654 if (m_curve_offset) { in read_tag_lutmABType()
655 read_nested_curveType(src, &lut->m_curves, num_out_channels, m_curve_offset); in read_tag_lutmABType()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/qcms/src/
H A Diccread.c823 uint32_t a_curve_offset, b_curve_offset, m_curve_offset; in read_tag_lutmABType() local
853 m_curve_offset = read_u32(src, offset + 20); in read_tag_lutmABType()
863 if (m_curve_offset) in read_tag_lutmABType()
864 m_curve_offset += offset; in read_tag_lutmABType()
930 if (m_curve_offset) { in read_tag_lutmABType()
931 read_nested_curveType(src, &lut->m_curves, num_out_channels, m_curve_offset); in read_tag_lutmABType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/qcms/src/
H A Diccread.c823 uint32_t a_curve_offset, b_curve_offset, m_curve_offset; in read_tag_lutmABType() local
853 m_curve_offset = read_u32(src, offset + 20); in read_tag_lutmABType()
863 if (m_curve_offset) in read_tag_lutmABType()
864 m_curve_offset += offset; in read_tag_lutmABType()
930 if (m_curve_offset) { in read_tag_lutmABType()
931 read_nested_curveType(src, &lut->m_curves, num_out_channels, m_curve_offset); in read_tag_lutmABType()
/dports/www/firefox-esr/firefox-91.8.0/gfx/qcms/src/
H A Diccread.rs592 let mut m_curve_offset = read_u32(src, (offset + 20) as usize); in read_tag_lutmABType() localVariable
603 if m_curve_offset != 0 { in read_tag_lutmABType()
604 m_curve_offset += offset in read_tag_lutmABType()
662 if m_curve_offset != 0 { in read_tag_lutmABType()
663 read_nested_curveType(src, &mut lut.m_curves, num_out_channels, m_curve_offset); in read_tag_lutmABType()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/qcms/src/
H A Diccread.rs592 let mut m_curve_offset = read_u32(src, (offset + 20) as usize); in read_tag_lutmABType() localVariable
603 if m_curve_offset != 0 { in read_tag_lutmABType()
604 m_curve_offset += offset in read_tag_lutmABType()
662 if m_curve_offset != 0 { in read_tag_lutmABType()
663 read_nested_curveType(src, &mut lut.m_curves, num_out_channels, m_curve_offset); in read_tag_lutmABType()
/dports/www/firefox/firefox-99.0/gfx/qcms/src/
H A Diccread.rs620 let mut m_curve_offset = read_u32(src, (offset + 20) as usize); in read_tag_lutmABType() localVariable
631 if m_curve_offset != 0 { in read_tag_lutmABType()
632 m_curve_offset += offset in read_tag_lutmABType()
691 if m_curve_offset != 0 { in read_tag_lutmABType()
692 read_nested_curveType(src, &mut lut.m_curves, num_out_channels, m_curve_offset); in read_tag_lutmABType()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc738 uint8_t m_curve_offset [ 4]; member
771 uint32_t m_curve_offset = read_big_u32(mABTag->m_curve_offset); in read_tag_mab() local
786 if (0 != m_curve_offset) { in read_tag_mab()
791 if (!read_curves(tag->buf, tag->size, m_curve_offset, a2b->matrix_channels, in read_tag_mab()
/dports/graphics/libjxl/libjxl-0.6.1/third_party/skcms/
H A Dskcms.cc735 uint8_t m_curve_offset [ 4]; member
768 uint32_t m_curve_offset = read_big_u32(mABTag->m_curve_offset); in read_tag_mab() local
783 if (0 != m_curve_offset) { in read_tag_mab()
788 if (!read_curves(tag->buf, tag->size, m_curve_offset, a2b->matrix_channels, in read_tag_mab()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc728 uint8_t m_curve_offset [ 4]; member
761 uint32_t m_curve_offset = read_big_u32(mABTag->m_curve_offset); in read_tag_mab() local
776 if (0 != m_curve_offset) { in read_tag_mab()
781 if (!read_curves(tag->buf, tag->size, m_curve_offset, a2b->matrix_channels, in read_tag_mab()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/third_party/skcms/
H A Dskcms.cc751 uint8_t m_curve_offset [ 4]; member
784 uint32_t m_curve_offset = read_big_u32(mABTag->m_curve_offset); in read_tag_mab() local
799 if (0 != m_curve_offset) { in read_tag_mab()
804 if (!read_curves(tag->buf, tag->size, m_curve_offset, a2b->matrix_channels, in read_tag_mab()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/third_party/skcms/
H A Dskcms.cc748 uint8_t m_curve_offset [ 4]; member
781 uint32_t m_curve_offset = read_big_u32(mABTag->m_curve_offset); in read_tag_mab() local
796 if (0 != m_curve_offset) { in read_tag_mab()
801 if (!read_curves(tag->buf, tag->size, m_curve_offset, a2b->matrix_channels, in read_tag_mab()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc738 uint8_t m_curve_offset [ 4]; member
771 uint32_t m_curve_offset = read_big_u32(mABTag->m_curve_offset); in read_tag_mab() local
786 if (0 != m_curve_offset) { in read_tag_mab()
791 if (!read_curves(tag->buf, tag->size, m_curve_offset, a2b->matrix_channels, in read_tag_mab()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc738 uint8_t m_curve_offset [ 4]; member
771 uint32_t m_curve_offset = read_big_u32(mABTag->m_curve_offset); in read_tag_mab() local
786 if (0 != m_curve_offset) { in read_tag_mab()
791 if (!read_curves(tag->buf, tag->size, m_curve_offset, a2b->matrix_channels, in read_tag_mab()