Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_tile_compressor_2.cpp File Reference
#include "kis_tile_compressor_2.h"
#include "kis_lzf_compression.h"
#include <QIODevice>
#include "kis_paint_device_writer.h"

Go to the source code of this file.

Macros

#define TILE_DATA_SIZE(pixelSize)   ((pixelSize) * KisTileData::WIDTH * KisTileData::HEIGHT)
 

Macro Definition Documentation

◆ TILE_DATA_SIZE

#define TILE_DATA_SIZE ( pixelSize)    ((pixelSize) * KisTileData::WIDTH * KisTileData::HEIGHT)

Definition at line 11 of file kis_tile_compressor_2.cpp.