Home
last modified time | relevance | path

Searched refs:tileMin (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/openexr/IlmImf/
DImfTiledMisc.cpp95 V2i tileMin = V2i (minX + dx * tileDesc.xSize, in dataWindowForTile() local
98 V2i tileMax = tileMin + V2i (tileDesc.xSize - 1, tileDesc.ySize - 1); in dataWindowForTile()
106 return Box2i (tileMin, tileMax); in dataWindowForTile()