Flutter Engine
The Flutter Engine
|
#include "bench/Benchmark.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkShader.h"
#include "include/core/SkString.h"
#include "include/core/SkTileMode.h"
Go to the source code of this file.
Classes | |
class | ConstXTileBench |
Functions | |
static void | create_gradient (SkBitmap *bm) |
Variables | |
constexpr SkFilterMode | gNN = SkFilterMode::kNearest |
constexpr SkFilterMode | gLI = SkFilterMode::kLinear |
|
static |
Definition at line 15 of file TileBench.cpp.
|
constexpr |
Definition at line 123 of file TileBench.cpp.
|
constexpr |
Definition at line 122 of file TileBench.cpp.