| 7152 | } |
| 7153 | |
| 7154 | static void InitSingleResolutionOffsets(OffsetData& offset_data, size_t num_blocks) { |
| 7155 | offset_data.offsets.resize(1); |
| 7156 | offset_data.offsets[0].resize(1); |
| 7157 | offset_data.offsets[0][0].resize(num_blocks); |
| 7158 | offset_data.num_x_levels = 1; |
| 7159 | offset_data.num_y_levels = 1; |
| 7160 | } |
| 7161 | |
| 7162 | // Return sum of tile blocks. |
| 7163 | // 0 = error |
no outgoing calls
no test coverage detected