Flutter Engine
The Flutter Engine
|
#include "bench/Benchmark.h"
#include "modules/skshaper/include/SkShaper.h"
#include "tools/Resources.h"
#include "tools/fonts/FontToolUtils.h"
#include <cfloat>
Go to the source code of this file.
Macros | |
#define | SHAPER_BENCH(X) DEF_BENCH(return new ShaperBench("text/" #X ".txt", "shaper_" #X);) |
Definition at line 41 of file ShaperBench.cpp.