Flutter Engine
The Flutter Engine
|
#include "bench/Benchmark.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 | MergeBench |
Macros | |
#define | FILTER_WIDTH_SMALL SkIntToScalar(32) |
#define | FILTER_HEIGHT_SMALL SkIntToScalar(32) |
#define | FILTER_WIDTH_LARGE SkIntToScalar(256) |
#define | FILTER_HEIGHT_LARGE SkIntToScalar(256) |
Functions | |
static sk_sp< SkImage > | make_bitmap () |
static sk_sp< SkImage > | make_checkerboard () |
#define FILTER_HEIGHT_LARGE SkIntToScalar(256) |
Definition at line 18 of file MergeBench.cpp.
#define FILTER_HEIGHT_SMALL SkIntToScalar(32) |
Definition at line 16 of file MergeBench.cpp.
#define FILTER_WIDTH_LARGE SkIntToScalar(256) |
Definition at line 17 of file MergeBench.cpp.
#define FILTER_WIDTH_SMALL SkIntToScalar(32) |
Definition at line 15 of file MergeBench.cpp.
Definition at line 20 of file MergeBench.cpp.
Definition at line 31 of file MergeBench.cpp.