Searched refs:RgbaInputFile (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfRgbaFile.h46 // class RgbaInputFile
229 class RgbaInputFile class in namespace:Imf
238 RgbaInputFile (const char name[], int numThreads = globalThreadCount());
242 // Constructor -- attaches the new RgbaInputFile object to a
244 // Destroying the RgbaInputFile object will not automatically
248 RgbaInputFile (IStream &is, int numThreads = globalThreadCount());
255 virtual ~RgbaInputFile ();
303 RgbaInputFile (const RgbaInputFile &); // not implemented
304 RgbaInputFile
[all...]
H A DImfRgbaFile.cpp38 // class RgbaInputFile
755 class RgbaInputFile::FromYca: public Mutex
795 RgbaInputFile::FromYca::FromYca (InputFile &inputFile,
827 RgbaInputFile::FromYca::~FromYca ()
840 RgbaInputFile::FromYca::setFrameBuffer (Rgba *base,
897 RgbaInputFile::FromYca::readPixels (int scanLine1, int scanLine2)
916 RgbaInputFile::FromYca::readPixels (int scanLine)
1027 RgbaInputFile::FromYca::rotateBuf1 (int d)
1042 RgbaInputFile::FromYca::rotateBuf2 (int d)
1057 RgbaInputFile
1111 RgbaInputFile::RgbaInputFile (const char name[], int numThreads): function in class:Imf::RgbaInputFile
1122 RgbaInputFile::RgbaInputFile (IStream &is, int numThreads): function in class:Imf::RgbaInputFile
[all...]
H A DImfCRgbaFile.cpp38 // C interface to C++ classes Imf::RgbaOutputFile and Imf::RgbaInputFile
125 inline Imf::RgbaInputFile *
128 return (Imf::RgbaInputFile *) in;
132 inline const Imf::RgbaInputFile *
135 return (const Imf::RgbaInputFile *) in;
1166 return (ImfInputFile *) new Imf::RgbaInputFile (name);
/haiku-fatelf/src/add-ons/translators/exr/
H A DEXRTranslator.cpp93 RgbaInputFile inputFile(istream);
125 RgbaInputFile in(istream);

Completed in 49 milliseconds