Flutter Engine
The Flutter Engine
|
#include "bench/Benchmark.h"
#include "include/core/SkRegion.h"
#include "include/core/SkString.h"
#include "src/base/SkRandom.h"
Go to the source code of this file.
Classes | |
class | RegionBench |
Macros | |
#define | SMALL 16 |
Functions | |
static bool | union_proc (SkRegion &a, SkRegion &b) |
static bool | sect_proc (SkRegion &a, SkRegion &b) |
static bool | diff_proc (SkRegion &a, SkRegion &b) |
static bool | diffrect_proc (SkRegion &a, SkRegion &b) |
static bool | diffrectbig_proc (SkRegion &a, SkRegion &b) |
static bool | containsrect_proc (SkRegion &a, SkRegion &b) |
static bool | sectsrgn_proc (SkRegion &a, SkRegion &b) |
static bool | sectsrect_proc (SkRegion &a, SkRegion &b) |
static bool | containsxy_proc (SkRegion &a, SkRegion &b) |
#define SMALL 16 |
Definition at line 121 of file RegionBench.cpp.
Definition at line 37 of file RegionBench.cpp.
Definition at line 57 of file RegionBench.cpp.
Definition at line 22 of file RegionBench.cpp.
Definition at line 27 of file RegionBench.cpp.
Definition at line 32 of file RegionBench.cpp.
Definition at line 17 of file RegionBench.cpp.
Definition at line 47 of file RegionBench.cpp.
Definition at line 12 of file RegionBench.cpp.