Flutter Engine
The Flutter Engine
|
#include "bench/Benchmark.h"
#include "include/core/SkBBHFactory.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkMaskFilter.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPictureRecorder.h"
#include "include/core/SkSurface.h"
#include "include/core/SkTileMode.h"
#include "include/effects/SkShaderMaskFilter.h"
#include "src/shaders/SkPictureShader.h"
Go to the source code of this file.
Classes | |
class | ShaderMFBench |
Functions | |
static sk_sp< SkShader > | make_bitmap_shader () |
static sk_sp< SkShader > | make_picture_shader () |
Definition at line 19 of file ShaderMaskFilterBench.cpp.
Definition at line 31 of file ShaderMaskFilterBench.cpp.