Home
last modified time | relevance | path

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

/external/skia/bench/
DDrawBitmapAABench.cpp19 class DrawBitmapAABench : public Benchmark { class
21 DrawBitmapAABench(bool doAA, const SkMatrix& matrix, const char name[]) in DrawBitmapAABench() function in DrawBitmapAABench
57 DEF_BENCH( return new DrawBitmapAABench(false, SkMatrix::MakeScale(1), "ident"); )
59 DEF_BENCH( return new DrawBitmapAABench(false, SkMatrix::MakeScale(1.17f), "scale"); )
61 DEF_BENCH( return new DrawBitmapAABench(false, SkMatrix::MakeTrans(17.5f, 17.5f), "translate"); )
67 return new DrawBitmapAABench(false, m, "rotate");
70 DEF_BENCH( return new DrawBitmapAABench(true, SkMatrix::MakeScale(1), "ident"); )
72 DEF_BENCH( return new DrawBitmapAABench(true, SkMatrix::MakeScale(1.17f), "scale"); )
74 DEF_BENCH( return new DrawBitmapAABench(true, SkMatrix::MakeTrans(17.5f, 17.5f), "translate"); )
80 return new DrawBitmapAABench(true, m, "rotate");
/external/skqp/bench/
DDrawBitmapAABench.cpp19 class DrawBitmapAABench : public Benchmark { class
21 DrawBitmapAABench(bool doAA, const SkMatrix& matrix, const char name[]) in DrawBitmapAABench() function in DrawBitmapAABench
57 DEF_BENCH( return new DrawBitmapAABench(false, SkMatrix::MakeScale(1), "ident"); )
59 DEF_BENCH( return new DrawBitmapAABench(false, SkMatrix::MakeScale(1.17f), "scale"); )
61 DEF_BENCH( return new DrawBitmapAABench(false, SkMatrix::MakeTrans(17.5f, 17.5f), "translate"); )
67 return new DrawBitmapAABench(false, m, "rotate");
70 DEF_BENCH( return new DrawBitmapAABench(true, SkMatrix::MakeScale(1), "ident"); )
72 DEF_BENCH( return new DrawBitmapAABench(true, SkMatrix::MakeScale(1.17f), "scale"); )
74 DEF_BENCH( return new DrawBitmapAABench(true, SkMatrix::MakeTrans(17.5f, 17.5f), "translate"); )
80 return new DrawBitmapAABench(true, m, "rotate");
/external/skia/gn/
Dbench.gni45 "$_bench/DrawBitmapAABench.cpp",
/external/skqp/gn/
Dbench.gni45 "$_bench/DrawBitmapAABench.cpp",
/external/skia/
DAndroid.bp1986 "bench/DrawBitmapAABench.cpp",