Flutter Engine
The Flutter Engine
|
#include "bench/Benchmark.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPath.h"
#include "include/core/SkString.h"
Go to the source code of this file.
Classes | |
struct | BezierRec |
class | BezierBench |
Typedefs | |
typedef const char *(* | DrawProc) (const BezierRec *, int) |
Functions | |
static const char * | draw_quad (const BezierRec *rec, int count) |
static const char * | draw_cubic (const BezierRec *rec, int count) |
Definition at line 21 of file BezierBench.cpp.
Definition at line 35 of file BezierBench.cpp.
Definition at line 23 of file BezierBench.cpp.