Searched refs:samplesPerTile (Results 1 – 2 of 2) sorted by relevance
1197 uint32 samplesPerTile = SafeUint32Mult(samplesPerRow, rows); in ReadUncompressed() local1221 stream.Get (uncompressedBuffer->Buffer (), samplesPerTile); in ReadUncompressed()1232 for (uint32 j = 0; j < samplesPerTile; j++) in ReadUncompressed()1248 for (uint32 j = 0; j < samplesPerTile; j++) in ReadUncompressed()1278 stream.Get (uncompressedBuffer->Buffer (), samplesPerTile * 2); in ReadUncompressed()1284 samplesPerTile); in ReadUncompressed()1295 stream.Get (uncompressedBuffer->Buffer (), samplesPerTile * 4); in ReadUncompressed()1301 samplesPerTile); in ReadUncompressed()
4109 uint32 samplesPerTile = bytesPerTile / bytesPerSample; in FindTileSize() local4111 uint32 tileSide = Round_uint32 (sqrt ((real64) samplesPerTile)); in FindTileSize()4122 samplesPerTile / fTileWidth, in FindTileSize()