Flutter Engine
The Flutter Engine
|
#include "bench/Benchmark.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColorPriv.h"
#include "include/core/SkPaint.h"
#include "include/core/SkShader.h"
#include "include/core/SkString.h"
#include "include/core/SkTileMode.h"
#include "tools/ToolUtils.h"
Go to the source code of this file.
Classes | |
class | RepeatTileBench |
Functions | |
static void | draw_into_bitmap (const SkBitmap &bm) |
|
static |
Definition at line 17 of file RepeatTileBench.cpp.