Home
last modified time | relevance | path

Searched refs:MapMatrixType (Results 1 – 1 of 1) sorted by relevance

/external/skia/bench/
DMatrix44Bench.cpp148 enum class MapMatrixType { enum
159 MapRectBench(MapMatrixType type, const char name[]) { in MapRectBench()
163 case MapMatrixType::kTranslateOnly: in MapRectBench()
167 case MapMatrixType::kScaleTranslate: in MapRectBench()
172 case MapMatrixType::kRotate: in MapRectBench()
176 case MapMatrixType::kPerspective: in MapRectBench()
183 case MapMatrixType::kPerspectiveClipped: in MapRectBench()
220 M4_mapRectBench(MapMatrixType type) : INHERITED(type, "m4") {} in M4_mapRectBench()
232 DEF_BENCH(return new M4_mapRectBench(MapMatrixType::kTranslateOnly);)
233 DEF_BENCH(return new M4_mapRectBench(MapMatrixType::kScaleTranslate);)
[all …]