Flutter Engine
The Flutter Engine
|
#include "bench/Benchmark.h"
#include "include/core/SkM44.h"
#include "include/core/SkString.h"
#include "src/base/SkRandom.h"
#include "src/core/SkMatrixPriv.h"
Go to the source code of this file.
Classes | |
class | M4Bench |
class | M4NEQ |
class | M4EQ |
class | M4Concat |
class | M4SetConcat |
class | M4_map4 |
class | M4_map2 |
class | MapRectBench |
class | M4_mapRectBench |
class | M33_mapRectBench |
Enumerations | |
enum class | MapMatrixType { kTranslateOnly , kScaleTranslate , kRotate , kPerspective , kPerspectiveClipped } |
|
strong |
Enumerator | |
---|---|
kTranslateOnly | |
kScaleTranslate | |
kRotate | |
kPerspective | |
kPerspectiveClipped |
Definition at line 148 of file Matrix44Bench.cpp.