comparison Framework/Outputs/InMemoryTiledImage.cpp @ 57:91fc9583b2de

big refactoring to support sparse tiling
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Nov 2016 17:48:24 +0100
parents 7a88c614be04
children 7a3853d51c45
comparison
equal deleted inserted replaced
56:83cd735c885d 57:91fc9583b2de
86 return tileHeight_ * countTilesY_; 86 return tileHeight_ * countTilesY_;
87 } 87 }
88 88
89 89
90 bool InMemoryTiledImage::ReadRawTile(std::string& tile, 90 bool InMemoryTiledImage::ReadRawTile(std::string& tile,
91 ImageCompression& compression,
91 unsigned int level, 92 unsigned int level,
92 unsigned int tileX, 93 unsigned int tileX,
93 unsigned int tileY) 94 unsigned int tileY)
94 { 95 {
95 CheckLevel(level); 96 CheckLevel(level);