Flutter Engine
The Flutter Engine
|
#include "bench/Benchmark.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkFont.h"
#include "include/core/SkSurface.h"
#include "include/effects/SkImageFilters.h"
#include "tools/fonts/FontToolUtils.h"
Go to the source code of this file.
Classes | |
class | DisplacementBaseBench |
class | DisplacementZeroBench |
class | DisplacementAlphaBench |
class | DisplacementFullBench |
Macros | |
#define | FILTER_WIDTH_SMALL 32 |
#define | FILTER_HEIGHT_SMALL 32 |
#define | FILTER_WIDTH_LARGE 256 |
#define | FILTER_HEIGHT_LARGE 256 |
#define FILTER_HEIGHT_LARGE 256 |
Definition at line 19 of file DisplacementBench.cpp.
#define FILTER_HEIGHT_SMALL 32 |
Definition at line 17 of file DisplacementBench.cpp.
#define FILTER_WIDTH_LARGE 256 |
Definition at line 18 of file DisplacementBench.cpp.
#define FILTER_WIDTH_SMALL 32 |
Definition at line 16 of file DisplacementBench.cpp.