#include <boost/shared_ptr.hpp>
#include <gtk/gtk.h>
#include <scroom/colormappable.hh>
#include <scroom/layeroperations.hh>
#include "measure-framerate-stubs.hh"
Go to the source code of this file.
|
| bool | quit () |
| |
| bool | reset () |
| |
| bool | wait () |
| |
| bool | setupTest1bpp (int zoom, int width, int height) |
| |
| bool | setupTest2bpp (int zoom, int width, int height) |
| |
| bool | setupTest4bpp (int zoom, int width, int height) |
| |
| bool | setupTest8bpp (int zoom, int width, int height) |
| |
| bool | setupTest8bppColormapped (int zoom, int width, int height) |
| |
◆ quit()
◆ reset()
◆ setupTest1bpp()
| bool setupTest1bpp |
( |
int |
zoom, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
◆ setupTest2bpp()
| bool setupTest2bpp |
( |
int |
zoom, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
◆ setupTest4bpp()
| bool setupTest4bpp |
( |
int |
zoom, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
◆ setupTest8bpp()
| bool setupTest8bpp |
( |
int |
zoom, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
◆ setupTest8bppColormapped()
| bool setupTest8bppColormapped |
( |
int |
zoom, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
◆ wait()
◆ drawingAreaHeight
◆ drawingAreaWidth
◆ testData
static Colormap::Ptr createDefault(int n)
Definition: colormappable.hh:51
TiledBitmapInterface::Ptr createTiledBitmap(int bitmapWidth, int bitmapHeight, LayerSpec const &ls)
Definition: tiled-bitmap.cc:28
static Ptr create(ColormapProvider::Ptr colormapProvider)
Definition: layeroperations.cc:378
static Ptr create(DummyColormapProvider::Ptr colormapProvider, const LayerSpec &ls, const TiledBitmapInterface::Ptr &tbi, SourcePresentation::Ptr sp, int zoom)
Definition: test-helpers.cc:59
static Ptr create(ColormapProvider::Ptr colormapProvider)
Definition: layeroperations.cc:262
boost::shared_ptr< DummyColormapProvider > Ptr
Definition: test-helpers.hh:27
boost::shared_ptr< SourcePresentation > Ptr
Definition: tiledbitmapinterface.hh:198
std::vector< LayerOperations::Ptr > LayerSpec
Definition: tiledbitmapinterface.hh:190
TestData::Ptr testData
Definition: test-helpers.cc:25
boost::shared_ptr< Colormap > Ptr
Definition: colormappable.hh:31
const Colormap::Ptr colormap
Definition: colormaphelpers_test.cc:54
static Ptr create(ColormapProvider::Ptr colormapProvider, int bpp)
Definition: layeroperations.cc:574
static Ptr create(ColormapProvider::Ptr colormapProvider, int bpp)
Definition: layeroperations.cc:723
Definition: measure-framerate-stubs.hh:71
static Ptr create(Colormap::Ptr colormap)
Definition: test-helpers.cc:34
Definition: measure-framerate-stubs.hh:79
boost::shared_ptr< TiledBitmapInterface > Ptr
Definition: tiledbitmapinterface.hh:239
Definition: measure-framerate-stubs.hh:95
Definition: measure-framerate-stubs.hh:87