Home
last modified time | relevance | path

Searched refs:a_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
574 a_curve_offset = read_u32(src, offset + 28); in read_tag_lutmABType()
582 if (a_curve_offset) in read_tag_lutmABType()
583 a_curve_offset += offset; in read_tag_lutmABType()
650 if (a_curve_offset) { in read_tag_lutmABType()
651 read_nested_curveType(src, &lut->a_curves, num_in_channels, a_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
563 a_curve_offset = read_u32(src, offset + 28); in read_tag_lutmABType()
571 if (a_curve_offset) in read_tag_lutmABType()
572 a_curve_offset += offset; in read_tag_lutmABType()
639 if (a_curve_offset) { in read_tag_lutmABType()
640 read_nested_curveType(src, &lut->a_curves, num_in_channels, a_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
575 a_curve_offset = read_u32(src, offset + 28); in read_tag_lutmABType()
583 if (a_curve_offset) in read_tag_lutmABType()
584 a_curve_offset += offset; in read_tag_lutmABType()
651 if (a_curve_offset) { in read_tag_lutmABType()
652 read_nested_curveType(src, &lut->a_curves, num_in_channels, a_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
851 a_curve_offset = read_u32(src, offset + 28); in read_tag_lutmABType()
859 if (a_curve_offset) in read_tag_lutmABType()
860 a_curve_offset += offset; in read_tag_lutmABType()
927 if (a_curve_offset) { in read_tag_lutmABType()
928 read_nested_curveType(src, &lut->a_curves, num_in_channels, a_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
851 a_curve_offset = read_u32(src, offset + 28); in read_tag_lutmABType()
859 if (a_curve_offset) in read_tag_lutmABType()
860 a_curve_offset += offset; in read_tag_lutmABType()
927 if (a_curve_offset) { in read_tag_lutmABType()
928 read_nested_curveType(src, &lut->a_curves, num_in_channels, a_curve_offset); in read_tag_lutmABType()
/dports/www/firefox-esr/firefox-91.8.0/gfx/qcms/src/
H A Diccread.rs590 let mut a_curve_offset = read_u32(src, (offset + 28) as usize); in read_tag_lutmABType() localVariable
597 if a_curve_offset != 0 { in read_tag_lutmABType()
598 a_curve_offset += offset in read_tag_lutmABType()
659 if a_curve_offset != 0 { in read_tag_lutmABType()
660 read_nested_curveType(src, &mut lut.a_curves, num_in_channels, a_curve_offset); in read_tag_lutmABType()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/qcms/src/
H A Diccread.rs590 let mut a_curve_offset = read_u32(src, (offset + 28) as usize); in read_tag_lutmABType() localVariable
597 if a_curve_offset != 0 { in read_tag_lutmABType()
598 a_curve_offset += offset in read_tag_lutmABType()
659 if a_curve_offset != 0 { in read_tag_lutmABType()
660 read_nested_curveType(src, &mut lut.a_curves, num_in_channels, a_curve_offset); in read_tag_lutmABType()
/dports/www/firefox/firefox-99.0/gfx/qcms/src/
H A Diccread.rs618 let mut a_curve_offset = read_u32(src, (offset + 28) as usize); in read_tag_lutmABType() localVariable
625 if a_curve_offset != 0 { in read_tag_lutmABType()
626 a_curve_offset += offset in read_tag_lutmABType()
688 if a_curve_offset != 0 { in read_tag_lutmABType()
689 read_nested_curveType(src, &mut lut.a_curves, num_in_channels, a_curve_offset); in read_tag_lutmABType()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc740 uint8_t a_curve_offset [ 4]; member
773 uint32_t a_curve_offset = read_big_u32(mABTag->a_curve_offset); in read_tag_mab() local
822 if (0 != a_curve_offset) { in read_tag_mab()
826 if (!read_curves(tag->buf, tag->size, a_curve_offset, a2b->input_channels, in read_tag_mab()
/dports/graphics/libjxl/libjxl-0.6.1/third_party/skcms/
H A Dskcms.cc737 uint8_t a_curve_offset [ 4]; member
770 uint32_t a_curve_offset = read_big_u32(mABTag->a_curve_offset); in read_tag_mab() local
819 if (0 != a_curve_offset) { in read_tag_mab()
823 if (!read_curves(tag->buf, tag->size, a_curve_offset, a2b->input_channels, in read_tag_mab()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc730 uint8_t a_curve_offset [ 4]; member
763 uint32_t a_curve_offset = read_big_u32(mABTag->a_curve_offset); in read_tag_mab() local
812 if (0 != a_curve_offset) { in read_tag_mab()
816 if (!read_curves(tag->buf, tag->size, a_curve_offset, a2b->input_channels, in read_tag_mab()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/third_party/skcms/
H A Dskcms.cc753 uint8_t a_curve_offset [ 4]; member
786 uint32_t a_curve_offset = read_big_u32(mABTag->a_curve_offset); in read_tag_mab() local
835 if (0 != a_curve_offset) { in read_tag_mab()
839 if (!read_curves(tag->buf, tag->size, a_curve_offset, a2b->input_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.cc750 uint8_t a_curve_offset [ 4]; member
783 uint32_t a_curve_offset = read_big_u32(mABTag->a_curve_offset); in read_tag_mab() local
832 if (0 != a_curve_offset) { in read_tag_mab()
836 if (!read_curves(tag->buf, tag->size, a_curve_offset, a2b->input_channels, in read_tag_mab()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc740 uint8_t a_curve_offset [ 4]; member
773 uint32_t a_curve_offset = read_big_u32(mABTag->a_curve_offset); in read_tag_mab() local
822 if (0 != a_curve_offset) { in read_tag_mab()
826 if (!read_curves(tag->buf, tag->size, a_curve_offset, a2b->input_channels, in read_tag_mab()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc740 uint8_t a_curve_offset [ 4]; member
773 uint32_t a_curve_offset = read_big_u32(mABTag->a_curve_offset); in read_tag_mab() local
822 if (0 != a_curve_offset) { in read_tag_mab()
826 if (!read_curves(tag->buf, tag->size, a_curve_offset, a2b->input_channels, in read_tag_mab()