marble
StackedTile.cpp
Go to the documentation of this file.
59 StackedTile::StackedTile( const TileId &id, const QImage &resultImage, QVector<QSharedPointer<TextureTile> > const &tiles ) :
215 int StackedTile::calcByteCount( const QImage &resultImage, const QVector<QSharedPointer<TextureTile> > &tiles )
static const uint ** jumpTableFromQImage32(const QImage &img)
Definition: StackedTile.cpp:21
StackedTile(TileId const &id, QImage const &resultImage, QVector< QSharedPointer< TextureTile > > const &tiles)
Definition: StackedTile.cpp:59
int depth() const
uint pixelF(qreal x, qreal y) const
Returns the color value of the result tile at a given floating point position.
Definition: StackedTile.cpp:237
QRgb color(int i) const
QRgb pixel(int x, int y) const
int width() const
QImage const * resultImage() const
Returns the QImage that describes the merged stack of Tiles.
Definition: StackedTile.cpp:262
int bytesPerLine() const
Definition: TileId.h:27
static const uchar ** jumpTableFromQImage8(const QImage &img)
Definition: StackedTile.cpp:40
uint pixel(int x, int y) const
Returns the color value of the result tile at the given integer position.
Definition: StackedTile.cpp:83
uchar * bits()
int height() const
int byteCount() const
QVector< QSharedPointer< TextureTile > > tiles() const
Returns the stack of Tiles.
Definition: StackedTile.cpp:257
A class that resembles a tile (then it is extended to TextureTile or Vectortile). ...
Definition: Tile.h:53
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.