OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ToYa
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/openexr/IlmImf/
ImfTiledRgbaFile.cpp
155
class TiledRgbaOutputFile::
ToYa
: public Mutex
159
ToYa
(TiledOutputFile &outputFile, RgbaChannels rgbaChannels);
181
TiledRgbaOutputFile::
ToYa
::
ToYa
(TiledOutputFile &outputFile,
201
TiledRgbaOutputFile::
ToYa
::setFrameBuffer (const Rgba *base,
212
TiledRgbaOutputFile::
ToYa
::writeTile (int dx, int dy, int lx, int ly)
277
_toYa = new
ToYa
(*_outputFile, rgbaChannels);
301
_toYa = new
ToYa
(*_outputFile, rgbaChannels);
338
_toYa = new
ToYa
(*_outputFile, rgbaChannels);
374
_toYa = new
ToYa
(*_outputFile, rgbaChannels)
[
all
...]
ImfTiledRgbaFile.h
286
class
ToYa
;
289
ToYa
* _toYa;
Completed in 110 milliseconds