Home
last modified time | relevance | path

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

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/curve/
H A Dbinarycurvefilereader.cpp92 read_curves(*reader.get(), builder); in read()
106 void BinaryCurveFileReader::read_curves(ReaderAdapter& reader, ICurveBuilder& builder) in read_curves() function in foundation::BinaryCurveFileReader
H A Dmitshairfilereader.cpp78 read_curves(*reader.get(), builder); in read()
92 void MitsHairFileReader::read_curves(ReaderAdapter& reader, ICurveBuilder& builder) in read_curves() function in foundation::MitsHairFileReader
H A Dbinarycurvefilereader.h63 void read_curves(ReaderAdapter& reader, ICurveBuilder& builder);
H A Dmitshairfilereader.h71 void read_curves(ReaderAdapter& reader, ICurveBuilder& builder);
/dports/science/siesta/siesta-4.1.5/Util/COOP/
H A Dfat.f9024 use read_curves, only: read_curve_information, mask_to_arrays
H A Dmprop.f9016 use read_curves, only: read_curve_information, mask_to_arrays
H A DMakefile48 MPROP_OBJS = $(SIESTA_OBJS) $(DEF_OBJS) read_curves.o orbital_set.o
49 FAT_OBJS = $(SIESTA_OBJS) $(DEF_OBJS) read_curves.o orbital_set.o
908 fat.o: io_hs.o main_vars.o orbital_set.o read_curves.o
914 mprop.o: io_hs.o main_vars.o orbital_set.o read_curves.o subs.o
916 read_curves.o: orbital_set.o precision.o
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc703 static bool read_curves(const uint8_t* buf, uint32_t size, uint32_t curve_offset, in read_curves() function
780 if (!read_curves(tag->buf, tag->size, b_curve_offset, a2b->output_channels, in read_tag_mab()
791 if (!read_curves(tag->buf, tag->size, m_curve_offset, a2b->matrix_channels, 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.cc700 static bool read_curves(const uint8_t* buf, uint32_t size, uint32_t curve_offset, in read_curves() function
777 if (!read_curves(tag->buf, tag->size, b_curve_offset, a2b->output_channels, in read_tag_mab()
788 if (!read_curves(tag->buf, tag->size, m_curve_offset, a2b->matrix_channels, 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.cc693 static bool read_curves(const uint8_t* buf, uint32_t size, uint32_t curve_offset, in read_curves() function
770 if (!read_curves(tag->buf, tag->size, b_curve_offset, a2b->output_channels, in read_tag_mab()
781 if (!read_curves(tag->buf, tag->size, m_curve_offset, a2b->matrix_channels, 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.cc716 static bool read_curves(const uint8_t* buf, uint32_t size, uint32_t curve_offset, in read_curves() function
793 if (!read_curves(tag->buf, tag->size, b_curve_offset, a2b->output_channels, in read_tag_mab()
804 if (!read_curves(tag->buf, tag->size, m_curve_offset, a2b->matrix_channels, 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.cc713 static bool read_curves(const uint8_t* buf, uint32_t size, uint32_t curve_offset, in read_curves() function
790 if (!read_curves(tag->buf, tag->size, b_curve_offset, a2b->output_channels, in read_tag_mab()
801 if (!read_curves(tag->buf, tag->size, m_curve_offset, a2b->matrix_channels, 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.cc703 static bool read_curves(const uint8_t* buf, uint32_t size, uint32_t curve_offset, in read_curves() function
780 if (!read_curves(tag->buf, tag->size, b_curve_offset, a2b->output_channels, in read_tag_mab()
791 if (!read_curves(tag->buf, tag->size, m_curve_offset, a2b->matrix_channels, 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.cc703 static bool read_curves(const uint8_t* buf, uint32_t size, uint32_t curve_offset, in read_curves() function
780 if (!read_curves(tag->buf, tag->size, b_curve_offset, a2b->output_channels, in read_tag_mab()
791 if (!read_curves(tag->buf, tag->size, m_curve_offset, a2b->matrix_channels, in read_tag_mab()
826 if (!read_curves(tag->buf, tag->size, a_curve_offset, a2b->input_channels, in read_tag_mab()
/dports/science/siesta/siesta-4.1.5/Docs/
H A DCHANGES7868 Util/COOP/read_curves.f90