OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RgbaInputFile
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/openexr/IlmImf/
ImfRgbaFile.h
46
// class
RgbaInputFile
230
class
RgbaInputFile
239
RgbaInputFile
(const char name[], int numThreads = globalThreadCount());
243
// Constructor -- attaches the new
RgbaInputFile
object to a
245
// Destroying the
RgbaInputFile
object will not automatically
249
RgbaInputFile
(IStream &is, int numThreads = globalThreadCount());
258
RgbaInputFile
(const char name[],
262
RgbaInputFile
(IStream &is,
271
virtual ~
RgbaInputFile
();
331
RgbaInputFile
(const RgbaInputFile &); // not implemente
[
all
...]
ImfRgbaFile.cpp
38
// class
RgbaInputFile
806
class
RgbaInputFile
::FromYca: public Mutex
848
RgbaInputFile
::FromYca::FromYca (InputFile &inputFile,
884
RgbaInputFile
::FromYca::~FromYca ()
892
RgbaInputFile
::FromYca::setFrameBuffer (Rgba *base,
950
RgbaInputFile
::FromYca::readPixels (int scanLine1, int scanLine2)
969
RgbaInputFile
::FromYca::readPixels (int scanLine)
1080
RgbaInputFile
::FromYca::rotateBuf1 (int d)
1095
RgbaInputFile
::FromYca::rotateBuf2 (int d)
1110
RgbaInputFile
::FromYca::readYCAScanLine (int y, Rgba *buf
[
all
...]
Completed in 50 milliseconds