Home
last modified time | relevance | path

Searched refs:b_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
578 b_curve_offset = read_u32(src, offset + 12); in read_tag_lutmABType()
590 if (b_curve_offset) in read_tag_lutmABType()
591 b_curve_offset += offset; in read_tag_lutmABType()
656 if (b_curve_offset) { in read_tag_lutmABType()
657 read_nested_curveType(src, &lut->b_curves, num_out_channels, b_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
567 b_curve_offset = read_u32(src, offset + 12); in read_tag_lutmABType()
579 if (b_curve_offset) in read_tag_lutmABType()
580 b_curve_offset += offset; in read_tag_lutmABType()
645 if (b_curve_offset) { in read_tag_lutmABType()
646 read_nested_curveType(src, &lut->b_curves, num_out_channels, b_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
579 b_curve_offset = read_u32(src, offset + 12); in read_tag_lutmABType()
591 if (b_curve_offset) in read_tag_lutmABType()
592 b_curve_offset += offset; in read_tag_lutmABType()
657 if (b_curve_offset) { in read_tag_lutmABType()
658 read_nested_curveType(src, &lut->b_curves, num_out_channels, b_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
855 b_curve_offset = read_u32(src, offset + 12); in read_tag_lutmABType()
867 if (b_curve_offset) in read_tag_lutmABType()
868 b_curve_offset += offset; in read_tag_lutmABType()
933 if (b_curve_offset) { in read_tag_lutmABType()
934 read_nested_curveType(src, &lut->b_curves, num_out_channels, b_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
855 b_curve_offset = read_u32(src, offset + 12); in read_tag_lutmABType()
867 if (b_curve_offset) in read_tag_lutmABType()
868 b_curve_offset += offset; in read_tag_lutmABType()
933 if (b_curve_offset) { in read_tag_lutmABType()
934 read_nested_curveType(src, &lut->b_curves, num_out_channels, b_curve_offset); in read_tag_lutmABType()
/dports/www/firefox-esr/firefox-91.8.0/gfx/qcms/src/
H A Diccread.rs594 let mut b_curve_offset = read_u32(src, (offset + 12) as usize); in read_tag_lutmABType() localVariable
609 if b_curve_offset != 0 { in read_tag_lutmABType()
610 b_curve_offset += offset in read_tag_lutmABType()
665 if b_curve_offset != 0 { in read_tag_lutmABType()
666 read_nested_curveType(src, &mut lut.b_curves, num_out_channels, b_curve_offset); in read_tag_lutmABType()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/qcms/src/
H A Diccread.rs594 let mut b_curve_offset = read_u32(src, (offset + 12) as usize); in read_tag_lutmABType() localVariable
609 if b_curve_offset != 0 { in read_tag_lutmABType()
610 b_curve_offset += offset in read_tag_lutmABType()
665 if b_curve_offset != 0 { in read_tag_lutmABType()
666 read_nested_curveType(src, &mut lut.b_curves, num_out_channels, b_curve_offset); in read_tag_lutmABType()
/dports/www/firefox/firefox-99.0/gfx/qcms/src/
H A Diccread.rs622 let mut b_curve_offset = read_u32(src, (offset + 12) as usize); in read_tag_lutmABType() localVariable
637 if b_curve_offset != 0 { in read_tag_lutmABType()
638 b_curve_offset += offset in read_tag_lutmABType()
694 if b_curve_offset != 0 { in read_tag_lutmABType()
695 read_nested_curveType(src, &mut lut.b_curves, num_out_channels, b_curve_offset); in read_tag_lutmABType()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc736 uint8_t b_curve_offset [ 4]; member
769 uint32_t b_curve_offset = read_big_u32(mABTag->b_curve_offset); in read_tag_mab() local
776 if (0 == b_curve_offset) { in read_tag_mab()
780 if (!read_curves(tag->buf, tag->size, b_curve_offset, a2b->output_channels, in read_tag_mab()
/dports/graphics/libjxl/libjxl-0.6.1/third_party/skcms/
H A Dskcms.cc733 uint8_t b_curve_offset [ 4]; member
766 uint32_t b_curve_offset = read_big_u32(mABTag->b_curve_offset); in read_tag_mab() local
773 if (0 == b_curve_offset) { in read_tag_mab()
777 if (!read_curves(tag->buf, tag->size, b_curve_offset, a2b->output_channels, in read_tag_mab()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc726 uint8_t b_curve_offset [ 4]; member
759 uint32_t b_curve_offset = read_big_u32(mABTag->b_curve_offset); in read_tag_mab() local
766 if (0 == b_curve_offset) { in read_tag_mab()
770 if (!read_curves(tag->buf, tag->size, b_curve_offset, a2b->output_channels, in read_tag_mab()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/third_party/skcms/
H A Dskcms.cc749 uint8_t b_curve_offset [ 4]; member
782 uint32_t b_curve_offset = read_big_u32(mABTag->b_curve_offset); in read_tag_mab() local
789 if (0 == b_curve_offset) { in read_tag_mab()
793 if (!read_curves(tag->buf, tag->size, b_curve_offset, a2b->output_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.cc746 uint8_t b_curve_offset [ 4]; member
779 uint32_t b_curve_offset = read_big_u32(mABTag->b_curve_offset); in read_tag_mab() local
786 if (0 == b_curve_offset) { in read_tag_mab()
790 if (!read_curves(tag->buf, tag->size, b_curve_offset, a2b->output_channels, in read_tag_mab()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc736 uint8_t b_curve_offset [ 4]; member
769 uint32_t b_curve_offset = read_big_u32(mABTag->b_curve_offset); in read_tag_mab() local
776 if (0 == b_curve_offset) { in read_tag_mab()
780 if (!read_curves(tag->buf, tag->size, b_curve_offset, a2b->output_channels, in read_tag_mab()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc736 uint8_t b_curve_offset [ 4]; member
769 uint32_t b_curve_offset = read_big_u32(mABTag->b_curve_offset); in read_tag_mab() local
776 if (0 == b_curve_offset) { in read_tag_mab()
780 if (!read_curves(tag->buf, tag->size, b_curve_offset, a2b->output_channels, in read_tag_mab()