OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dataWindowForTile
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/3rdparty/openexr/IlmImf/
ImfTiledMisc.cpp
89
dataWindowForTile
(const TileDescription &tileDesc,
ImfTiledRgbaFile.cpp
226
Box2i dw = _outputFile.
dataWindowForTile
(dx, dy, lx, ly);
581
TiledRgbaOutputFile::
dataWindowForTile
(int dx, int dy, int l) const
583
return _outputFile->
dataWindowForTile
(dx, dy, l);
588
TiledRgbaOutputFile::
dataWindowForTile
(int dx, int dy, int lx, int ly) const
590
return _outputFile->
dataWindowForTile
(dx, dy, lx, ly);
750
Box2i dw = _inputFile.
dataWindowForTile
(dx, dy, lx, ly);
1078
TiledRgbaInputFile::
dataWindowForTile
(int dx, int dy, int l) const
1080
return _inputFile->
dataWindowForTile
(dx, dy, l);
1085
TiledRgbaInputFile::
dataWindowForTile
(int dx, int dy, int lx, int ly) const
1087
return _inputFile->
dataWindowForTile
(dx, dy, lx, ly)
[
all
...]
ImfTiledInputFile.cpp
451
Box2i tileRange = Imf::
dataWindowForTile
(_ifd->tileDesc,
1264
TiledInputFile::
dataWindowForTile
(int dx, int dy, int l) const
1266
return
dataWindowForTile
(dx, dy, l, l);
1271
TiledInputFile::
dataWindowForTile
(int dx, int dy, int lx, int ly) const
1278
return Imf::
dataWindowForTile
(_data->tileDesc,
[
all
...]
ImfTiledOutputFile.cpp
708
Box2i tileRange = Imf::
dataWindowForTile
(_ofd->tileDesc,
[
all
...]
Completed in 850 milliseconds