OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RgbaOutputFile
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/3rdparty/openexr/IlmImf/
ImfRgbaFile.h
45
// class
RgbaOutputFile
70
class
RgbaOutputFile
78
RgbaOutputFile
(const char name[],
90
RgbaOutputFile
(OStream &os,
101
RgbaOutputFile
(const char name[],
119
RgbaOutputFile
(const char name[],
135
virtual ~
RgbaOutputFile
();
216
RgbaOutputFile
(const
RgbaOutputFile
&); // not implemented
217
RgbaOutputFile
& operator = (const RgbaOutputFile &); // not implemente
[
all
...]
ImfRgbaFile.cpp
37
// class
RgbaOutputFile
190
class
RgbaOutputFile
::ToYca: public Mutex
237
RgbaOutputFile
::ToYca::ToYca (OutputFile &outputFile,
280
RgbaOutputFile
::ToYca::~ToYca ()
288
RgbaOutputFile
::ToYca::setYCRounding (unsigned int roundY,
297
RgbaOutputFile
::ToYca::setFrameBuffer (const Rgba *base,
356
RgbaOutputFile
::ToYca::writePixels (int numScanLines)
497
RgbaOutputFile
::ToYca::currentScanLine () const
504
RgbaOutputFile
::ToYca::padTmpBuf ()
515
RgbaOutputFile
::ToYca::rotateBuffers (
[
all
...]
ImfAcesFile.cpp
74
RgbaOutputFile
* rgbaFile;
129
_data->rgbaFile = new
RgbaOutputFile
(name.c_str(),
152
_data->rgbaFile = new
RgbaOutputFile
(os,
188
_data->rgbaFile = new
RgbaOutputFile
(name.c_str(),
224
_data->rgbaFile = new
RgbaOutputFile
(name.c_str(),
ImfAcesFile.h
90
class
RgbaOutputFile
;
ImfCRgbaFile.cpp
38
// C interface to C++ classes Imf::
RgbaOutputFile
and Imf::RgbaInputFile
97
inline Imf::
RgbaOutputFile
*
100
return (Imf::
RgbaOutputFile
*) out;
104
inline const Imf::
RgbaOutputFile
*
107
return (const Imf::
RgbaOutputFile
*) out;
940
return (ImfOutputFile *) new Imf::
RgbaOutputFile
Completed in 143 milliseconds